|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.contract.jaxb.types.SpecifiedXmlType
public class SpecifiedXmlType
An xml type that has been specified.
| Constructor Summary | |
|---|---|
SpecifiedXmlType(javax.xml.bind.annotation.XmlSchemaType annotation)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
The specified name. |
java.lang.String |
getNamespace()
The specified namespace. |
javax.xml.namespace.QName |
getQname()
The qname. |
boolean |
isAnonymous()
A specified type is never anonymous. |
boolean |
isSimple()
A specified type is assumed to be simple. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpecifiedXmlType(javax.xml.bind.annotation.XmlSchemaType annotation)
| 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 XmlType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||