Package org.xlsx4j.sml
Class CTDbPr
java.lang.Object
org.xlsx4j.sml.CTDbPr
- All Implemented Interfaces:
Child
Java class for CT_DbPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DbPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="connection" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="command" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="serverCommand" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="commandType" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="2" />
</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.Gets the value of the command property.longGets the value of the commandType property.Gets the value of the connection property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the serverCommand property.voidsetCommand(String value) Sets the value of the command property.voidsetCommandType(Long value) Sets the value of the commandType property.voidsetConnection(String value) Sets the value of the connection property.voidvoidsetServerCommand(String value) Sets the value of the serverCommand property.
-
Field Details
-
connection
-
command
-
serverCommand
-
commandType
-
-
Constructor Details
-
CTDbPr
public CTDbPr()
-
-
Method Details
-
getConnection
Gets the value of the connection property.- Returns:
- possible object is
String
-
setConnection
Sets the value of the connection property.- Parameters:
value- allowed object isString
-
getCommand
Gets the value of the command property.- Returns:
- possible object is
String
-
setCommand
Sets the value of the command property.- Parameters:
value- allowed object isString
-
getServerCommand
Gets the value of the serverCommand property.- Returns:
- possible object is
String
-
setServerCommand
Sets the value of the serverCommand property.- Parameters:
value- allowed object isString
-
getCommandType
public long getCommandType()Gets the value of the commandType property.- Returns:
- possible object is
Long
-
setCommandType
Sets the value of the commandType property.- Parameters:
value- allowed object isLong
-
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.
-