Class SymmClash
- java.lang.Object
-
- org.biojava.nbio.structure.validation.SymmClash
-
public class SymmClash extends java.lang.ObjectJava 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="clashmag" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" /> <attribute name="dist" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" /> <attribute name="scid" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="symop" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SymmClash()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAtom()Gets the value of the atom property.java.math.BigDecimalgetClashmag()Gets the value of the clashmag property.java.math.BigDecimalgetDist()Gets the value of the dist property.java.math.BigIntegergetScid()Gets the value of the scid property.java.lang.StringgetSymop()Gets the value of the symop property.voidsetAtom(java.lang.String value)Sets the value of the atom property.voidsetClashmag(java.math.BigDecimal value)Sets the value of the clashmag property.voidsetDist(java.math.BigDecimal value)Sets the value of the dist property.voidsetScid(java.math.BigInteger value)Sets the value of the scid property.voidsetSymop(java.lang.String value)Sets the value of the symop property.
-
-
-
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 isString
-
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 isBigDecimal
-
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 isBigDecimal
-
getScid
public java.math.BigInteger getScid()
Gets the value of the scid property.- Returns:
- possible object is
BigInteger
-
setScid
public void setScid(java.math.BigInteger value)
Sets the value of the scid property.- Parameters:
value- allowed object isBigInteger
-
getSymop
public java.lang.String getSymop()
Gets the value of the symop property.- Returns:
- possible object is
String
-
setSymop
public void setSymop(java.lang.String value)
Sets the value of the symop property.- Parameters:
value- allowed object isString
-
-