public class TChangeDBsTypeInput extends Object
Java class for tChangeDBsTypeInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tChangeDBsTypeInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="refNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="newDBType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IDsFile" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
iDsFile |
protected String |
newDBType |
protected String |
refNumber |
| Constructor and Description |
|---|
TChangeDBsTypeInput() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getIDsFile()
Gets the value of the iDsFile property.
|
String |
getNewDBType()
Gets the value of the newDBType property.
|
String |
getRefNumber()
Gets the value of the refNumber property.
|
void |
setIDsFile(byte[] value)
Sets the value of the iDsFile property.
|
void |
setNewDBType(String value)
Sets the value of the newDBType property.
|
void |
setRefNumber(String value)
Sets the value of the refNumber property.
|
protected String refNumber
protected String newDBType
protected byte[] iDsFile
public String getRefNumber()
Stringpublic void setRefNumber(String value)
value - allowed object is
Stringpublic String getNewDBType()
Stringpublic void setNewDBType(String value)
value - allowed object is
Stringpublic byte[] getIDsFile()
public void setIDsFile(byte[] value)
value - allowed object is
byte[]Copyright © 2017. All rights reserved.