Interface HierarchyType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
HierarchyTypeImpl
public interface HierarchyType extends AbstractGMLType
An XML HierarchyType(@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 interfaceHierarchyType.BroaderAn XML broader(@http://inspire.ec.europa.eu/schemas/ef/4.0).static classHierarchyType.FactoryA factory class with static methods for creating instances of this type.static interfaceHierarchyType.LinkingTimeAn XML linkingTime(@http://inspire.ec.europa.eu/schemas/ef/4.0).static interfaceHierarchyType.NarrowerAn XML narrower(@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 HierarchyType.BroaderaddNewBroader()Appends and returns a new empty "broader" elementHierarchyType.LinkingTimeaddNewLinkingTime()Appends and returns a new empty "linkingTime" elementHierarchyType.NarroweraddNewNarrower()Appends and returns a new empty "narrower" elementHierarchyType.BroadergetBroader()Gets the "broader" elementHierarchyType.LinkingTimegetLinkingTime()Gets the "linkingTime" elementHierarchyType.NarrowergetNarrower()Gets the "narrower" elementbooleanisNilBroader()Tests for nil "broader" elementbooleanisNilLinkingTime()Tests for nil "linkingTime" elementbooleanisNilNarrower()Tests for nil "narrower" elementvoidsetBroader(HierarchyType.Broader broader)Sets the "broader" elementvoidsetLinkingTime(HierarchyType.LinkingTime linkingTime)Sets the "linkingTime" elementvoidsetNarrower(HierarchyType.Narrower narrower)Sets the "narrower" elementvoidsetNilBroader()Nils the "broader" elementvoidsetNilLinkingTime()Nils the "linkingTime" elementvoidsetNilNarrower()Nils the "narrower" 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
HierarchyType.LinkingTime getLinkingTime()
Gets the "linkingTime" element
-
isNilLinkingTime
boolean isNilLinkingTime()
Tests for nil "linkingTime" element
-
setLinkingTime
void setLinkingTime(HierarchyType.LinkingTime linkingTime)
Sets the "linkingTime" element
-
addNewLinkingTime
HierarchyType.LinkingTime addNewLinkingTime()
Appends and returns a new empty "linkingTime" element
-
setNilLinkingTime
void setNilLinkingTime()
Nils the "linkingTime" element
-
getBroader
HierarchyType.Broader getBroader()
Gets the "broader" element
-
isNilBroader
boolean isNilBroader()
Tests for nil "broader" element
-
setBroader
void setBroader(HierarchyType.Broader broader)
Sets the "broader" element
-
addNewBroader
HierarchyType.Broader addNewBroader()
Appends and returns a new empty "broader" element
-
setNilBroader
void setNilBroader()
Nils the "broader" element
-
getNarrower
HierarchyType.Narrower getNarrower()
Gets the "narrower" element
-
isNilNarrower
boolean isNilNarrower()
Tests for nil "narrower" element
-
setNarrower
void setNarrower(HierarchyType.Narrower narrower)
Sets the "narrower" element
-
addNewNarrower
HierarchyType.Narrower addNewNarrower()
Appends and returns a new empty "narrower" element
-
setNilNarrower
void setNilNarrower()
Nils the "narrower" element
-
-