Interface NetworkPropertyType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
NetworkPropertyTypeImpl
public interface NetworkPropertyType extends AbstractFeatureType
An XML NetworkPropertyType(@http://inspire.ec.europa.eu/schemas/net/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNetworkPropertyType.BeginLifespanVersionAn XML beginLifespanVersion(@http://inspire.ec.europa.eu/schemas/net/4.0).static interfaceNetworkPropertyType.EndLifespanVersionAn XML endLifespanVersion(@http://inspire.ec.europa.eu/schemas/net/4.0).static classNetworkPropertyType.FactoryA factory class with static methods for creating instances of this type.static interfaceNetworkPropertyType.NetworkRefAn XML networkRef(@http://inspire.ec.europa.eu/schemas/net/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 NetworkPropertyType.BeginLifespanVersionaddNewBeginLifespanVersion()Appends and returns a new empty "beginLifespanVersion" elementNetworkPropertyType.EndLifespanVersionaddNewEndLifespanVersion()Appends and returns a new empty "endLifespanVersion" elementIdentifierPropertyTypeaddNewInspireId()Appends and returns a new empty "inspireId" elementNetworkPropertyType.NetworkRefaddNewNetworkRef()Appends and returns a new empty value (as xml) as the last "networkRef" elementNetworkPropertyType.BeginLifespanVersiongetBeginLifespanVersion()Gets the "beginLifespanVersion" elementNetworkPropertyType.EndLifespanVersiongetEndLifespanVersion()Gets the "endLifespanVersion" elementIdentifierPropertyTypegetInspireId()Gets the "inspireId" elementNetworkPropertyType.NetworkRef[]getNetworkRefArray()Gets array of all "networkRef" elementsNetworkPropertyType.NetworkRefgetNetworkRefArray(int i)Gets ith "networkRef" elementNetworkPropertyType.NetworkRefinsertNewNetworkRef(int i)Inserts and returns a new empty value (as xml) as the ith "networkRef" elementbooleanisNilBeginLifespanVersion()Tests for nil "beginLifespanVersion" elementbooleanisNilEndLifespanVersion()Tests for nil "endLifespanVersion" elementbooleanisNilNetworkRefArray(int i)Tests for nil ith "networkRef" elementbooleanisSetEndLifespanVersion()True if has "endLifespanVersion" elementbooleanisSetInspireId()True if has "inspireId" elementvoidremoveNetworkRef(int i)Removes the ith "networkRef" elementvoidsetBeginLifespanVersion(NetworkPropertyType.BeginLifespanVersion beginLifespanVersion)Sets the "beginLifespanVersion" elementvoidsetEndLifespanVersion(NetworkPropertyType.EndLifespanVersion endLifespanVersion)Sets the "endLifespanVersion" elementvoidsetInspireId(IdentifierPropertyType inspireId)Sets the "inspireId" elementvoidsetNetworkRefArray(int i, NetworkPropertyType.NetworkRef networkRef)Sets ith "networkRef" elementvoidsetNetworkRefArray(NetworkPropertyType.NetworkRef[] networkRefArray)Sets array of all "networkRef" elementvoidsetNilBeginLifespanVersion()Nils the "beginLifespanVersion" elementvoidsetNilEndLifespanVersion()Nils the "endLifespanVersion" elementvoidsetNilNetworkRefArray(int i)Nils the ith "networkRef" elementintsizeOfNetworkRefArray()Returns number of "networkRef" elementvoidunsetEndLifespanVersion()Unsets the "endLifespanVersion" elementvoidunsetInspireId()Unsets the "inspireId" element-
Methods inherited from interface net.opengis.gml.x32.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocation
-
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
-
getNetworkRefArray
NetworkPropertyType.NetworkRef[] getNetworkRefArray()
Gets array of all "networkRef" elements
-
getNetworkRefArray
NetworkPropertyType.NetworkRef getNetworkRefArray(int i)
Gets ith "networkRef" element
-
isNilNetworkRefArray
boolean isNilNetworkRefArray(int i)
Tests for nil ith "networkRef" element
-
sizeOfNetworkRefArray
int sizeOfNetworkRefArray()
Returns number of "networkRef" element
-
setNetworkRefArray
void setNetworkRefArray(NetworkPropertyType.NetworkRef[] networkRefArray)
Sets array of all "networkRef" element
-
setNetworkRefArray
void setNetworkRefArray(int i, NetworkPropertyType.NetworkRef networkRef)Sets ith "networkRef" element
-
setNilNetworkRefArray
void setNilNetworkRefArray(int i)
Nils the ith "networkRef" element
-
insertNewNetworkRef
NetworkPropertyType.NetworkRef insertNewNetworkRef(int i)
Inserts and returns a new empty value (as xml) as the ith "networkRef" element
-
addNewNetworkRef
NetworkPropertyType.NetworkRef addNewNetworkRef()
Appends and returns a new empty value (as xml) as the last "networkRef" element
-
removeNetworkRef
void removeNetworkRef(int i)
Removes the ith "networkRef" element
-
getInspireId
IdentifierPropertyType getInspireId()
Gets the "inspireId" element
-
isSetInspireId
boolean isSetInspireId()
True if has "inspireId" element
-
setInspireId
void setInspireId(IdentifierPropertyType inspireId)
Sets the "inspireId" element
-
addNewInspireId
IdentifierPropertyType addNewInspireId()
Appends and returns a new empty "inspireId" element
-
unsetInspireId
void unsetInspireId()
Unsets the "inspireId" element
-
getBeginLifespanVersion
NetworkPropertyType.BeginLifespanVersion getBeginLifespanVersion()
Gets the "beginLifespanVersion" element
-
isNilBeginLifespanVersion
boolean isNilBeginLifespanVersion()
Tests for nil "beginLifespanVersion" element
-
setBeginLifespanVersion
void setBeginLifespanVersion(NetworkPropertyType.BeginLifespanVersion beginLifespanVersion)
Sets the "beginLifespanVersion" element
-
addNewBeginLifespanVersion
NetworkPropertyType.BeginLifespanVersion addNewBeginLifespanVersion()
Appends and returns a new empty "beginLifespanVersion" element
-
setNilBeginLifespanVersion
void setNilBeginLifespanVersion()
Nils the "beginLifespanVersion" element
-
getEndLifespanVersion
NetworkPropertyType.EndLifespanVersion getEndLifespanVersion()
Gets the "endLifespanVersion" element
-
isNilEndLifespanVersion
boolean isNilEndLifespanVersion()
Tests for nil "endLifespanVersion" element
-
isSetEndLifespanVersion
boolean isSetEndLifespanVersion()
True if has "endLifespanVersion" element
-
setEndLifespanVersion
void setEndLifespanVersion(NetworkPropertyType.EndLifespanVersion endLifespanVersion)
Sets the "endLifespanVersion" element
-
addNewEndLifespanVersion
NetworkPropertyType.EndLifespanVersion addNewEndLifespanVersion()
Appends and returns a new empty "endLifespanVersion" element
-
setNilEndLifespanVersion
void setNilEndLifespanVersion()
Nils the "endLifespanVersion" element
-
unsetEndLifespanVersion
void unsetEndLifespanVersion()
Unsets the "endLifespanVersion" element
-
-