public class Transport extends BaseData implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
description |
private static org.apache.axis.description.TypeDesc |
typeDesc |
private java.lang.Boolean |
usableForRuntime |
private java.lang.Boolean |
usableForRuntimeOnly |
Constructor and Description |
---|
Transport() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.Boolean |
getUsableForRuntime() |
java.lang.Boolean |
getUsableForRuntimeOnly() |
int |
hashCode() |
void |
setDescription(java.lang.String description) |
void |
setUsableForRuntime(java.lang.Boolean usableForRuntime) |
void |
setUsableForRuntimeOnly(java.lang.Boolean usableForRuntimeOnly) |
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private java.lang.String description
private java.lang.Boolean usableForRuntime
private java.lang.Boolean usableForRuntimeOnly
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Boolean getUsableForRuntime()
public void setUsableForRuntime(java.lang.Boolean usableForRuntime)
public java.lang.Boolean getUsableForRuntimeOnly()
public void setUsableForRuntimeOnly(java.lang.Boolean usableForRuntimeOnly)
public 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)