|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<XmlNamespace>
microsoft.exchange.webservices.data.core.enumeration.misc.XmlNamespace
public enum XmlNamespace
Defines the namespaces as used by the EwsXmlReader, EwsServiceXmlReader, and EwsServiceXmlWriter classes.
| Enum Constant Summary | |
|---|---|
Autodiscover
The Autodiscover. |
|
Errors
The Errors. |
|
Messages
The Messages. |
|
NotSpecified
The Not specified. |
|
PassportSoapFault
The Passport soap fault. |
|
Soap
The Soap. |
|
Soap12
The Soap12. |
|
Types
The Types. |
|
WSAddressing
The WS addressing. |
|
WSTrustFebruary2005
The WS trust february2005. |
|
XmlSchemaInstance
The Xml schema instance. |
|
| Method Summary | |
|---|---|
String |
getNameSpacePrefix()
Gets the name space prefix. |
String |
getNameSpaceUri()
Gets the name space uri. |
static XmlNamespace |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XmlNamespace[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final XmlNamespace NotSpecified
public static final XmlNamespace Messages
public static final XmlNamespace Types
public static final XmlNamespace Errors
public static final XmlNamespace Soap
public static final XmlNamespace Soap12
public static final XmlNamespace XmlSchemaInstance
public static final XmlNamespace PassportSoapFault
public static final XmlNamespace WSTrustFebruary2005
public static final XmlNamespace WSAddressing
public static final XmlNamespace Autodiscover
| Method Detail |
|---|
public static XmlNamespace[] values()
for (XmlNamespace c : XmlNamespace.values()) System.out.println(c);
public static XmlNamespace valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getNameSpaceUri()
public String getNameSpacePrefix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||