Class CTDefinedNameArgumentDescription
java.lang.Object
org.xlsx4j.schemas.microsoft.com.office.excel_2008_2.main.CTDefinedNameArgumentDescription
- All Implemented Interfaces:
Child
public class CTDefinedNameArgumentDescription extends java.lang.Object implements 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
-
Constructor Summary
Constructors Constructor Description CTDefinedNameArgumentDescription() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longgetIndex()Gets the value of the index property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetValue()Escaped StringvoidsetIndex(long value)Sets the value of the index property.voidsetParent(java.lang.Object parent)voidsetValue(java.lang.String value)Sets the value of the value property.
-
Field Details
-
Constructor Details
-
CTDefinedNameArgumentDescription
public CTDefinedNameArgumentDescription()
-
-
Method Details
-
getValue
public java.lang.String getValue()Escaped String- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)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
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(javax.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.
-