Class Clash


  • public class Clash
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="atom" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="cid" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="clashmag" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
           <attribute name="dist" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String atom  
      protected java.math.BigInteger cid  
      protected java.math.BigDecimal clashmag  
      protected java.math.BigDecimal dist  
    • Constructor Summary

      Constructors 
      Constructor Description
      Clash()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAtom()
      Gets the value of the atom property.
      java.math.BigInteger getCid()
      Gets the value of the cid property.
      java.math.BigDecimal getClashmag()
      Gets the value of the clashmag property.
      java.math.BigDecimal getDist()
      Gets the value of the dist property.
      void setAtom​(java.lang.String value)
      Sets the value of the atom property.
      void setCid​(java.math.BigInteger value)
      Sets the value of the cid property.
      void setClashmag​(java.math.BigDecimal value)
      Sets the value of the clashmag property.
      void setDist​(java.math.BigDecimal value)
      Sets the value of the dist property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • atom

        protected java.lang.String atom
      • cid

        protected java.math.BigInteger cid
      • clashmag

        protected java.math.BigDecimal clashmag
      • dist

        protected java.math.BigDecimal dist
    • Constructor Detail

      • Clash

        public Clash()
    • Method Detail

      • getAtom

        public java.lang.String getAtom()
        Gets the value of the atom property.
        Returns:
        possible object is String
      • setAtom

        public void setAtom​(java.lang.String value)
        Sets the value of the atom property.
        Parameters:
        value - allowed object is String
      • getCid

        public java.math.BigInteger getCid()
        Gets the value of the cid property.
        Returns:
        possible object is BigInteger
      • setCid

        public void setCid​(java.math.BigInteger value)
        Sets the value of the cid property.
        Parameters:
        value - allowed object is BigInteger
      • getClashmag

        public java.math.BigDecimal getClashmag()
        Gets the value of the clashmag property.
        Returns:
        possible object is BigDecimal
      • setClashmag

        public void setClashmag​(java.math.BigDecimal value)
        Sets the value of the clashmag property.
        Parameters:
        value - allowed object is BigDecimal
      • getDist

        public java.math.BigDecimal getDist()
        Gets the value of the dist property.
        Returns:
        possible object is BigDecimal
      • setDist

        public void setDist​(java.math.BigDecimal value)
        Sets the value of the dist property.
        Parameters:
        value - allowed object is BigDecimal