java.lang.Object
org.docx4j.com.microsoft.schemas.office.webextensions.webextension_2010_11.CTOsfWebExtension
All Implemented Interfaces:
Child

public class CTOsfWebExtension
extends java.lang.Object
implements Child

Java class for CT_OsfWebExtension complex type.

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

 <complexType name="CT_OsfWebExtension">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="reference" type="{http://schemas.microsoft.com/office/webextensions/webextension/2010/11}CT_OsfWebExtensionReference"/>
         <element name="alternateReferences" type="{http://schemas.microsoft.com/office/webextensions/webextension/2010/11}CT_OsfWebExtensionReferenceList" minOccurs="0"/>
         <element name="properties" type="{http://schemas.microsoft.com/office/webextensions/webextension/2010/11}CT_OsfWebExtensionPropertyBag"/>
         <element name="bindings" type="{http://schemas.microsoft.com/office/webextensions/webextension/2010/11}CT_OsfWebExtensionBindingList"/>
         <element name="snapshot" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Blip" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="frozen" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTOsfWebExtension

      public CTOsfWebExtension()
  • Method Details

    • getReference

      public CTOsfWebExtensionReference getReference()
      Gets the value of the reference property.
      Returns:
      possible object is CTOsfWebExtensionReference
    • setReference

      public void setReference​(CTOsfWebExtensionReference value)
      Sets the value of the reference property.
      Parameters:
      value - allowed object is CTOsfWebExtensionReference
    • getAlternateReferences

      public CTOsfWebExtensionReferenceList getAlternateReferences()
      Gets the value of the alternateReferences property.
      Returns:
      possible object is CTOsfWebExtensionReferenceList
    • setAlternateReferences

      public void setAlternateReferences​(CTOsfWebExtensionReferenceList value)
      Sets the value of the alternateReferences property.
      Parameters:
      value - allowed object is CTOsfWebExtensionReferenceList
    • getProperties

      public CTOsfWebExtensionPropertyBag getProperties()
      Gets the value of the properties property.
      Returns:
      possible object is CTOsfWebExtensionPropertyBag
    • setProperties

      public void setProperties​(CTOsfWebExtensionPropertyBag value)
      Sets the value of the properties property.
      Parameters:
      value - allowed object is CTOsfWebExtensionPropertyBag
    • getBindings

      public CTOsfWebExtensionBindingList getBindings()
      Gets the value of the bindings property.
      Returns:
      possible object is CTOsfWebExtensionBindingList
    • setBindings

      public void setBindings​(CTOsfWebExtensionBindingList value)
      Sets the value of the bindings property.
      Parameters:
      value - allowed object is CTOsfWebExtensionBindingList
    • getSnapshot

      public CTBlip getSnapshot()
      Gets the value of the snapshot property.
      Returns:
      possible object is CTBlip
    • setSnapshot

      public void setSnapshot​(CTBlip value)
      Sets the value of the snapshot property.
      Parameters:
      value - allowed object is CTBlip
    • getExtLst

      public CTOfficeArtExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTOfficeArtExtensionList
    • setExtLst

      public void setExtLst​(CTOfficeArtExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTOfficeArtExtensionList
    • getId

      public java.lang.String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId​(java.lang.String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isFrozen

      public boolean isFrozen()
      Gets the value of the frozen property.
      Returns:
      possible object is Boolean
    • setFrozen

      public void setFrozen​(java.lang.Boolean value)
      Sets the value of the frozen property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.