public class CTH extends 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 String |
_switch |
protected STTrueFalse |
invx |
protected STTrueFalse |
invy |
protected String |
map |
protected String |
polar |
protected String |
position |
protected String |
radiusrange |
protected String |
xrange |
protected String |
yrange |
| Constructor and Description |
|---|
CTH() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
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.
|
String |
getMap()
Gets the value of the map property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getPolar()
Gets the value of the polar property.
|
String |
getPosition()
Gets the value of the position property.
|
String |
getRadiusrange()
Gets the value of the radiusrange property.
|
String |
getSwitch()
Gets the value of the switch property.
|
String |
getXrange()
Gets the value of the xrange property.
|
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(String value)
Sets the value of the map property.
|
void |
setParent(Object parent) |
void |
setPolar(String value)
Sets the value of the polar property.
|
void |
setPosition(String value)
Sets the value of the position property.
|
void |
setRadiusrange(String value)
Sets the value of the radiusrange property.
|
void |
setSwitch(String value)
Sets the value of the switch property.
|
void |
setXrange(String value)
Sets the value of the xrange property.
|
void |
setYrange(String value)
Sets the value of the yrange property.
|
protected String position
protected String polar
protected String map
protected STTrueFalse invx
protected STTrueFalse invy
protected String _switch
protected String xrange
protected String yrange
protected String radiusrange
public String getPosition()
Stringpublic void setPosition(String value)
value - allowed object is
Stringpublic String getPolar()
Stringpublic void setPolar(String value)
value - allowed object is
Stringpublic String getMap()
Stringpublic void setMap(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 String getSwitch()
Stringpublic void setSwitch(String value)
value - allowed object is
Stringpublic String getXrange()
Stringpublic void setXrange(String value)
value - allowed object is
Stringpublic String getYrange()
Stringpublic void setYrange(String value)
value - allowed object is
Stringpublic String getRadiusrange()
Stringpublic void setRadiusrange(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.