public class CTProxy extends java.lang.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 java.lang.Integer |
connectloc |
protected java.lang.String |
end |
protected java.lang.String |
idref |
protected java.lang.String |
start |
| Constructor and Description |
|---|
CTProxy() |
| 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.
|
java.lang.Integer |
getConnectloc()
Gets the value of the connectloc property.
|
java.lang.String |
getEnd()
Gets the value of the end property.
|
java.lang.String |
getIdref()
Gets the value of the idref property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getStart()
Gets the value of the start property.
|
void |
setConnectloc(java.lang.Integer value)
Sets the value of the connectloc property.
|
void |
setEnd(java.lang.String value)
Sets the value of the end property.
|
void |
setIdref(java.lang.String value)
Sets the value of the idref property.
|
void |
setParent(java.lang.Object parent) |
void |
setStart(java.lang.String value)
Sets the value of the start property.
|
protected java.lang.String start
protected java.lang.String end
protected java.lang.String idref
protected java.lang.Integer connectloc
public java.lang.String getStart()
Stringpublic void setStart(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEnd()
Stringpublic void setEnd(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdref()
Stringpublic void setIdref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getConnectloc()
Integerpublic void setConnectloc(java.lang.Integer value)
value - allowed object is
Integerpublic 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–2025. All rights reserved.