public class SymmClash 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
atom |
protected BigDecimal |
clashmag |
protected BigDecimal |
dist |
protected BigInteger |
scid |
protected String |
symop |
| Constructor and Description |
|---|
SymmClash() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAtom()
Gets the value of the atom property.
|
BigDecimal |
getClashmag()
Gets the value of the clashmag property.
|
BigDecimal |
getDist()
Gets the value of the dist property.
|
BigInteger |
getScid()
Gets the value of the scid property.
|
String |
getSymop()
Gets the value of the symop property.
|
void |
setAtom(String value)
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 |
setSymop(String value)
Sets the value of the symop property.
|
protected String atom
protected BigDecimal clashmag
protected BigDecimal dist
protected BigInteger scid
protected String symop
public String getAtom()
Stringpublic void setAtom(String value)
value - allowed object is
Stringpublic BigDecimal getClashmag()
BigDecimalpublic void setClashmag(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getDist()
BigDecimalpublic void setDist(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getScid()
BigIntegerpublic void setScid(BigInteger value)
value - allowed object is
BigIntegerpublic String getSymop()
StringCopyright © 2000–2016 BioJava. All rights reserved.