public class SymmClash
extends java.lang.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 | Description |
---|---|---|
protected java.lang.String |
atom |
|
protected java.math.BigDecimal |
clashmag |
|
protected java.math.BigDecimal |
dist |
|
protected java.math.BigInteger |
scid |
|
protected java.lang.String |
symop |
Constructor | Description |
---|---|
SymmClash() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAtom() |
Gets the value of the atom property.
|
java.math.BigDecimal |
getClashmag() |
Gets the value of the clashmag property.
|
java.math.BigDecimal |
getDist() |
Gets the value of the dist property.
|
java.math.BigInteger |
getScid() |
Gets the value of the scid property.
|
java.lang.String |
getSymop() |
Gets the value of the symop property.
|
void |
setAtom(java.lang.String value) |
Sets the value of the atom property.
|
void |
setClashmag(java.math.BigDecimal value) |
Sets the value of the clashmag property.
|
void |
setDist(java.math.BigDecimal value) |
Sets the value of the dist property.
|
void |
setScid(java.math.BigInteger value) |
Sets the value of the scid property.
|
void |
setSymop(java.lang.String value) |
Sets the value of the symop property.
|
protected java.lang.String atom
protected java.math.BigDecimal clashmag
protected java.math.BigDecimal dist
protected java.math.BigInteger scid
protected java.lang.String symop
public java.lang.String getAtom()
String
public void setAtom(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getClashmag()
BigDecimal
public void setClashmag(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getDist()
BigDecimal
public void setDist(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigInteger getScid()
BigInteger
public void setScid(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getSymop()
String
public void setSymop(java.lang.String value)
value
- allowed object is
String