public class EnumType extends AegisType
| Constructor and Description |
|---|
EnumType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplex() |
Object |
readObject(MessageReader reader,
Context context)
Read in the XML fragment and create an object.
|
void |
setTypeClass(Type typeClass) |
void |
writeObject(Object object,
MessageWriter writer,
Context context)
Writes the object to the MessageWriter.
|
void |
writeSchema(org.apache.ws.commons.schema.XmlSchema root)
If this type should correspond to a global, named, schema type, here is where the
type object adds it to the schema.
|
addToSchemaElement, equals, getDependencies, getMaxOccurs, getMinOccurs, getSchemaType, getType, getTypeClass, getTypeMapping, hashCode, hasMaxOccurs, hasMinOccurs, isAbstract, isFlatArray, isNillable, isWriteOuter, setAbstract, setFlatArray, setNillable, setSchemaType, setTypeMapping, setWriteOuter, toString, usesUtilityTypes, usesXmimepublic Object readObject(MessageReader reader, Context context)
AegisTypereadObject in class AegisTypepublic void writeObject(Object object, MessageWriter writer, Context context)
AegisTypewriteObject in class AegisTypepublic void setTypeClass(Type typeClass)
setTypeClass in class AegisTypetypeClass - The typeClass to set.public void writeSchema(org.apache.ws.commons.schema.XmlSchema root)
AegisTypewriteSchema in class AegisTyperoot - root of the XSD document.Apache CXF