public class XsdComplexType extends XsdType implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private XsdAttribute[] |
attributes |
private XsdType |
baseType |
private XsdElement[] |
children |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
XsdComplexType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
XsdAttribute[] |
getAttributes() |
XsdType |
getBaseType() |
XsdElement[] |
getChildren() |
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
|
int |
hashCode() |
void |
setAttributes(XsdAttribute[] attributes) |
void |
setBaseType(XsdType baseType) |
void |
setChildren(XsdElement[] children) |
private XsdAttribute[] attributes
private XsdType baseType
private XsdElement[] children
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public XsdAttribute[] getAttributes()
public void setAttributes(XsdAttribute[] attributes)
public XsdType getBaseType()
public void setBaseType(XsdType baseType)
public XsdElement[] getChildren()
public void setChildren(XsdElement[] children)
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)