Package org.docx4j.vml.officedrawing
Class CTProxy
java.lang.Object
org.docx4j.vml.officedrawing.CTProxy
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Integerconnectlocprotected java.lang.Stringendprotected java.lang.Stringidrefprotected java.lang.Stringstart -
Constructor Summary
Constructors Constructor Description CTProxy() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.IntegergetConnectloc()Gets the value of the connectloc property.java.lang.StringgetEnd()Gets the value of the end property.java.lang.StringgetIdref()Gets the value of the idref property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetStart()Gets the value of the start property.voidsetConnectloc(java.lang.Integer value)Sets the value of the connectloc property.voidsetEnd(java.lang.String value)Sets the value of the end property.voidsetIdref(java.lang.String value)Sets the value of the idref property.voidsetParent(java.lang.Object parent)voidsetStart(java.lang.String value)Sets the value of the start property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
start
protected java.lang.String start -
end
protected java.lang.String end -
idref
protected java.lang.String idref -
connectloc
protected java.lang.Integer connectloc
-
-
Constructor Details
-
CTProxy
public CTProxy()
-
-
Method Details
-
getStart
public java.lang.String getStart()Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
public void setStart(java.lang.String value)Sets the value of the start property.- Parameters:
value- allowed object isString
-
getEnd
public java.lang.String getEnd()Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
public void setEnd(java.lang.String value)Sets the value of the end property.- Parameters:
value- allowed object isString
-
getIdref
public java.lang.String getIdref()Gets the value of the idref property.- Returns:
- possible object is
String
-
setIdref
public void setIdref(java.lang.String value)Sets the value of the idref property.- Parameters:
value- allowed object isString
-
getConnectloc
public java.lang.Integer getConnectloc()Gets the value of the connectloc property.- Returns:
- possible object is
Integer
-
setConnectloc
public void setConnectloc(java.lang.Integer value)Sets the value of the connectloc property.- Parameters:
value- allowed object isInteger
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-