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

    Fields
    Modifier and Type Field Description
    protected long index  
    protected java.lang.String value  
  • Constructor Summary

    Constructors
    Constructor Description
    CTDefinedNameArgumentDescription()  
  • Method Summary

    Modifier and Type Method Description
    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.
    long getIndex()
    Gets the value of the index property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getValue()
    Escaped String
    void setIndex​(long value)
    Sets the value of the index property.
    void setParent​(java.lang.Object parent)  
    void setValue​(java.lang.String value)
    Sets the value of the value property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • value

      protected java.lang.String value
    • index

      protected long index
  • 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 is String
    • 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.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.