Class CTOsfWebExtension
java.lang.Object
org.docx4j.com.microsoft.schemas.office.webextensions.webextension_2010_11.CTOsfWebExtension
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTOsfWebExtensionReferenceListprotected CTOsfWebExtensionBindingListprotected CTOfficeArtExtensionListprotected Booleanprotected Stringprotected CTOsfWebExtensionPropertyBagprotected CTOsfWebExtensionReferenceprotected CTBlip -
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 alternateReferences property.Gets the value of the bindings property.Gets the value of the extLst property.getId()Gets the value of the id property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the properties property.Gets the value of the reference property.Gets the value of the snapshot property.booleanisFrozen()Gets the value of the frozen property.voidSets the value of the alternateReferences property.voidSets the value of the bindings property.voidSets the value of the extLst property.voidSets the value of the frozen property.voidSets the value of the id property.voidvoidSets the value of the properties property.voidSets the value of the reference property.voidsetSnapshot(CTBlip value) Sets the value of the snapshot property.
-
Field Details
-
reference
-
alternateReferences
-
properties
-
bindings
-
snapshot
-
extLst
-
id
-
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
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
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
Sets the value of the frozen property.- Parameters:
value- allowed object isBoolean
-
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.
-