|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.rft.generated.RFTOptionsType
public class RFTOptionsType
Type representing various options one can set at transfer and request level.ignoreFilePermErr when set will force RFT to ignore errors that occur while setting/getting file permissions.
| Field Summary | |
|---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.Boolean |
binary
|
private java.lang.Integer |
blockSize
|
private java.lang.Boolean |
dcau
|
private java.lang.String |
destinationSubjectName
|
private java.lang.Boolean |
ignoreFilePermErr
|
private java.lang.Boolean |
notpt
|
private java.lang.Integer |
parallelStreams
|
private java.lang.String |
sourceSubjectName
|
private java.lang.String |
subjectName
|
private java.lang.Integer |
tcpBufferSize
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private java.lang.String |
userName
|
| Constructor Summary | |
|---|---|
RFTOptionsType()
|
|
RFTOptionsType(java.lang.Boolean binary,
java.lang.Integer blockSize,
java.lang.Integer tcpBufferSize,
java.lang.Boolean notpt,
java.lang.Integer parallelStreams,
java.lang.Boolean dcau,
java.lang.String subjectName,
java.lang.String destinationSubjectName,
java.lang.String sourceSubjectName,
java.lang.String userName,
java.lang.Boolean ignoreFilePermErr)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getBinary()
Gets the binary value for this RFTOptionsType. |
java.lang.Integer |
getBlockSize()
Gets the blockSize value for this RFTOptionsType. |
java.lang.Boolean |
getDcau()
Gets the dcau value for this RFTOptionsType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getDestinationSubjectName()
Gets the destinationSubjectName value for this RFTOptionsType. |
java.lang.Boolean |
getIgnoreFilePermErr()
Gets the ignoreFilePermErr value for this RFTOptionsType. |
java.lang.Boolean |
getNotpt()
Gets the notpt value for this RFTOptionsType. |
java.lang.Integer |
getParallelStreams()
Gets the parallelStreams value for this RFTOptionsType. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getSourceSubjectName()
Gets the sourceSubjectName value for this RFTOptionsType. |
java.lang.String |
getSubjectName()
Gets the subjectName value for this RFTOptionsType. |
java.lang.Integer |
getTcpBufferSize()
Gets the tcpBufferSize value for this RFTOptionsType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getUserName()
Gets the userName value for this RFTOptionsType. |
int |
hashCode()
|
void |
setBinary(java.lang.Boolean binary)
Sets the binary value for this RFTOptionsType. |
void |
setBlockSize(java.lang.Integer blockSize)
Sets the blockSize value for this RFTOptionsType. |
void |
setDcau(java.lang.Boolean dcau)
Sets the dcau value for this RFTOptionsType. |
void |
setDestinationSubjectName(java.lang.String destinationSubjectName)
Sets the destinationSubjectName value for this RFTOptionsType. |
void |
setIgnoreFilePermErr(java.lang.Boolean ignoreFilePermErr)
Sets the ignoreFilePermErr value for this RFTOptionsType. |
void |
setNotpt(java.lang.Boolean notpt)
Sets the notpt value for this RFTOptionsType. |
void |
setParallelStreams(java.lang.Integer parallelStreams)
Sets the parallelStreams value for this RFTOptionsType. |
void |
setSourceSubjectName(java.lang.String sourceSubjectName)
Sets the sourceSubjectName value for this RFTOptionsType. |
void |
setSubjectName(java.lang.String subjectName)
Sets the subjectName value for this RFTOptionsType. |
void |
setTcpBufferSize(java.lang.Integer tcpBufferSize)
Sets the tcpBufferSize value for this RFTOptionsType. |
void |
setUserName(java.lang.String userName)
Sets the userName value for this RFTOptionsType. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.Boolean binary
private java.lang.Integer blockSize
private java.lang.Integer tcpBufferSize
private java.lang.Boolean notpt
private java.lang.Integer parallelStreams
private java.lang.Boolean dcau
private java.lang.String subjectName
private java.lang.String destinationSubjectName
private java.lang.String sourceSubjectName
private java.lang.String userName
private java.lang.Boolean ignoreFilePermErr
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
|---|
public RFTOptionsType()
public RFTOptionsType(java.lang.Boolean binary,
java.lang.Integer blockSize,
java.lang.Integer tcpBufferSize,
java.lang.Boolean notpt,
java.lang.Integer parallelStreams,
java.lang.Boolean dcau,
java.lang.String subjectName,
java.lang.String destinationSubjectName,
java.lang.String sourceSubjectName,
java.lang.String userName,
java.lang.Boolean ignoreFilePermErr)
| Method Detail |
|---|
public java.lang.Boolean getBinary()
public void setBinary(java.lang.Boolean binary)
binary - public java.lang.Integer getBlockSize()
public void setBlockSize(java.lang.Integer blockSize)
blockSize - public java.lang.Integer getTcpBufferSize()
public void setTcpBufferSize(java.lang.Integer tcpBufferSize)
tcpBufferSize - public java.lang.Boolean getNotpt()
public void setNotpt(java.lang.Boolean notpt)
notpt - public java.lang.Integer getParallelStreams()
public void setParallelStreams(java.lang.Integer parallelStreams)
parallelStreams - public java.lang.Boolean getDcau()
public void setDcau(java.lang.Boolean dcau)
dcau - public java.lang.String getSubjectName()
public void setSubjectName(java.lang.String subjectName)
subjectName - public java.lang.String getDestinationSubjectName()
public void setDestinationSubjectName(java.lang.String destinationSubjectName)
destinationSubjectName - public java.lang.String getSourceSubjectName()
public void setSourceSubjectName(java.lang.String sourceSubjectName)
sourceSubjectName - public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName - public java.lang.Boolean getIgnoreFilePermErr()
public void setIgnoreFilePermErr(java.lang.Boolean ignoreFilePermErr)
ignoreFilePermErr - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||