Package usGovIcIsmV2
Interface ClassificationType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlNMTOKEN,org.apache.xmlbeans.XmlNormalizedString,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlToken,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ClassificationTypeImpl
public interface ClassificationType extends org.apache.xmlbeans.XmlNMTOKENAn XML ClassificationType(@urn:us:gov:ic:ism:v2). This is an atomic type that is a restriction of usGovIcIsmV2.ClassificationType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClassificationType.EnumEnumeration value class for usGovIcIsmV2.ClassificationType.static classClassificationType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static ClassificationType.EnumCstatic ClassificationType.EnumCTSstatic ClassificationType.EnumCTS_Bstatic ClassificationType.EnumCTS_BALKstatic ClassificationType.EnumCTSAstatic intINT_Cstatic intINT_CTSstatic intINT_CTS_Bstatic intINT_CTS_BALKstatic intINT_CTSAstatic intINT_NCstatic intINT_NCAstatic intINT_NRstatic intINT_NSstatic intINT_NS_Astatic intINT_NS_Sstatic intINT_NSATstatic intINT_NUstatic intINT_Rstatic intINT_Sstatic intINT_TSstatic intINT_Ustatic ClassificationType.EnumNCstatic ClassificationType.EnumNCAstatic ClassificationType.EnumNRstatic ClassificationType.EnumNSstatic ClassificationType.EnumNS_Astatic ClassificationType.EnumNS_Sstatic ClassificationType.EnumNSATstatic ClassificationType.EnumNUstatic ClassificationType.EnumRstatic ClassificationType.EnumSstatic ClassificationType.EnumTSstatic org.apache.xmlbeans.SchemaTypetypestatic ClassificationType.EnumU
-
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
-
U
static final ClassificationType.Enum U
-
C
static final ClassificationType.Enum C
-
S
static final ClassificationType.Enum S
-
TS
static final ClassificationType.Enum TS
-
R
static final ClassificationType.Enum R
-
CTS
static final ClassificationType.Enum CTS
-
CTS_B
static final ClassificationType.Enum CTS_B
-
CTS_BALK
static final ClassificationType.Enum CTS_BALK
-
NU
static final ClassificationType.Enum NU
-
NR
static final ClassificationType.Enum NR
-
NC
static final ClassificationType.Enum NC
-
NS
static final ClassificationType.Enum NS
-
NS_S
static final ClassificationType.Enum NS_S
-
NS_A
static final ClassificationType.Enum NS_A
-
CTSA
static final ClassificationType.Enum CTSA
-
NSAT
static final ClassificationType.Enum NSAT
-
NCA
static final ClassificationType.Enum NCA
-
INT_U
static final int INT_U
- See Also:
- Constant Field Values
-
INT_C
static final int INT_C
- See Also:
- Constant Field Values
-
INT_S
static final int INT_S
- See Also:
- Constant Field Values
-
INT_TS
static final int INT_TS
- See Also:
- Constant Field Values
-
INT_R
static final int INT_R
- See Also:
- Constant Field Values
-
INT_CTS
static final int INT_CTS
- See Also:
- Constant Field Values
-
INT_CTS_B
static final int INT_CTS_B
- See Also:
- Constant Field Values
-
INT_CTS_BALK
static final int INT_CTS_BALK
- See Also:
- Constant Field Values
-
INT_NU
static final int INT_NU
- See Also:
- Constant Field Values
-
INT_NR
static final int INT_NR
- See Also:
- Constant Field Values
-
INT_NC
static final int INT_NC
- See Also:
- Constant Field Values
-
INT_NS
static final int INT_NS
- See Also:
- Constant Field Values
-
INT_NS_S
static final int INT_NS_S
- See Also:
- Constant Field Values
-
INT_NS_A
static final int INT_NS_A
- See Also:
- Constant Field Values
-
INT_CTSA
static final int INT_CTSA
- See Also:
- Constant Field Values
-
INT_NSAT
static final int INT_NSAT
- See Also:
- Constant Field Values
-
INT_NCA
static final int INT_NCA
- See Also:
- Constant Field Values
-
-