public class XsbcTransferOptionsType extends Object
Java class for XsbcTransferOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="XsbcTransferOptionsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{}commonAttributes"/>
       <attribute name="transfer" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="host" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="port" use="required" type="{}positiveInt" />
       <attribute name="schema" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | description | 
| protected String | host | 
| protected int | port | 
| protected String | schema | 
| protected boolean | transfer | 
| Constructor and Description | 
|---|
| XsbcTransferOptionsType() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the value of the description property. | 
| String | getHost()Gets the value of the host property. | 
| int | getPort()Gets the value of the port property. | 
| String | getSchema()Gets the value of the schema property. | 
| boolean | isTransfer()Gets the value of the transfer property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setHost(String value)Sets the value of the host property. | 
| void | setPort(int value)Sets the value of the port property. | 
| void | setSchema(String value)Sets the value of the schema property. | 
| void | setTransfer(boolean value)Sets the value of the transfer property. | 
protected boolean transfer
protected String host
protected int port
protected String schema
protected String description
public boolean isTransfer()
public void setTransfer(boolean value)
public String getHost()
Stringpublic void setHost(String value)
value - allowed object is
     Stringpublic int getPort()
public void setPort(int value)
public String getSchema()
Stringpublic void setSchema(String value)
value - allowed object is
     Stringpublic String getDescription()
String