Class CTOsfWebExtensionReference
java.lang.Object
org.docx4j.com.microsoft.schemas.office.webextensions.webextension_2010_11.CTOsfWebExtensionReference
- All Implemented Interfaces:
Child
Java class for CT_OsfWebExtensionReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OsfWebExtensionReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="store" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="storeType" type="{http://www.w3.org/2001/XMLSchema}string" />
</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 extLst property.getId()Gets the value of the id property.Gets the parent object in the object tree representing the unmarshalled xml document.getStore()Gets the value of the store property.Gets the value of the storeType property.Gets the value of the version property.voidSets the value of the extLst property.voidSets the value of the id property.voidvoidSets the value of the store property.voidsetStoreType(String value) Sets the value of the storeType property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
extLst
-
id
-
version
-
store
-
storeType
-
-
Constructor Details
-
CTOsfWebExtensionReference
public CTOsfWebExtensionReference()
-
-
Method Details
-
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
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getStore
Gets the value of the store property.- Returns:
- possible object is
String
-
setStore
Sets the value of the store property.- Parameters:
value- allowed object isString
-
getStoreType
Gets the value of the storeType property.- Returns:
- possible object is
String
-
setStoreType
Sets the value of the storeType 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.
-