|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.xfire.aegis.type.Type
public abstract class Type
Type
| Constructor Summary | |
|---|---|
Type()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Set |
getDependencies()
Return a set of Type dependencies. |
javax.xml.namespace.QName |
getSchemaType()
The schema type that this SchemaType represents. |
java.lang.Class |
getTypeClass()
|
TypeMapping |
getTypeMapping()
|
int |
hashCode()
|
boolean |
isAbstract()
Whether or not this a complexType or a concrete element. |
boolean |
isComplex()
Whether or not this a complex type. |
boolean |
isNillable()
|
abstract java.lang.Object |
readObject(MessageReader reader,
MessageContext context)
|
void |
setAbstract(boolean abstrct)
|
void |
setNillable(boolean nillable)
|
void |
setSchemaType(javax.xml.namespace.QName name)
|
void |
setTypeClass(java.lang.Class typeClass)
|
void |
setTypeMapping(TypeMapping typeMapping)
|
abstract void |
writeObject(java.lang.Object object,
MessageWriter writer,
MessageContext context)
|
void |
writeSchema(org.codehaus.yom.Element root)
Write the type schema (if complex) to the element. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Type()
| Method Detail |
|---|
public abstract java.lang.Object readObject(MessageReader reader,
MessageContext context)
throws XFireFault
XFireFault
public abstract void writeObject(java.lang.Object object,
MessageWriter writer,
MessageContext context)
throws XFireFault
XFireFaultpublic void writeSchema(org.codehaus.yom.Element root)
SchemaType
writeSchema in interface SchemaTypepublic TypeMapping getTypeMapping()
public void setTypeMapping(TypeMapping typeMapping)
typeMapping - The typeMapping to set.public java.lang.Class getTypeClass()
public void setTypeClass(java.lang.Class typeClass)
typeClass - The typeClass to set.public boolean isComplex()
SchemaType
isComplex in interface SchemaTypepublic boolean isAbstract()
SchemaType
isAbstract in interface SchemaTypepublic void setAbstract(boolean abstrct)
public boolean isNillable()
public void setNillable(boolean nillable)
public java.util.Set getDependencies()
getDependencies in interface SchemaTypepublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.Objectpublic javax.xml.namespace.QName getSchemaType()
SchemaType
getSchemaType in interface SchemaTypepublic void setSchemaType(javax.xml.namespace.QName name)
name - The qName to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||