public interface AbstractConstructionType extends AbstractFeatureType
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AbstractConstructionType.BeginLifespanVersion
An XML beginLifespanVersion(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).
|
static interface |
AbstractConstructionType.DateOfConstruction
An XML dateOfConstruction(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).
|
static interface |
AbstractConstructionType.DateOfDemolition
An XML dateOfDemolition(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).
|
static interface |
AbstractConstructionType.DateOfRenovation
An XML dateOfRenovation(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).
|
static interface |
AbstractConstructionType.Elevation
An XML elevation(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).
|
static interface |
AbstractConstructionType.EndLifespanVersion
An XML endLifespanVersion(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).
|
static interface |
AbstractConstructionType.ExternalReference
An XML externalReference(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).
|
static class |
AbstractConstructionType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
AbstractConstructionType.HeightAboveGround
An XML heightAboveGround(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).
|
static interface |
AbstractConstructionType.Name
An XML name(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
AbstractConstructionType.BeginLifespanVersion |
addNewBeginLifespanVersion()
Appends and returns a new empty "beginLifespanVersion" element
|
ReferenceType |
addNewConditionOfConstruction()
Appends and returns a new empty "conditionOfConstruction" element
|
AbstractConstructionType.DateOfConstruction |
addNewDateOfConstruction()
Appends and returns a new empty "dateOfConstruction" element
|
AbstractConstructionType.DateOfDemolition |
addNewDateOfDemolition()
Appends and returns a new empty "dateOfDemolition" element
|
AbstractConstructionType.DateOfRenovation |
addNewDateOfRenovation()
Appends and returns a new empty "dateOfRenovation" element
|
AbstractConstructionType.Elevation |
addNewElevation()
Appends and returns a new empty value (as xml) as the last "elevation" element
|
AbstractConstructionType.EndLifespanVersion |
addNewEndLifespanVersion()
Appends and returns a new empty "endLifespanVersion" element
|
AbstractConstructionType.ExternalReference |
addNewExternalReference()
Appends and returns a new empty value (as xml) as the last "externalReference" element
|
AbstractConstructionType.HeightAboveGround |
addNewHeightAboveGround()
Appends and returns a new empty value (as xml) as the last "heightAboveGround" element
|
IdentifierPropertyType |
addNewInspireId()
Appends and returns a new empty "inspireId" element
|
AbstractConstructionType.Name |
addNewName2()
Appends and returns a new empty value (as xml) as the last "name" element
|
AbstractConstructionType.BeginLifespanVersion |
getBeginLifespanVersion()
Gets the "beginLifespanVersion" element
|
ReferenceType |
getConditionOfConstruction()
Gets the "conditionOfConstruction" element
|
AbstractConstructionType.DateOfConstruction |
getDateOfConstruction()
Gets the "dateOfConstruction" element
|
AbstractConstructionType.DateOfDemolition |
getDateOfDemolition()
Gets the "dateOfDemolition" element
|
AbstractConstructionType.DateOfRenovation |
getDateOfRenovation()
Gets the "dateOfRenovation" element
|
AbstractConstructionType.Elevation[] |
getElevationArray()
Gets array of all "elevation" elements
|
AbstractConstructionType.Elevation |
getElevationArray(int i)
Gets ith "elevation" element
|
AbstractConstructionType.EndLifespanVersion |
getEndLifespanVersion()
Gets the "endLifespanVersion" element
|
AbstractConstructionType.ExternalReference[] |
getExternalReferenceArray()
Gets array of all "externalReference" elements
|
AbstractConstructionType.ExternalReference |
getExternalReferenceArray(int i)
Gets ith "externalReference" element
|
AbstractConstructionType.HeightAboveGround[] |
getHeightAboveGroundArray()
Gets array of all "heightAboveGround" elements
|
AbstractConstructionType.HeightAboveGround |
getHeightAboveGroundArray(int i)
Gets ith "heightAboveGround" element
|
IdentifierPropertyType |
getInspireId()
Gets the "inspireId" element
|
AbstractConstructionType.Name[] |
getName2Array()
Gets array of all "name" elements
|
AbstractConstructionType.Name |
getName2Array(int i)
Gets ith "name" element
|
AbstractConstructionType.Elevation |
insertNewElevation(int i)
Inserts and returns a new empty value (as xml) as the ith "elevation" element
|
AbstractConstructionType.ExternalReference |
insertNewExternalReference(int i)
Inserts and returns a new empty value (as xml) as the ith "externalReference" element
|
AbstractConstructionType.HeightAboveGround |
insertNewHeightAboveGround(int i)
Inserts and returns a new empty value (as xml) as the ith "heightAboveGround" element
|
AbstractConstructionType.Name |
insertNewName2(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element
|
boolean |
isNilBeginLifespanVersion()
Tests for nil "beginLifespanVersion" element
|
boolean |
isNilConditionOfConstruction()
Tests for nil "conditionOfConstruction" element
|
boolean |
isNilDateOfConstruction()
Tests for nil "dateOfConstruction" element
|
boolean |
isNilDateOfDemolition()
Tests for nil "dateOfDemolition" element
|
boolean |
isNilDateOfRenovation()
Tests for nil "dateOfRenovation" element
|
boolean |
isNilElevationArray(int i)
Tests for nil ith "elevation" element
|
boolean |
isNilEndLifespanVersion()
Tests for nil "endLifespanVersion" element
|
boolean |
isNilExternalReferenceArray(int i)
Tests for nil ith "externalReference" element
|
boolean |
isNilHeightAboveGroundArray(int i)
Tests for nil ith "heightAboveGround" element
|
boolean |
isNilName2Array(int i)
Tests for nil ith "name" element
|
boolean |
isSetDateOfConstruction()
True if has "dateOfConstruction" element
|
boolean |
isSetDateOfDemolition()
True if has "dateOfDemolition" element
|
boolean |
isSetDateOfRenovation()
True if has "dateOfRenovation" element
|
boolean |
isSetEndLifespanVersion()
True if has "endLifespanVersion" element
|
void |
removeElevation(int i)
Removes the ith "elevation" element
|
void |
removeExternalReference(int i)
Removes the ith "externalReference" element
|
void |
removeHeightAboveGround(int i)
Removes the ith "heightAboveGround" element
|
void |
removeName2(int i)
Removes the ith "name" element
|
void |
setBeginLifespanVersion(AbstractConstructionType.BeginLifespanVersion beginLifespanVersion)
Sets the "beginLifespanVersion" element
|
void |
setConditionOfConstruction(ReferenceType conditionOfConstruction)
Sets the "conditionOfConstruction" element
|
void |
setDateOfConstruction(AbstractConstructionType.DateOfConstruction dateOfConstruction)
Sets the "dateOfConstruction" element
|
void |
setDateOfDemolition(AbstractConstructionType.DateOfDemolition dateOfDemolition)
Sets the "dateOfDemolition" element
|
void |
setDateOfRenovation(AbstractConstructionType.DateOfRenovation dateOfRenovation)
Sets the "dateOfRenovation" element
|
void |
setElevationArray(AbstractConstructionType.Elevation[] elevationArray)
Sets array of all "elevation" element
|
void |
setElevationArray(int i,
AbstractConstructionType.Elevation elevation)
Sets ith "elevation" element
|
void |
setEndLifespanVersion(AbstractConstructionType.EndLifespanVersion endLifespanVersion)
Sets the "endLifespanVersion" element
|
void |
setExternalReferenceArray(AbstractConstructionType.ExternalReference[] externalReferenceArray)
Sets array of all "externalReference" element
|
void |
setExternalReferenceArray(int i,
AbstractConstructionType.ExternalReference externalReference)
Sets ith "externalReference" element
|
void |
setHeightAboveGroundArray(AbstractConstructionType.HeightAboveGround[] heightAboveGroundArray)
Sets array of all "heightAboveGround" element
|
void |
setHeightAboveGroundArray(int i,
AbstractConstructionType.HeightAboveGround heightAboveGround)
Sets ith "heightAboveGround" element
|
void |
setInspireId(IdentifierPropertyType inspireId)
Sets the "inspireId" element
|
void |
setName2Array(AbstractConstructionType.Name[] name2Array)
Sets array of all "name" element
|
void |
setName2Array(int i,
AbstractConstructionType.Name name2)
Sets ith "name" element
|
void |
setNilBeginLifespanVersion()
Nils the "beginLifespanVersion" element
|
void |
setNilConditionOfConstruction()
Nils the "conditionOfConstruction" element
|
void |
setNilDateOfConstruction()
Nils the "dateOfConstruction" element
|
void |
setNilDateOfDemolition()
Nils the "dateOfDemolition" element
|
void |
setNilDateOfRenovation()
Nils the "dateOfRenovation" element
|
void |
setNilElevationArray(int i)
Nils the ith "elevation" element
|
void |
setNilEndLifespanVersion()
Nils the "endLifespanVersion" element
|
void |
setNilExternalReferenceArray(int i)
Nils the ith "externalReference" element
|
void |
setNilHeightAboveGroundArray(int i)
Nils the ith "heightAboveGround" element
|
void |
setNilName2Array(int i)
Nils the ith "name" element
|
int |
sizeOfElevationArray()
Returns number of "elevation" element
|
int |
sizeOfExternalReferenceArray()
Returns number of "externalReference" element
|
int |
sizeOfHeightAboveGroundArray()
Returns number of "heightAboveGround" element
|
int |
sizeOfName2Array()
Returns number of "name" element
|
void |
unsetDateOfConstruction()
Unsets the "dateOfConstruction" element
|
void |
unsetDateOfDemolition()
Unsets the "dateOfDemolition" element
|
void |
unsetDateOfRenovation()
Unsets the "dateOfRenovation" element
|
void |
unsetEndLifespanVersion()
Unsets the "endLifespanVersion" element
|
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocationaddNewDescription, 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, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextAbstractConstructionType.BeginLifespanVersion getBeginLifespanVersion()
boolean isNilBeginLifespanVersion()
void setBeginLifespanVersion(AbstractConstructionType.BeginLifespanVersion beginLifespanVersion)
AbstractConstructionType.BeginLifespanVersion addNewBeginLifespanVersion()
void setNilBeginLifespanVersion()
ReferenceType getConditionOfConstruction()
boolean isNilConditionOfConstruction()
void setConditionOfConstruction(ReferenceType conditionOfConstruction)
ReferenceType addNewConditionOfConstruction()
void setNilConditionOfConstruction()
AbstractConstructionType.DateOfConstruction getDateOfConstruction()
boolean isNilDateOfConstruction()
boolean isSetDateOfConstruction()
void setDateOfConstruction(AbstractConstructionType.DateOfConstruction dateOfConstruction)
AbstractConstructionType.DateOfConstruction addNewDateOfConstruction()
void setNilDateOfConstruction()
void unsetDateOfConstruction()
AbstractConstructionType.DateOfDemolition getDateOfDemolition()
boolean isNilDateOfDemolition()
boolean isSetDateOfDemolition()
void setDateOfDemolition(AbstractConstructionType.DateOfDemolition dateOfDemolition)
AbstractConstructionType.DateOfDemolition addNewDateOfDemolition()
void setNilDateOfDemolition()
void unsetDateOfDemolition()
AbstractConstructionType.DateOfRenovation getDateOfRenovation()
boolean isNilDateOfRenovation()
boolean isSetDateOfRenovation()
void setDateOfRenovation(AbstractConstructionType.DateOfRenovation dateOfRenovation)
AbstractConstructionType.DateOfRenovation addNewDateOfRenovation()
void setNilDateOfRenovation()
void unsetDateOfRenovation()
AbstractConstructionType.Elevation[] getElevationArray()
AbstractConstructionType.Elevation getElevationArray(int i)
boolean isNilElevationArray(int i)
int sizeOfElevationArray()
void setElevationArray(AbstractConstructionType.Elevation[] elevationArray)
void setElevationArray(int i,
AbstractConstructionType.Elevation elevation)
void setNilElevationArray(int i)
AbstractConstructionType.Elevation insertNewElevation(int i)
AbstractConstructionType.Elevation addNewElevation()
void removeElevation(int i)
AbstractConstructionType.EndLifespanVersion getEndLifespanVersion()
boolean isNilEndLifespanVersion()
boolean isSetEndLifespanVersion()
void setEndLifespanVersion(AbstractConstructionType.EndLifespanVersion endLifespanVersion)
AbstractConstructionType.EndLifespanVersion addNewEndLifespanVersion()
void setNilEndLifespanVersion()
void unsetEndLifespanVersion()
AbstractConstructionType.ExternalReference[] getExternalReferenceArray()
AbstractConstructionType.ExternalReference getExternalReferenceArray(int i)
boolean isNilExternalReferenceArray(int i)
int sizeOfExternalReferenceArray()
void setExternalReferenceArray(AbstractConstructionType.ExternalReference[] externalReferenceArray)
void setExternalReferenceArray(int i,
AbstractConstructionType.ExternalReference externalReference)
void setNilExternalReferenceArray(int i)
AbstractConstructionType.ExternalReference insertNewExternalReference(int i)
AbstractConstructionType.ExternalReference addNewExternalReference()
void removeExternalReference(int i)
AbstractConstructionType.HeightAboveGround[] getHeightAboveGroundArray()
AbstractConstructionType.HeightAboveGround getHeightAboveGroundArray(int i)
boolean isNilHeightAboveGroundArray(int i)
int sizeOfHeightAboveGroundArray()
void setHeightAboveGroundArray(AbstractConstructionType.HeightAboveGround[] heightAboveGroundArray)
void setHeightAboveGroundArray(int i,
AbstractConstructionType.HeightAboveGround heightAboveGround)
void setNilHeightAboveGroundArray(int i)
AbstractConstructionType.HeightAboveGround insertNewHeightAboveGround(int i)
AbstractConstructionType.HeightAboveGround addNewHeightAboveGround()
void removeHeightAboveGround(int i)
IdentifierPropertyType getInspireId()
void setInspireId(IdentifierPropertyType inspireId)
IdentifierPropertyType addNewInspireId()
AbstractConstructionType.Name[] getName2Array()
AbstractConstructionType.Name getName2Array(int i)
boolean isNilName2Array(int i)
int sizeOfName2Array()
void setName2Array(AbstractConstructionType.Name[] name2Array)
void setName2Array(int i,
AbstractConstructionType.Name name2)
void setNilName2Array(int i)
AbstractConstructionType.Name insertNewName2(int i)
AbstractConstructionType.Name addNewName2()
void removeName2(int i)
Copyright © 2015–2018 52north.org. All rights reserved.