noNamespace
Interface RequestPackageV2Type.Service

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
RequestPackageV2TypeImpl.ServiceImpl
Enclosing interface:
RequestPackageV2Type

public static interface RequestPackageV2Type.Service
extends org.apache.xmlbeans.XmlString

An XML Service(@). This is an atomic type that is a restriction of noNamespace.RequestPackageV2Type$Service.


Nested Class Summary
static class RequestPackageV2Type.Service.Enum
          Enumeration value class for noNamespace.RequestPackageV2Type$Service.
static class RequestPackageV2Type.Service.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static RequestPackageV2Type.Service.Enum ALL
           
static RequestPackageV2Type.Service.Enum BPM
           
static RequestPackageV2Type.Service.Enum EXPRESS
           
static RequestPackageV2Type.Service.Enum FIRST_CLASS
           
static int INT_ALL
           
static int INT_BPM
           
static int INT_EXPRESS
           
static int INT_FIRST_CLASS
           
static int INT_LIBRARY
           
static int INT_MEDIA
           
static int INT_PARCEL
           
static int INT_PRIORITY
           
static RequestPackageV2Type.Service.Enum LIBRARY
           
static RequestPackageV2Type.Service.Enum MEDIA
           
static RequestPackageV2Type.Service.Enum PARCEL
           
static RequestPackageV2Type.Service.Enum PRIORITY
           
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

ALL

static final RequestPackageV2Type.Service.Enum ALL

FIRST_CLASS

static final RequestPackageV2Type.Service.Enum FIRST_CLASS

PRIORITY

static final RequestPackageV2Type.Service.Enum PRIORITY

EXPRESS

static final RequestPackageV2Type.Service.Enum EXPRESS

BPM

static final RequestPackageV2Type.Service.Enum BPM

PARCEL

static final RequestPackageV2Type.Service.Enum PARCEL

MEDIA

static final RequestPackageV2Type.Service.Enum MEDIA

LIBRARY

static final RequestPackageV2Type.Service.Enum LIBRARY

INT_ALL

static final int INT_ALL
See Also:
Constant Field Values

INT_FIRST_CLASS

static final int INT_FIRST_CLASS
See Also:
Constant Field Values

INT_PRIORITY

static final int INT_PRIORITY
See Also:
Constant Field Values

INT_EXPRESS

static final int INT_EXPRESS
See Also:
Constant Field Values

INT_BPM

static final int INT_BPM
See Also:
Constant Field Values

INT_PARCEL

static final int INT_PARCEL
See Also:
Constant Field Values

INT_MEDIA

static final int INT_MEDIA
See Also:
Constant Field Values

INT_LIBRARY

static final int INT_LIBRARY
See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)


Copyright © 2011. All Rights Reserved.