|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.contract.jaxb.types.MapXmlType
public class MapXmlType
The marker xml type for a map.
| Constructor Summary | |
|---|---|
MapXmlType(XmlType keyType,
XmlType valueType)
|
|
| Method Summary | |
|---|---|
XmlType |
getKeyType()
The xml type of the key for the map. |
java.lang.String |
getName()
The (local) name of this xml type. |
java.lang.String |
getNamespace()
The namespace for this xml type. |
javax.xml.namespace.QName |
getQname()
The qname of the xml type mirror. |
XmlType |
getValueType()
The xml type of the value for the map. |
boolean |
isAnonymous()
Whether this type is anonymous. |
boolean |
isMap()
|
boolean |
isSimple()
Whether this is a simple XML type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapXmlType(XmlType keyType,
XmlType valueType)
| Method Detail |
|---|
public java.lang.String getName()
XmlType
getName in interface XmlTypepublic java.lang.String getNamespace()
XmlType
getNamespace in interface XmlTypepublic javax.xml.namespace.QName getQname()
XmlType
getQname in interface XmlTypepublic boolean isAnonymous()
XmlType
isAnonymous in interface XmlTypepublic boolean isSimple()
XmlType
isSimple in interface XmlTypepublic boolean isMap()
public XmlType getKeyType()
public XmlType getValueType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||