public class CTDbPr extends java.lang.Object implements 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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
command |
protected java.lang.Long |
commandType |
protected java.lang.String |
connection |
protected java.lang.String |
serverCommand |
| Constructor and Description |
|---|
CTDbPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getCommand()
Gets the value of the command property.
|
long |
getCommandType()
Gets the value of the commandType property.
|
java.lang.String |
getConnection()
Gets the value of the connection property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getServerCommand()
Gets the value of the serverCommand property.
|
void |
setCommand(java.lang.String value)
Sets the value of the command property.
|
void |
setCommandType(java.lang.Long value)
Sets the value of the commandType property.
|
void |
setConnection(java.lang.String value)
Sets the value of the connection property.
|
void |
setParent(java.lang.Object parent) |
void |
setServerCommand(java.lang.String value)
Sets the value of the serverCommand property.
|
protected java.lang.String connection
protected java.lang.String command
protected java.lang.String serverCommand
protected java.lang.Long commandType
public java.lang.String getConnection()
Stringpublic void setConnection(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCommand()
Stringpublic void setCommand(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServerCommand()
Stringpublic void setServerCommand(java.lang.String value)
value - allowed object is
Stringpublic long getCommandType()
Longpublic void setCommandType(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.