noNamespace
Interface RequestPackageV3Type.Service

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

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

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


Nested Class Summary
static class RequestPackageV3Type.Service.Enum
          Enumeration value class for noNamespace.RequestPackageV3Type$Service.
static class RequestPackageV3Type.Service.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static RequestPackageV3Type.Service.Enum ALL
           
static RequestPackageV3Type.Service.Enum BPM
           
static RequestPackageV3Type.Service.Enum EXPRESS
           
static RequestPackageV3Type.Service.Enum EXPRESS_COMMERCIAL
           
static RequestPackageV3Type.Service.Enum EXPRESS_HFP
           
static RequestPackageV3Type.Service.Enum EXPRESS_HFP_COMMERCIAL
           
static RequestPackageV3Type.Service.Enum EXPRESS_SH
           
static RequestPackageV3Type.Service.Enum EXPRESS_SH_COMMERCIAL
           
static RequestPackageV3Type.Service.Enum FIRST_CLASS
           
static int INT_ALL
           
static int INT_BPM
           
static int INT_EXPRESS
           
static int INT_EXPRESS_COMMERCIAL
           
static int INT_EXPRESS_HFP
           
static int INT_EXPRESS_HFP_COMMERCIAL
           
static int INT_EXPRESS_SH
           
static int INT_EXPRESS_SH_COMMERCIAL
           
static int INT_FIRST_CLASS
           
static int INT_LIBRARY
           
static int INT_MEDIA
           
static int INT_ONLINE
           
static int INT_PARCEL
           
static int INT_PRIORITY
           
static int INT_PRIORITY_COMMERCIAL
           
static RequestPackageV3Type.Service.Enum LIBRARY
           
static RequestPackageV3Type.Service.Enum MEDIA
           
static RequestPackageV3Type.Service.Enum ONLINE
           
static RequestPackageV3Type.Service.Enum PARCEL
           
static RequestPackageV3Type.Service.Enum PRIORITY
           
static RequestPackageV3Type.Service.Enum PRIORITY_COMMERCIAL
           
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 RequestPackageV3Type.Service.Enum ALL

ONLINE

static final RequestPackageV3Type.Service.Enum ONLINE

FIRST_CLASS

static final RequestPackageV3Type.Service.Enum FIRST_CLASS

PRIORITY

static final RequestPackageV3Type.Service.Enum PRIORITY

PRIORITY_COMMERCIAL

static final RequestPackageV3Type.Service.Enum PRIORITY_COMMERCIAL

EXPRESS

static final RequestPackageV3Type.Service.Enum EXPRESS

EXPRESS_SH

static final RequestPackageV3Type.Service.Enum EXPRESS_SH

EXPRESS_HFP

static final RequestPackageV3Type.Service.Enum EXPRESS_HFP

EXPRESS_COMMERCIAL

static final RequestPackageV3Type.Service.Enum EXPRESS_COMMERCIAL

EXPRESS_SH_COMMERCIAL

static final RequestPackageV3Type.Service.Enum EXPRESS_SH_COMMERCIAL

EXPRESS_HFP_COMMERCIAL

static final RequestPackageV3Type.Service.Enum EXPRESS_HFP_COMMERCIAL

BPM

static final RequestPackageV3Type.Service.Enum BPM

PARCEL

static final RequestPackageV3Type.Service.Enum PARCEL

MEDIA

static final RequestPackageV3Type.Service.Enum MEDIA

LIBRARY

static final RequestPackageV3Type.Service.Enum LIBRARY

INT_ALL

static final int INT_ALL
See Also:
Constant Field Values

INT_ONLINE

static final int INT_ONLINE
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_PRIORITY_COMMERCIAL

static final int INT_PRIORITY_COMMERCIAL
See Also:
Constant Field Values

INT_EXPRESS

static final int INT_EXPRESS
See Also:
Constant Field Values

INT_EXPRESS_SH

static final int INT_EXPRESS_SH
See Also:
Constant Field Values

INT_EXPRESS_HFP

static final int INT_EXPRESS_HFP
See Also:
Constant Field Values

INT_EXPRESS_COMMERCIAL

static final int INT_EXPRESS_COMMERCIAL
See Also:
Constant Field Values

INT_EXPRESS_SH_COMMERCIAL

static final int INT_EXPRESS_SH_COMMERCIAL
See Also:
Constant Field Values

INT_EXPRESS_HFP_COMMERCIAL

static final int INT_EXPRESS_HFP_COMMERCIAL
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.