Class SymmClash
java.lang.Object
org.biojava.nbio.structure.validation.SymmClash
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="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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected BigDecimal
protected BigDecimal
protected BigInteger
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAtom()
Gets the value of the atom property.Gets the value of the clashmag property.getDist()
Gets the value of the dist property.getScid()
Gets the value of the scid property.getSymop()
Gets the value of the symop property.void
Sets the value of the atom property.void
setClashmag
(BigDecimal value) Sets the value of the clashmag property.void
setDist
(BigDecimal value) Sets the value of the dist property.void
setScid
(BigInteger value) Sets the value of the scid property.void
Sets the value of the symop property.
-
Field Details
-
atom
-
clashmag
-
dist
-
scid
-
symop
-
-
Constructor Details
-
SymmClash
public SymmClash()
-
-
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
-
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
-
getScid
Gets the value of the scid property.- Returns:
- possible object is
BigInteger
-
setScid
Sets the value of the scid property.- Parameters:
value
- allowed object isBigInteger
-
getSymop
Gets the value of the symop property.- Returns:
- possible object is
String
-
setSymop
Sets the value of the symop property.- Parameters:
value
- allowed object isString
-