Package org.xlsx4j.sml
Class CTTuple
java.lang.Object
org.xlsx4j.sml.CTTuple
- All Implemented Interfaces:
Child
Java class for CT_Tuple complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Tuple">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="fld" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="hier" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="item" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</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.getFld()Gets the value of the fld property.getHier()Gets the value of the hier property.longgetItem()Gets the value of the item property.Gets the parent object in the object tree representing the unmarshalled xml document.voidSets the value of the fld property.voidSets the value of the hier property.voidsetItem(long value) Sets the value of the item property.void
-
Field Details
-
fld
-
hier
-
item
protected long item
-
-
Constructor Details
-
CTTuple
public CTTuple()
-
-
Method Details
-
getFld
Gets the value of the fld property.- Returns:
- possible object is
Long
-
setFld
Sets the value of the fld property.- Parameters:
value- allowed object isLong
-
getHier
Gets the value of the hier property.- Returns:
- possible object is
Long
-
setHier
Sets the value of the hier property.- Parameters:
value- allowed object isLong
-
getItem
public long getItem()Gets the value of the item property. -
setItem
public void setItem(long value) Sets the value of the item 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.
-