public abstract class AbstractCityObjectType extends AbstractFeatureType implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for AbstractCityObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractCityObjectType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractFeatureType">
<sequence>
<element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="terminationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="externalReference" type="{http://www.opengis.net/citygml/2.0}ExternalReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="generalizesTo" type="{http://www.opengis.net/citygml/2.0}GeneralizationRelationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="relativeToTerrain" type="{http://www.opengis.net/citygml/2.0}RelativeToTerrainType" minOccurs="0"/>
<element name="relativeToWater" type="{http://www.opengis.net/citygml/2.0}RelativeToWaterType" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/2.0}_GenericApplicationPropertyOfCityObject" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
creationDate |
protected List<ExternalReferenceType> |
externalReference |
protected List<GeneralizationRelationType> |
generalizesTo |
protected List<jakarta.xml.bind.JAXBElement<?>> |
genericApplicationPropertyOfCityObject |
protected RelativeToTerrainType |
relativeToTerrain |
protected RelativeToWaterType |
relativeToWater |
protected XMLGregorianCalendar |
terminationDate |
boundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
AbstractCityObjectType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
XMLGregorianCalendar |
getCreationDate()
Gets the value of the creationDate property.
|
List<ExternalReferenceType> |
getExternalReference()
Gets the value of the externalReference property.
|
List<GeneralizationRelationType> |
getGeneralizesTo()
Gets the value of the generalizesTo property.
|
List<jakarta.xml.bind.JAXBElement<?>> |
getGenericApplicationPropertyOfCityObject()
Gets the value of the genericApplicationPropertyOfCityObject property.
|
RelativeToTerrainType |
getRelativeToTerrain()
Gets the value of the relativeToTerrain property.
|
RelativeToWaterType |
getRelativeToWater()
Gets the value of the relativeToWater property.
|
XMLGregorianCalendar |
getTerminationDate()
Gets the value of the terminationDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetCreationDate() |
boolean |
isSetExternalReference() |
boolean |
isSetGeneralizesTo() |
boolean |
isSetGenericApplicationPropertyOfCityObject() |
boolean |
isSetRelativeToTerrain() |
boolean |
isSetRelativeToWater() |
boolean |
isSetTerminationDate() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setCreationDate(XMLGregorianCalendar value)
Sets the value of the creationDate property.
|
void |
setExternalReference(List<ExternalReferenceType> value) |
void |
setGeneralizesTo(List<GeneralizationRelationType> value) |
void |
setGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value) |
void |
setRelativeToTerrain(RelativeToTerrainType value)
Sets the value of the relativeToTerrain property.
|
void |
setRelativeToWater(RelativeToWaterType value)
Sets the value of the relativeToWater property.
|
void |
setTerminationDate(XMLGregorianCalendar value)
Sets the value of the terminationDate property.
|
String |
toString() |
void |
unsetExternalReference() |
void |
unsetGeneralizesTo() |
void |
unsetGenericApplicationPropertyOfCityObject() |
AbstractCityObjectType |
withCreationDate(XMLGregorianCalendar value) |
AbstractCityObjectType |
withExternalReference(Collection<ExternalReferenceType> values) |
AbstractCityObjectType |
withExternalReference(ExternalReferenceType... values) |
AbstractCityObjectType |
withExternalReference(List<ExternalReferenceType> value) |
AbstractCityObjectType |
withGeneralizesTo(Collection<GeneralizationRelationType> values) |
AbstractCityObjectType |
withGeneralizesTo(GeneralizationRelationType... values) |
AbstractCityObjectType |
withGeneralizesTo(List<GeneralizationRelationType> value) |
AbstractCityObjectType |
withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values) |
AbstractCityObjectType |
withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values) |
AbstractCityObjectType |
withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value) |
AbstractCityObjectType |
withRelativeToTerrain(RelativeToTerrainType value) |
AbstractCityObjectType |
withRelativeToWater(RelativeToWaterType value) |
AbstractCityObjectType |
withTerminationDate(XMLGregorianCalendar value) |
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withNamegetDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetNameprotected XMLGregorianCalendar creationDate
protected XMLGregorianCalendar terminationDate
protected List<ExternalReferenceType> externalReference
protected List<GeneralizationRelationType> generalizesTo
protected RelativeToTerrainType relativeToTerrain
protected RelativeToWaterType relativeToWater
protected List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject
public XMLGregorianCalendar getCreationDate()
XMLGregorianCalendarpublic void setCreationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreationDate()
public XMLGregorianCalendar getTerminationDate()
XMLGregorianCalendarpublic void setTerminationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTerminationDate()
public List<ExternalReferenceType> getExternalReference()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the externalReference property.
For example, to add a new item, do as follows:
getExternalReference().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalReferenceType
public boolean isSetExternalReference()
public void unsetExternalReference()
public List<GeneralizationRelationType> getGeneralizesTo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the generalizesTo property.
For example, to add a new item, do as follows:
getGeneralizesTo().add(newItem);
Objects of the following type(s) are allowed in the list
GeneralizationRelationType
public boolean isSetGeneralizesTo()
public void unsetGeneralizesTo()
public RelativeToTerrainType getRelativeToTerrain()
RelativeToTerrainTypepublic void setRelativeToTerrain(RelativeToTerrainType value)
value - allowed object is
RelativeToTerrainTypepublic boolean isSetRelativeToTerrain()
public RelativeToWaterType getRelativeToWater()
RelativeToWaterTypepublic void setRelativeToWater(RelativeToWaterType value)
value - allowed object is
RelativeToWaterTypepublic boolean isSetRelativeToWater()
public List<jakarta.xml.bind.JAXBElement<?>> getGenericApplicationPropertyOfCityObject()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the genericApplicationPropertyOfCityObject property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfCityObject().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>
JAXBElement<AppearancePropertyType>
JAXBElement<AbstractGenericAttributeType>
JAXBElement<DateAttributeType>
JAXBElement<DoubleAttributeType>
JAXBElement<GenericAttributeSetType>
JAXBElement<IntAttributeType>
JAXBElement<MeasureAttributeType>
JAXBElement<StringAttributeType>
JAXBElement<UriAttributeType>
public boolean isSetGenericApplicationPropertyOfCityObject()
public void unsetGenericApplicationPropertyOfCityObject()
public String toString()
toString in class AbstractFeatureTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractFeatureTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractFeatureTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractFeatureTypepublic boolean equals(Object object)
equals in class AbstractFeatureTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractFeatureTypepublic int hashCode()
hashCode in class AbstractFeatureTypepublic Object clone()
clone in class AbstractFeatureTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureTypepublic void setExternalReference(List<ExternalReferenceType> value)
public void setGeneralizesTo(List<GeneralizationRelationType> value)
public void setGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
public AbstractCityObjectType withCreationDate(XMLGregorianCalendar value)
public AbstractCityObjectType withTerminationDate(XMLGregorianCalendar value)
public AbstractCityObjectType withExternalReference(ExternalReferenceType... values)
public AbstractCityObjectType withExternalReference(Collection<ExternalReferenceType> values)
public AbstractCityObjectType withGeneralizesTo(GeneralizationRelationType... values)
public AbstractCityObjectType withGeneralizesTo(Collection<GeneralizationRelationType> values)
public AbstractCityObjectType withRelativeToTerrain(RelativeToTerrainType value)
public AbstractCityObjectType withRelativeToWater(RelativeToWaterType value)
public AbstractCityObjectType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
public AbstractCityObjectType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
public AbstractCityObjectType withExternalReference(List<ExternalReferenceType> value)
public AbstractCityObjectType withGeneralizesTo(List<GeneralizationRelationType> value)
public AbstractCityObjectType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
Copyright © 2008–2023. All rights reserved.