Package org.docx4j.vml.officedrawing
Class CTEntry
java.lang.Object
org.docx4j.vml.officedrawing.CTEntry
- All Implemented Interfaces:
Child
Java class for CT_Entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Entry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="new" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="old" 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.getNew()Gets the value of the new property.getOld()Gets the value of the old property.Gets the parent object in the object tree representing the unmarshalled xml document.voidSets the value of the new property.voidSets the value of the old property.void
-
Field Details
-
_new
-
old
-
-
Constructor Details
-
CTEntry
public CTEntry()
-
-
Method Details
-
getNew
Gets the value of the new property.- Returns:
- possible object is
Integer
-
setNew
Sets the value of the new property.- Parameters:
value- allowed object isInteger
-
getOld
Gets the value of the old property.- Returns:
- possible object is
Integer
-
setOld
Sets the value of the old 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.
-