|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.contract.jaxb.types.XmlClassType
public class XmlClassType
Decorator for an xml class type.
| Constructor Summary | |
|---|---|
XmlClassType(TypeDefinition typeDef)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
The name of a class type depends on its type definition. |
java.lang.String |
getNamespace()
The namespace of a class type depends on its type definition. |
javax.xml.namespace.QName |
getQname()
The qname. |
TypeDefinition |
getTypeDefinition()
Get the type definition for this class type. |
boolean |
isAnonymous()
Whether a class type is anonymous depends on its type definition. |
boolean |
isSimple()
This type is simple if its type definition is simple. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlClassType(TypeDefinition typeDef)
| Method Detail |
|---|
public java.lang.String getName()
getName in interface XmlTypepublic java.lang.String getNamespace()
getNamespace in interface XmlTypepublic javax.xml.namespace.QName getQname()
getQname in interface XmlTypepublic boolean isAnonymous()
isAnonymous in interface XmlTypepublic boolean isSimple()
isSimple in interface XmlTypepublic TypeDefinition getTypeDefinition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||