Interface TransportLinkSetType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,LinkSetType,NetworkElementType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TransportLinkSetTypeImpl
public interface TransportLinkSetType extends LinkSetType
An XML TransportLinkSetType(@http://inspire.ec.europa.eu/schemas/tn/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTransportLinkSetType.FactoryA factory class with static methods for creating instances of this type.static interfaceTransportLinkSetType.GeographicalNameAn XML geographicalName(@http://inspire.ec.europa.eu/schemas/tn/4.0).static interfaceTransportLinkSetType.ValidFromAn XML validFrom(@http://inspire.ec.europa.eu/schemas/tn/4.0).static interfaceTransportLinkSetType.ValidToAn XML validTo(@http://inspire.ec.europa.eu/schemas/tn/4.0).-
Nested classes/interfaces inherited from interface eu.europa.ec.inspire.schemas.net.x40.LinkSetType
LinkSetType.Link
-
Nested classes/interfaces inherited from interface eu.europa.ec.inspire.schemas.net.x40.NetworkElementType
NetworkElementType.BeginLifespanVersion, NetworkElementType.EndLifespanVersion
-
-
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 TransportLinkSetType.GeographicalNameaddNewGeographicalName()Appends and returns a new empty "geographicalName" elementReferenceTypeaddNewPost()Appends and returns a new empty value (as xml) as the last "post" elementTransportLinkSetType.ValidFromaddNewValidFrom()Appends and returns a new empty "validFrom" elementTransportLinkSetType.ValidToaddNewValidTo()Appends and returns a new empty "validTo" elementTransportLinkSetType.GeographicalNamegetGeographicalName()Gets the "geographicalName" elementReferenceType[]getPostArray()Gets array of all "post" elementsReferenceTypegetPostArray(int i)Gets ith "post" elementTransportLinkSetType.ValidFromgetValidFrom()Gets the "validFrom" elementTransportLinkSetType.ValidTogetValidTo()Gets the "validTo" elementReferenceTypeinsertNewPost(int i)Inserts and returns a new empty value (as xml) as the ith "post" elementbooleanisNilGeographicalName()Tests for nil "geographicalName" elementbooleanisNilPostArray(int i)Tests for nil ith "post" elementbooleanisNilValidFrom()Tests for nil "validFrom" elementbooleanisNilValidTo()Tests for nil "validTo" elementbooleanisSetGeographicalName()True if has "geographicalName" elementbooleanisSetValidTo()True if has "validTo" elementvoidremovePost(int i)Removes the ith "post" elementvoidsetGeographicalName(TransportLinkSetType.GeographicalName geographicalName)Sets the "geographicalName" elementvoidsetNilGeographicalName()Nils the "geographicalName" elementvoidsetNilPostArray(int i)Nils the ith "post" elementvoidsetNilValidFrom()Nils the "validFrom" elementvoidsetNilValidTo()Nils the "validTo" elementvoidsetPostArray(int i, ReferenceType post)Sets ith "post" elementvoidsetPostArray(ReferenceType[] postArray)Sets array of all "post" elementvoidsetValidFrom(TransportLinkSetType.ValidFrom validFrom)Sets the "validFrom" elementvoidsetValidTo(TransportLinkSetType.ValidTo validTo)Sets the "validTo" elementintsizeOfPostArray()Returns number of "post" elementvoidunsetGeographicalName()Unsets the "geographicalName" elementvoidunsetValidTo()Unsets the "validTo" 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 eu.europa.ec.inspire.schemas.net.x40.LinkSetType
addNewLink, getLinkArray, getLinkArray, insertNewLink, removeLink, setLinkArray, setLinkArray, sizeOfLinkArray
-
Methods inherited from interface eu.europa.ec.inspire.schemas.net.x40.NetworkElementType
addNewBeginLifespanVersion, addNewEndLifespanVersion, addNewInNetwork, addNewInspireId, getBeginLifespanVersion, getEndLifespanVersion, getInNetworkArray, getInNetworkArray, getInspireId, insertNewInNetwork, isNilBeginLifespanVersion, isNilEndLifespanVersion, isNilInNetworkArray, isSetEndLifespanVersion, isSetInspireId, removeInNetwork, setBeginLifespanVersion, setEndLifespanVersion, setInNetworkArray, setInNetworkArray, setInspireId, setNilBeginLifespanVersion, setNilEndLifespanVersion, setNilInNetworkArray, sizeOfInNetworkArray, unsetEndLifespanVersion, unsetInspireId
-
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
-
getGeographicalName
TransportLinkSetType.GeographicalName getGeographicalName()
Gets the "geographicalName" element
-
isNilGeographicalName
boolean isNilGeographicalName()
Tests for nil "geographicalName" element
-
isSetGeographicalName
boolean isSetGeographicalName()
True if has "geographicalName" element
-
setGeographicalName
void setGeographicalName(TransportLinkSetType.GeographicalName geographicalName)
Sets the "geographicalName" element
-
addNewGeographicalName
TransportLinkSetType.GeographicalName addNewGeographicalName()
Appends and returns a new empty "geographicalName" element
-
setNilGeographicalName
void setNilGeographicalName()
Nils the "geographicalName" element
-
unsetGeographicalName
void unsetGeographicalName()
Unsets the "geographicalName" element
-
getValidFrom
TransportLinkSetType.ValidFrom getValidFrom()
Gets the "validFrom" element
-
isNilValidFrom
boolean isNilValidFrom()
Tests for nil "validFrom" element
-
setValidFrom
void setValidFrom(TransportLinkSetType.ValidFrom validFrom)
Sets the "validFrom" element
-
addNewValidFrom
TransportLinkSetType.ValidFrom addNewValidFrom()
Appends and returns a new empty "validFrom" element
-
setNilValidFrom
void setNilValidFrom()
Nils the "validFrom" element
-
getValidTo
TransportLinkSetType.ValidTo getValidTo()
Gets the "validTo" element
-
isNilValidTo
boolean isNilValidTo()
Tests for nil "validTo" element
-
isSetValidTo
boolean isSetValidTo()
True if has "validTo" element
-
setValidTo
void setValidTo(TransportLinkSetType.ValidTo validTo)
Sets the "validTo" element
-
addNewValidTo
TransportLinkSetType.ValidTo addNewValidTo()
Appends and returns a new empty "validTo" element
-
setNilValidTo
void setNilValidTo()
Nils the "validTo" element
-
unsetValidTo
void unsetValidTo()
Unsets the "validTo" element
-
getPostArray
ReferenceType[] getPostArray()
Gets array of all "post" elements
-
getPostArray
ReferenceType getPostArray(int i)
Gets ith "post" element
-
isNilPostArray
boolean isNilPostArray(int i)
Tests for nil ith "post" element
-
sizeOfPostArray
int sizeOfPostArray()
Returns number of "post" element
-
setPostArray
void setPostArray(ReferenceType[] postArray)
Sets array of all "post" element
-
setPostArray
void setPostArray(int i, ReferenceType post)Sets ith "post" element
-
setNilPostArray
void setNilPostArray(int i)
Nils the ith "post" element
-
insertNewPost
ReferenceType insertNewPost(int i)
Inserts and returns a new empty value (as xml) as the ith "post" element
-
addNewPost
ReferenceType addNewPost()
Appends and returns a new empty value (as xml) as the last "post" element
-
removePost
void removePost(int i)
Removes the ith "post" element
-
-