public class CTProxy extends Object implements Child
Java class for CT_Proxy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Proxy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="start" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalseBlank" default="false" />
<attribute name="end" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalseBlank" default="false" />
<attribute name="idref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="connectloc" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
connectloc |
protected String |
end |
protected String |
idref |
protected String |
start |
| Constructor and Description |
|---|
CTProxy() |
| 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.
|
Integer |
getConnectloc()
Gets the value of the connectloc property.
|
String |
getEnd()
Gets the value of the end property.
|
String |
getIdref()
Gets the value of the idref property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getStart()
Gets the value of the start property.
|
void |
setConnectloc(Integer value)
Sets the value of the connectloc property.
|
void |
setEnd(String value)
Sets the value of the end property.
|
void |
setIdref(String value)
Sets the value of the idref property.
|
void |
setParent(Object parent) |
void |
setStart(String value)
Sets the value of the start property.
|
protected String start
protected String end
protected String idref
protected Integer connectloc
public String getStart()
Stringpublic void setStart(String value)
value - allowed object is
Stringpublic String getEnd()
Stringpublic void setEnd(String value)
value - allowed object is
Stringpublic String getIdref()
Stringpublic void setIdref(String value)
value - allowed object is
Stringpublic Integer getConnectloc()
Integerpublic void setConnectloc(Integer value)
value - allowed object is
Integerpublic 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-2021. All Rights Reserved.