noNamespace
Interface RequestPackageV2Type.Container

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

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

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


Nested Class Summary
static class RequestPackageV2Type.Container.Enum
          Enumeration value class for noNamespace.RequestPackageV2Type$Container.
static class RequestPackageV2Type.Container.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static RequestPackageV2Type.Container.Enum FLAT_RATE_BOX
           
static RequestPackageV2Type.Container.Enum FLAT_RATE_ENVELOPE
           
static int INT_FLAT_RATE_BOX
           
static int INT_FLAT_RATE_ENVELOPE
           
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

FLAT_RATE_BOX

static final RequestPackageV2Type.Container.Enum FLAT_RATE_BOX

FLAT_RATE_ENVELOPE

static final RequestPackageV2Type.Container.Enum FLAT_RATE_ENVELOPE

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
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

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


Copyright © 2011. All Rights Reserved.