public class CoordType extends Object implements Named, Visitable
Java class for CoordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoordType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="X" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="Y" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Z" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
x |
protected BigDecimal |
y |
protected BigDecimal |
z |
| Constructor and Description |
|---|
CoordType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
QName |
getJAXBElementName() |
BigDecimal |
getX()
Gets the value of the x property.
|
BigDecimal |
getY()
Gets the value of the y property.
|
BigDecimal |
getZ()
Gets the value of the z property.
|
boolean |
isSetX() |
boolean |
isSetY() |
boolean |
isSetZ() |
void |
setJAXBElementName(QName name) |
void |
setX(BigDecimal value)
Sets the value of the x property.
|
void |
setY(BigDecimal value)
Sets the value of the y property.
|
void |
setZ(BigDecimal value)
Sets the value of the z property.
|
protected BigDecimal x
protected BigDecimal y
protected BigDecimal z
public BigDecimal getX()
BigDecimalpublic void setX(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetX()
public BigDecimal getY()
BigDecimalpublic void setY(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetY()
public BigDecimal getZ()
BigDecimalpublic void setZ(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetZ()
public void setJAXBElementName(QName name)
setJAXBElementName in interface Namedpublic QName getJAXBElementName()
getJAXBElementName in interface Namedpublic void afterUnmarshal(Unmarshaller u, Object parent)
This work is licensed under a Creative Commons Attribution 4.0 International License.