public class OutUriData extends Object implements Serializable
| Constructor and Description |
|---|
OutUriData() |
OutUriData(TransferOptions options,
String[] outUris) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
TransferOptions |
getOptions()
Gets the options value for this OutUriData.
|
String[] |
getOutUris()
Gets the outUris value for this OutUriData.
|
String |
getOutUris(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setOptions(TransferOptions options)
Sets the options value for this OutUriData.
|
void |
setOutUris(int i,
String _value) |
void |
setOutUris(String[] outUris)
Sets the outUris value for this OutUriData.
|
public OutUriData()
public OutUriData(TransferOptions options, String[] outUris)
public String[] getOutUris()
public void setOutUris(String[] outUris)
outUris - public String getOutUris(int i)
public void setOutUris(int i,
String _value)
public TransferOptions getOptions()
public void setOptions(TransferOptions options)
options - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.