Class Clash
- java.lang.Object
-
- org.biojava.nbio.structure.validation.Clash
-
public class Clash extends 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 String
atom
protected BigInteger
cid
protected BigDecimal
clashmag
protected BigDecimal
dist
-
Constructor Summary
Constructors Constructor Description Clash()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAtom()
Gets the value of the atom property.BigInteger
getCid()
Gets the value of the cid property.BigDecimal
getClashmag()
Gets the value of the clashmag property.BigDecimal
getDist()
Gets the value of the dist property.void
setAtom(String value)
Sets the value of the atom property.void
setCid(BigInteger value)
Sets the value of the cid property.void
setClashmag(BigDecimal value)
Sets the value of the clashmag property.void
setDist(BigDecimal value)
Sets the value of the dist property.
-
-
-
Field Detail
-
cid
protected BigInteger cid
-
clashmag
protected BigDecimal clashmag
-
dist
protected BigDecimal dist
-
-
Constructor Detail
-
Clash
public Clash()
-
-
Method Detail
-
getAtom
public String getAtom()
Gets the value of the atom property.- Returns:
- possible object is
String
-
setAtom
public void setAtom(String value)
Sets the value of the atom property.- Parameters:
value
- allowed object isString
-
getCid
public BigInteger getCid()
Gets the value of the cid property.- Returns:
- possible object is
BigInteger
-
setCid
public void setCid(BigInteger value)
Sets the value of the cid property.- Parameters:
value
- allowed object isBigInteger
-
getClashmag
public BigDecimal getClashmag()
Gets the value of the clashmag property.- Returns:
- possible object is
BigDecimal
-
setClashmag
public void setClashmag(BigDecimal value)
Sets the value of the clashmag property.- Parameters:
value
- allowed object isBigDecimal
-
getDist
public BigDecimal getDist()
Gets the value of the dist property.- Returns:
- possible object is
BigDecimal
-
setDist
public void setDist(BigDecimal value)
Sets the value of the dist property.- Parameters:
value
- allowed object isBigDecimal
-
-