java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2012.main.CTObjectPr
All Implemented Interfaces:
Child

public class CTObjectPr extends Object implements Child

Java class for CT_ObjectPr complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_ObjectPr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="objectId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="isActiveX" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="linkType" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • objectId

      protected String objectId
    • isActiveX

      protected Boolean isActiveX
    • linkType

      protected String linkType
  • Constructor Details

    • CTObjectPr

      public CTObjectPr()
  • Method Details

    • getObjectId

      public String getObjectId()
      Gets the value of the objectId property.
      Returns:
      possible object is String
    • setObjectId

      public void setObjectId(String value)
      Sets the value of the objectId property.
      Parameters:
      value - allowed object is String
    • isIsActiveX

      public Boolean isIsActiveX()
      Gets the value of the isActiveX property.
      Returns:
      possible object is Boolean
    • setIsActiveX

      public void setIsActiveX(Boolean value)
      Sets the value of the isActiveX property.
      Parameters:
      value - allowed object is Boolean
    • getLinkType

      public String getLinkType()
      Gets the value of the linkType property.
      Returns:
      possible object is String
    • setLinkType

      public void setLinkType(String value)
      Sets the value of the linkType property.
      Parameters:
      value - allowed object is String
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.