Class CTDefinedNameArgumentDescription

java.lang.Object
org.xlsx4j.schemas.microsoft.com.office.excel_2008_2.main.CTDefinedNameArgumentDescription
All Implemented Interfaces:
Child

public class CTDefinedNameArgumentDescription extends 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 Details

    • value

      protected String value
    • index

      protected long index
  • Constructor Details

    • CTDefinedNameArgumentDescription

      public CTDefinedNameArgumentDescription()
  • Method Details

    • getValue

      public String getValue()
      Escaped String
      Returns:
      possible object is String
    • setValue

      public void setValue(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 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.