public class CTH extends java.lang.Object implements Child
Java class for CT_H complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_H">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="position" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="polar" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="map" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="invx" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="invy" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="switch" type="{urn:schemas-microsoft-com:vml}ST_TrueFalseBlank" />
<attribute name="xrange" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="yrange" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="radiusrange" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_switch |
protected STTrueFalse |
invx |
protected STTrueFalse |
invy |
protected java.lang.String |
map |
protected java.lang.String |
polar |
protected java.lang.String |
position |
protected java.lang.String |
radiusrange |
protected java.lang.String |
xrange |
protected java.lang.String |
yrange |
| Constructor and Description |
|---|
CTH() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STTrueFalse |
getInvx()
Gets the value of the invx property.
|
STTrueFalse |
getInvy()
Gets the value of the invy property.
|
java.lang.String |
getMap()
Gets the value of the map property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getPolar()
Gets the value of the polar property.
|
java.lang.String |
getPosition()
Gets the value of the position property.
|
java.lang.String |
getRadiusrange()
Gets the value of the radiusrange property.
|
java.lang.String |
getSwitch()
Gets the value of the switch property.
|
java.lang.String |
getXrange()
Gets the value of the xrange property.
|
java.lang.String |
getYrange()
Gets the value of the yrange property.
|
void |
setInvx(STTrueFalse value)
Sets the value of the invx property.
|
void |
setInvy(STTrueFalse value)
Sets the value of the invy property.
|
void |
setMap(java.lang.String value)
Sets the value of the map property.
|
void |
setParent(java.lang.Object parent) |
void |
setPolar(java.lang.String value)
Sets the value of the polar property.
|
void |
setPosition(java.lang.String value)
Sets the value of the position property.
|
void |
setRadiusrange(java.lang.String value)
Sets the value of the radiusrange property.
|
void |
setSwitch(java.lang.String value)
Sets the value of the switch property.
|
void |
setXrange(java.lang.String value)
Sets the value of the xrange property.
|
void |
setYrange(java.lang.String value)
Sets the value of the yrange property.
|
protected java.lang.String position
protected java.lang.String polar
protected java.lang.String map
protected STTrueFalse invx
protected STTrueFalse invy
protected java.lang.String _switch
protected java.lang.String xrange
protected java.lang.String yrange
protected java.lang.String radiusrange
public java.lang.String getPosition()
Stringpublic void setPosition(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPolar()
Stringpublic void setPolar(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMap()
Stringpublic void setMap(java.lang.String value)
value - allowed object is
Stringpublic STTrueFalse getInvx()
STTrueFalsepublic void setInvx(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getInvy()
STTrueFalsepublic void setInvy(STTrueFalse value)
value - allowed object is
STTrueFalsepublic java.lang.String getSwitch()
Stringpublic void setSwitch(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getXrange()
Stringpublic void setXrange(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getYrange()
Stringpublic void setYrange(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRadiusrange()
Stringpublic void setRadiusrange(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.