Package org.xlsx4j.sml
Class CTQuery
java.lang.Object
org.xlsx4j.sml.CTQuery
- All Implemented Interfaces:
Child
Java class for CT_Query complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Query">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tpls" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Tuples" minOccurs="0"/>
</sequence>
<attribute name="mdx" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</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.getMdx()Gets the value of the mdx property.Gets the parent object in the object tree representing the unmarshalled xml document.getTpls()Gets the value of the tpls property.voidSets the value of the mdx property.voidvoidSets the value of the tpls property.
-
Field Details
-
tpls
-
mdx
-
-
Constructor Details
-
CTQuery
public CTQuery()
-
-
Method Details
-
getTpls
Gets the value of the tpls property.- Returns:
- possible object is
CTTuples
-
setTpls
Sets the value of the tpls property.- Parameters:
value- allowed object isCTTuples
-
getMdx
Gets the value of the mdx property.- Returns:
- possible object is
String
-
setMdx
Sets the value of the mdx property.- Parameters:
value- allowed object isString
-
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.
-