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()
String
public void setConnection(String value)
value
- allowed object is
String
public String getCommand()
String
public void setCommand(String value)
value
- allowed object is
String
public String getServerCommand()
String
public void setServerCommand(String value)
value
- allowed object is
String
public long getCommandType()
Long
public void setCommandType(Long value)
value
- allowed object is
Long
public 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-2019. All Rights Reserved.