Class CTGraphicFrameMoniker
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2013.main.command.CTGraphicFrameMoniker
- All Implemented Interfaces:
Child
Java class for CT_GraphicFrameMoniker complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GraphicFrameMoniker">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://schemas.microsoft.com/office/drawing/2013/main/command}AG_DrawingElementId"/>
</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 creationId property.longgetId()Gets the value of the id property.Gets the parent object in the object tree representing the unmarshalled xml document.voidsetCreationId(String value) Sets the value of the creationId property.voidsetId(long value) Sets the value of the id property.void
-
Field Details
-
id
protected long id -
creationId
-
-
Constructor Details
-
CTGraphicFrameMoniker
public CTGraphicFrameMoniker()
-
-
Method Details
-
getId
public long getId()Gets the value of the id property. -
setId
public void setId(long value) Sets the value of the id property. -
getCreationId
Gets the value of the creationId property.- Returns:
- possible object is
String
-
setCreationId
Sets the value of the creationId property.- Parameters:
value- allowed object isString
-
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.
-