public class FecTransferOptionsType extends Object
Java class for FecTransferOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FecTransferOptionsType"> <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" /> <attribute name="feck" use="required" type="{}positiveInt" /> <attribute name="fecn" use="required" type="{}positiveInt" /> <attribute name="fecpacketsize" use="required" type="{}positiveInt" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected int |
feck |
protected int |
fecn |
protected int |
fecpacketsize |
protected String |
host |
protected int |
port |
protected String |
schema |
protected boolean |
transfer |
Constructor and Description |
---|
FecTransferOptionsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
int |
getFeck()
Gets the value of the feck property.
|
int |
getFecn()
Gets the value of the fecn property.
|
int |
getFecpacketsize()
Gets the value of the fecpacketsize 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 |
setFeck(int value)
Sets the value of the feck property.
|
void |
setFecn(int value)
Sets the value of the fecn property.
|
void |
setFecpacketsize(int value)
Sets the value of the fecpacketsize 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 int feck
protected int fecn
protected int fecpacketsize
protected String description
public boolean isTransfer()
public void setTransfer(boolean value)
public String getHost()
String
public void setHost(String value)
value
- allowed object is
String
public int getPort()
public void setPort(int value)
public String getSchema()
String
public void setSchema(String value)
value
- allowed object is
String
public int getFeck()
public void setFeck(int value)
public int getFecn()
public void setFecn(int value)
public int getFecpacketsize()
public void setFecpacketsize(int value)
public String getDescription()
String