Package org.isotc211.x2005.gmd
Interface MDObligationCodeType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDObligationCodeTypeImpl
public interface MDObligationCodeType extends org.apache.xmlbeans.XmlStringAn XML MD_ObligationCode_Type(@http://www.isotc211.org/2005/gmd). This is an atomic type that is a restriction of org.isotc211.x2005.gmd.MDObligationCodeType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDObligationCodeType.EnumEnumeration value class for org.isotc211.x2005.gmd.MDObligationCodeType.static classMDObligationCodeType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static MDObligationCodeType.EnumCONDITIONALstatic intINT_CONDITIONALstatic intINT_MANDATORYstatic intINT_OPTIONALstatic MDObligationCodeType.EnumMANDATORYstatic MDObligationCodeType.EnumOPTIONALstatic org.apache.xmlbeans.SchemaTypetype
-
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
-
MANDATORY
static final MDObligationCodeType.Enum MANDATORY
-
OPTIONAL
static final MDObligationCodeType.Enum OPTIONAL
-
CONDITIONAL
static final MDObligationCodeType.Enum CONDITIONAL
-
INT_MANDATORY
static final int INT_MANDATORY
- See Also:
- Constant Field Values
-
INT_OPTIONAL
static final int INT_OPTIONAL
- See Also:
- Constant Field Values
-
INT_CONDITIONAL
static final int INT_CONDITIONAL
- See Also:
- Constant Field Values
-
-