Interface NetworkType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
NetworkTypeImpl
public interface NetworkType extends AbstractFeatureType
An XML NetworkType(@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 classNetworkType.FactoryA factory class with static methods for creating instances of this type.static interfaceNetworkType.GeographicalNameAn XML geographicalName(@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 ReferenceTypeaddNewElements()Appends and returns a new empty value (as xml) as the last "elements" elementNetworkType.GeographicalNameaddNewGeographicalName()Appends and returns a new empty value (as xml) as the last "geographicalName" elementReferenceType[]getElementsArray()Gets array of all "elements" elementsReferenceTypegetElementsArray(int i)Gets ith "elements" elementNetworkType.GeographicalName[]getGeographicalNameArray()Gets array of all "geographicalName" elementsNetworkType.GeographicalNamegetGeographicalNameArray(int i)Gets ith "geographicalName" elementReferenceTypeinsertNewElements(int i)Inserts and returns a new empty value (as xml) as the ith "elements" elementNetworkType.GeographicalNameinsertNewGeographicalName(int i)Inserts and returns a new empty value (as xml) as the ith "geographicalName" elementbooleanisNilGeographicalNameArray(int i)Tests for nil ith "geographicalName" elementvoidremoveElements(int i)Removes the ith "elements" elementvoidremoveGeographicalName(int i)Removes the ith "geographicalName" elementvoidsetElementsArray(int i, ReferenceType elements)Sets ith "elements" elementvoidsetElementsArray(ReferenceType[] elementsArray)Sets array of all "elements" elementvoidsetGeographicalNameArray(int i, NetworkType.GeographicalName geographicalName)Sets ith "geographicalName" elementvoidsetGeographicalNameArray(NetworkType.GeographicalName[] geographicalNameArray)Sets array of all "geographicalName" elementvoidsetNilGeographicalNameArray(int i)Nils the ith "geographicalName" elementintsizeOfElementsArray()Returns number of "elements" elementintsizeOfGeographicalNameArray()Returns number of "geographicalName" 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
-
getGeographicalNameArray
NetworkType.GeographicalName[] getGeographicalNameArray()
Gets array of all "geographicalName" elements
-
getGeographicalNameArray
NetworkType.GeographicalName getGeographicalNameArray(int i)
Gets ith "geographicalName" element
-
isNilGeographicalNameArray
boolean isNilGeographicalNameArray(int i)
Tests for nil ith "geographicalName" element
-
sizeOfGeographicalNameArray
int sizeOfGeographicalNameArray()
Returns number of "geographicalName" element
-
setGeographicalNameArray
void setGeographicalNameArray(NetworkType.GeographicalName[] geographicalNameArray)
Sets array of all "geographicalName" element
-
setGeographicalNameArray
void setGeographicalNameArray(int i, NetworkType.GeographicalName geographicalName)Sets ith "geographicalName" element
-
setNilGeographicalNameArray
void setNilGeographicalNameArray(int i)
Nils the ith "geographicalName" element
-
insertNewGeographicalName
NetworkType.GeographicalName insertNewGeographicalName(int i)
Inserts and returns a new empty value (as xml) as the ith "geographicalName" element
-
addNewGeographicalName
NetworkType.GeographicalName addNewGeographicalName()
Appends and returns a new empty value (as xml) as the last "geographicalName" element
-
removeGeographicalName
void removeGeographicalName(int i)
Removes the ith "geographicalName" element
-
getElementsArray
ReferenceType[] getElementsArray()
Gets array of all "elements" elements
-
getElementsArray
ReferenceType getElementsArray(int i)
Gets ith "elements" element
-
sizeOfElementsArray
int sizeOfElementsArray()
Returns number of "elements" element
-
setElementsArray
void setElementsArray(ReferenceType[] elementsArray)
Sets array of all "elements" element
-
setElementsArray
void setElementsArray(int i, ReferenceType elements)Sets ith "elements" element
-
insertNewElements
ReferenceType insertNewElements(int i)
Inserts and returns a new empty value (as xml) as the ith "elements" element
-
addNewElements
ReferenceType addNewElements()
Appends and returns a new empty value (as xml) as the last "elements" element
-
removeElements
void removeElements(int i)
Removes the ith "elements" element
-
-