Interface NetworkFacilityType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
NetworkFacilityTypeImpl
public interface NetworkFacilityType extends AbstractGMLType
An XML NetworkFacilityType(@http://inspire.ec.europa.eu/schemas/ef/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNetworkFacilityType.BelongsToAn XML belongsTo(@http://inspire.ec.europa.eu/schemas/ef/4.0).static interfaceNetworkFacilityType.ContainsAn XML contains(@http://inspire.ec.europa.eu/schemas/ef/4.0).static classNetworkFacilityType.FactoryA factory class with static methods for creating instances of this type.static interfaceNetworkFacilityType.LinkingTimeAn XML linkingTime(@http://inspire.ec.europa.eu/schemas/ef/4.0).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkFacilityType.BelongsToaddNewBelongsTo()Appends and returns a new empty "belongsTo" elementNetworkFacilityType.ContainsaddNewContains()Appends and returns a new empty "contains" elementNetworkFacilityType.LinkingTimeaddNewLinkingTime()Appends and returns a new empty "linkingTime" elementNetworkFacilityType.BelongsTogetBelongsTo()Gets the "belongsTo" elementNetworkFacilityType.ContainsgetContains()Gets the "contains" elementNetworkFacilityType.LinkingTimegetLinkingTime()Gets the "linkingTime" elementbooleanisNilBelongsTo()Tests for nil "belongsTo" elementbooleanisNilContains()Tests for nil "contains" elementbooleanisNilLinkingTime()Tests for nil "linkingTime" elementvoidsetBelongsTo(NetworkFacilityType.BelongsTo belongsTo)Sets the "belongsTo" elementvoidsetContains(NetworkFacilityType.Contains contains)Sets the "contains" elementvoidsetLinkingTime(NetworkFacilityType.LinkingTime linkingTime)Sets the "linkingTime" elementvoidsetNilBelongsTo()Nils the "belongsTo" elementvoidsetNilContains()Nils the "contains" elementvoidsetNilLinkingTime()Nils the "linkingTime" element-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
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
-
-
-
-
Method Detail
-
getLinkingTime
NetworkFacilityType.LinkingTime getLinkingTime()
Gets the "linkingTime" element
-
isNilLinkingTime
boolean isNilLinkingTime()
Tests for nil "linkingTime" element
-
setLinkingTime
void setLinkingTime(NetworkFacilityType.LinkingTime linkingTime)
Sets the "linkingTime" element
-
addNewLinkingTime
NetworkFacilityType.LinkingTime addNewLinkingTime()
Appends and returns a new empty "linkingTime" element
-
setNilLinkingTime
void setNilLinkingTime()
Nils the "linkingTime" element
-
getBelongsTo
NetworkFacilityType.BelongsTo getBelongsTo()
Gets the "belongsTo" element
-
isNilBelongsTo
boolean isNilBelongsTo()
Tests for nil "belongsTo" element
-
setBelongsTo
void setBelongsTo(NetworkFacilityType.BelongsTo belongsTo)
Sets the "belongsTo" element
-
addNewBelongsTo
NetworkFacilityType.BelongsTo addNewBelongsTo()
Appends and returns a new empty "belongsTo" element
-
setNilBelongsTo
void setNilBelongsTo()
Nils the "belongsTo" element
-
getContains
NetworkFacilityType.Contains getContains()
Gets the "contains" element
-
isNilContains
boolean isNilContains()
Tests for nil "contains" element
-
setContains
void setContains(NetworkFacilityType.Contains contains)
Sets the "contains" element
-
addNewContains
NetworkFacilityType.Contains addNewContains()
Appends and returns a new empty "contains" element
-
setNilContains
void setNilContains()
Nils the "contains" element
-
-