Class CTOsfWebExtension
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 Summary
Fields Modifier and Type Field Description protected CTOsfWebExtensionReferenceListalternateReferencesprotected CTOsfWebExtensionBindingListbindingsprotected CTOfficeArtExtensionListextLstprotected java.lang.Booleanfrozenprotected java.lang.Stringidprotected CTOsfWebExtensionPropertyBagpropertiesprotected CTOsfWebExtensionReferencereferenceprotected CTBlipsnapshot -
Constructor Summary
Constructors Constructor Description CTOsfWebExtension() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTOsfWebExtensionReferenceListgetAlternateReferences()Gets the value of the alternateReferences property.CTOsfWebExtensionBindingListgetBindings()Gets the value of the bindings property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.java.lang.StringgetId()Gets the value of the id property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTOsfWebExtensionPropertyBaggetProperties()Gets the value of the properties property.CTOsfWebExtensionReferencegetReference()Gets the value of the reference property.CTBlipgetSnapshot()Gets the value of the snapshot property.booleanisFrozen()Gets the value of the frozen property.voidsetAlternateReferences(CTOsfWebExtensionReferenceList value)Sets the value of the alternateReferences property.voidsetBindings(CTOsfWebExtensionBindingList value)Sets the value of the bindings property.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst property.voidsetFrozen(java.lang.Boolean value)Sets the value of the frozen property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetParent(java.lang.Object parent)voidsetProperties(CTOsfWebExtensionPropertyBag value)Sets the value of the properties property.voidsetReference(CTOsfWebExtensionReference value)Sets the value of the reference property.voidsetSnapshot(CTBlip value)Sets the value of the snapshot property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
reference
-
alternateReferences
-
properties
-
bindings
-
snapshot
-
extLst
-
id
protected java.lang.String id -
frozen
protected java.lang.Boolean frozen
-
-
Constructor Details
-
CTOsfWebExtension
public CTOsfWebExtension()
-
-
Method Details
-
getReference
Gets the value of the reference property.- Returns:
- possible object is
CTOsfWebExtensionReference
-
setReference
Sets the value of the reference property.- Parameters:
value- allowed object isCTOsfWebExtensionReference
-
getAlternateReferences
Gets the value of the alternateReferences property.- Returns:
- possible object is
CTOsfWebExtensionReferenceList
-
setAlternateReferences
Sets the value of the alternateReferences property.- Parameters:
value- allowed object isCTOsfWebExtensionReferenceList
-
getProperties
Gets the value of the properties property.- Returns:
- possible object is
CTOsfWebExtensionPropertyBag
-
setProperties
Sets the value of the properties property.- Parameters:
value- allowed object isCTOsfWebExtensionPropertyBag
-
getBindings
Gets the value of the bindings property.- Returns:
- possible object is
CTOsfWebExtensionBindingList
-
setBindings
Sets the value of the bindings property.- Parameters:
value- allowed object isCTOsfWebExtensionBindingList
-
getSnapshot
Gets the value of the snapshot property.- Returns:
- possible object is
CTBlip
-
setSnapshot
Sets the value of the snapshot property.- Parameters:
value- allowed object isCTBlip
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
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 isString
-
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 isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-