Class CTDefinedNameArgumentDescription
java.lang.Object
org.xlsx4j.schemas.microsoft.com.office.excel_2008_2.main.CTDefinedNameArgumentDescription
- All Implemented Interfaces:
Child
Java class for CT_DefinedNameArgumentDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DefinedNameArgumentDescription">
<simpleContent>
<extension base="<http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes>ST_Xstring">
<attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</extension>
</simpleContent>
</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.longgetIndex()Gets the value of the index property.Gets the parent object in the object tree representing the unmarshalled xml document.getValue()Escaped StringvoidsetIndex(long value) Sets the value of the index property.voidvoidSets the value of the value property.
-
Field Details
-
value
-
index
protected long index
-
-
Constructor Details
-
CTDefinedNameArgumentDescription
public CTDefinedNameArgumentDescription()
-
-
Method Details
-
getValue
Escaped String- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getIndex
public long getIndex()Gets the value of the index property. -
setIndex
public void setIndex(long value) Sets the value of the index property. -
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.
-