public class Subcode
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Subcode() |
Subcode(javax.xml.namespace.QName value,
Subcode subcode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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
|
Subcode |
getSubcode()
Gets the subcode value for this Subcode.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
javax.xml.namespace.QName |
getValue()
Gets the value value for this Subcode.
|
int |
hashCode() |
void |
setSubcode(Subcode subcode)
Sets the subcode value for this Subcode.
|
void |
setValue(javax.xml.namespace.QName value)
Sets the value value for this Subcode.
|
public Subcode()
public Subcode(javax.xml.namespace.QName value,
Subcode subcode)
public javax.xml.namespace.QName getValue()
public void setValue(javax.xml.namespace.QName value)
value - public Subcode getSubcode()
public void setSubcode(Subcode subcode)
subcode - 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)
Copyright © 2025. All rights reserved.