noNamespace
Interface RequestPackageV3Type.Container

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

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

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


Nested Class Summary
static class RequestPackageV3Type.Container.Enum
          Enumeration value class for noNamespace.RequestPackageV3Type$Container.
static class RequestPackageV3Type.Container.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static RequestPackageV3Type.Container.Enum FLAT_RATE_BOX
           
static RequestPackageV3Type.Container.Enum FLAT_RATE_ENVELOPE
           
static int INT_FLAT_RATE_BOX
           
static int INT_FLAT_RATE_ENVELOPE
           
static int INT_LG_FLAT_RATE_BOX
           
static int INT_NONRECTANGULAR
           
static int INT_RECTANGULAR
           
static int INT_VARIABLE
           
static RequestPackageV3Type.Container.Enum LG_FLAT_RATE_BOX
           
static RequestPackageV3Type.Container.Enum NONRECTANGULAR
           
static RequestPackageV3Type.Container.Enum RECTANGULAR
           
static org.apache.xmlbeans.SchemaType type
           
static RequestPackageV3Type.Container.Enum VARIABLE
           
 
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

RECTANGULAR

static final RequestPackageV3Type.Container.Enum RECTANGULAR

NONRECTANGULAR

static final RequestPackageV3Type.Container.Enum NONRECTANGULAR

VARIABLE

static final RequestPackageV3Type.Container.Enum VARIABLE

FLAT_RATE_BOX

static final RequestPackageV3Type.Container.Enum FLAT_RATE_BOX

FLAT_RATE_ENVELOPE

static final RequestPackageV3Type.Container.Enum FLAT_RATE_ENVELOPE

LG_FLAT_RATE_BOX

static final RequestPackageV3Type.Container.Enum LG_FLAT_RATE_BOX

INT_RECTANGULAR

static final int INT_RECTANGULAR
See Also:
Constant Field Values

INT_NONRECTANGULAR

static final int INT_NONRECTANGULAR
See Also:
Constant Field Values

INT_VARIABLE

static final int INT_VARIABLE
See Also:
Constant Field Values

INT_FLAT_RATE_BOX

static final int INT_FLAT_RATE_BOX
See Also:
Constant Field Values

INT_FLAT_RATE_ENVELOPE

static final int INT_FLAT_RATE_ENVELOPE
See Also:
Constant Field Values

INT_LG_FLAT_RATE_BOX

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

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

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


Copyright © 2012. All Rights Reserved.