Interface TransportTypeValueType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TransportTypeValueTypeImpl
public interface TransportTypeValueType extends org.apache.xmlbeans.XmlStringAn XML TransportTypeValueType(@http://inspire.ec.europa.eu/schemas/tn/4.0). This is an atomic type that is a restriction of eu.europa.ec.inspire.schemas.tn.x40.TransportTypeValueType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTransportTypeValueType.EnumEnumeration value class for eu.europa.ec.inspire.schemas.tn.x40.TransportTypeValueType.static classTransportTypeValueType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static TransportTypeValueType.EnumAIRstatic TransportTypeValueType.EnumCABLEstatic intINT_AIRstatic intINT_CABLEstatic intINT_RAILstatic intINT_ROADstatic intINT_WATERstatic TransportTypeValueType.EnumRAILstatic TransportTypeValueType.EnumROADstatic org.apache.xmlbeans.SchemaTypetypestatic TransportTypeValueType.EnumWATER
-
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
-
AIR
static final TransportTypeValueType.Enum AIR
-
CABLE
static final TransportTypeValueType.Enum CABLE
-
RAIL
static final TransportTypeValueType.Enum RAIL
-
ROAD
static final TransportTypeValueType.Enum ROAD
-
WATER
static final TransportTypeValueType.Enum WATER
-
INT_AIR
static final int INT_AIR
- See Also:
- Constant Field Values
-
INT_CABLE
static final int INT_CABLE
- See Also:
- Constant Field Values
-
INT_RAIL
static final int INT_RAIL
- See Also:
- Constant Field Values
-
INT_ROAD
static final int INT_ROAD
- See Also:
- Constant Field Values
-
INT_WATER
static final int INT_WATER
- See Also:
- Constant Field Values
-
-