Class Clash
java.lang.Object
org.biojava.nbio.structure.validation.Clash
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigIntegerprotected BigDecimalprotected BigDecimal - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetAtom()Gets the value of the atom property.getCid()Gets the value of the cid property.Gets the value of the clashmag property.getDist()Gets the value of the dist property.voidSets the value of the atom property.voidsetCid(BigInteger value) Sets the value of the cid property.voidsetClashmag(BigDecimal value) Sets the value of the clashmag property.voidsetDist(BigDecimal value) Sets the value of the dist property. 
- 
Field Details
- 
atom
 - 
cid
 - 
clashmag
 - 
dist
 
 - 
 - 
Constructor Details
- 
Clash
public Clash() 
 - 
 - 
Method Details
- 
getAtom
Gets the value of the atom property.- Returns:
 - possible object is
     
String 
 - 
setAtom
Sets the value of the atom property.- Parameters:
 value- allowed object isString
 - 
getCid
Gets the value of the cid property.- Returns:
 - possible object is
     
BigInteger 
 - 
setCid
Sets the value of the cid property.- Parameters:
 value- allowed object isBigInteger
 - 
getClashmag
Gets the value of the clashmag property.- Returns:
 - possible object is
     
BigDecimal 
 - 
setClashmag
Sets the value of the clashmag property.- Parameters:
 value- allowed object isBigDecimal
 - 
getDist
Gets the value of the dist property.- Returns:
 - possible object is
     
BigDecimal 
 - 
setDist
Sets the value of the dist property.- Parameters:
 value- allowed object isBigDecimal
 
 -