Package org.isotc211.x2005.gmd
Interface MDPixelOrientationCodeType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDPixelOrientationCodeTypeImpl
public interface MDPixelOrientationCodeType extends org.apache.xmlbeans.XmlStringAn XML MD_PixelOrientationCode_Type(@http://www.isotc211.org/2005/gmd). This is an atomic type that is a restriction of org.isotc211.x2005.gmd.MDPixelOrientationCodeType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDPixelOrientationCodeType.EnumEnumeration value class for org.isotc211.x2005.gmd.MDPixelOrientationCodeType.static classMDPixelOrientationCodeType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static MDPixelOrientationCodeType.EnumCENTERstatic intINT_CENTERstatic intINT_LOWER_LEFTstatic intINT_LOWER_RIGHTstatic intINT_UPPER_LEFTstatic intINT_UPPER_RIGHTstatic MDPixelOrientationCodeType.EnumLOWER_LEFTstatic MDPixelOrientationCodeType.EnumLOWER_RIGHTstatic org.apache.xmlbeans.SchemaTypetypestatic MDPixelOrientationCodeType.EnumUPPER_LEFTstatic MDPixelOrientationCodeType.EnumUPPER_RIGHT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.xmlbeans.StringEnumAbstractBaseenumValue()voidset(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, 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
-
CENTER
static final MDPixelOrientationCodeType.Enum CENTER
-
LOWER_LEFT
static final MDPixelOrientationCodeType.Enum LOWER_LEFT
-
LOWER_RIGHT
static final MDPixelOrientationCodeType.Enum LOWER_RIGHT
-
UPPER_RIGHT
static final MDPixelOrientationCodeType.Enum UPPER_RIGHT
-
UPPER_LEFT
static final MDPixelOrientationCodeType.Enum UPPER_LEFT
-
INT_CENTER
static final int INT_CENTER
- See Also:
- Constant Field Values
-
INT_LOWER_LEFT
static final int INT_LOWER_LEFT
- See Also:
- Constant Field Values
-
INT_LOWER_RIGHT
static final int INT_LOWER_RIGHT
- See Also:
- Constant Field Values
-
INT_UPPER_RIGHT
static final int INT_UPPER_RIGHT
- See Also:
- Constant Field Values
-
INT_UPPER_LEFT
static final int INT_UPPER_LEFT
- See Also:
- Constant Field Values
-
-