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