Package org.docx4j.vml.officedrawing
Class CTProxy
java.lang.Object
org.docx4j.vml.officedrawing.CTProxy
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the connectloc property.getEnd()Gets the value of the end property.getIdref()Gets the value of the idref property.Gets the parent object in the object tree representing the unmarshalled xml document.getStart()Gets the value of the start property.voidsetConnectloc(Integer value) Sets the value of the connectloc property.voidSets the value of the end property.voidSets the value of the idref property.voidvoidSets the value of the start property.
-
Field Details
-
start
-
end
-
idref
-
connectloc
-
-
Constructor Details
-
CTProxy
public CTProxy()
-
-
Method Details
-
getStart
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isString
-
getEnd
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
Sets the value of the end property.- Parameters:
value- allowed object isString
-
getIdref
Gets the value of the idref property.- Returns:
- possible object is
String
-
setIdref
Sets the value of the idref property.- Parameters:
value- allowed object isString
-
getConnectloc
Gets the value of the connectloc property.- Returns:
- possible object is
Integer
-
setConnectloc
Sets the value of the connectloc property.- Parameters:
value- allowed object isInteger
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-