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>
Modifier and Type | Field and Description |
---|---|
protected String |
atom |
protected BigInteger |
cid |
protected BigDecimal |
clashmag |
protected BigDecimal |
dist |
Constructor and Description |
---|
Clash() |
Modifier and Type | Method and 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.
|
protected BigInteger cid
protected BigDecimal clashmag
protected BigDecimal dist
public Clash()
public String getAtom()
String
public void setAtom(String value)
value
- allowed object is
String
public BigInteger getCid()
BigInteger
public void setCid(BigInteger value)
value
- allowed object is
BigInteger
public BigDecimal getClashmag()
BigDecimal
public void setClashmag(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getDist()
BigDecimal
public void setDist(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2000–2019 BioJava. All rights reserved.