noNamespace
Interface ResponsePackageV2Type.Size

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ResponsePackageV2TypeImpl.SizeImpl
Enclosing interface:
ResponsePackageV2Type

public static interface ResponsePackageV2Type.Size
extends org.apache.xmlbeans.XmlString

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


Nested Class Summary
static class ResponsePackageV2Type.Size.Enum
          Enumeration value class for noNamespace.ResponsePackageV2Type$Size.
static class ResponsePackageV2Type.Size.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static int INT_LARGE
           
static int INT_OVERSIZE
           
static int INT_REGULAR
           
static ResponsePackageV2Type.Size.Enum LARGE
           
static ResponsePackageV2Type.Size.Enum OVERSIZE
           
static ResponsePackageV2Type.Size.Enum REGULAR
           
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

REGULAR

static final ResponsePackageV2Type.Size.Enum REGULAR

LARGE

static final ResponsePackageV2Type.Size.Enum LARGE

OVERSIZE

static final ResponsePackageV2Type.Size.Enum OVERSIZE

INT_REGULAR

static final int INT_REGULAR
See Also:
Constant Field Values

INT_LARGE

static final int INT_LARGE
See Also:
Constant Field Values

INT_OVERSIZE

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