public abstract class AbstractCityObjectType extends AbstractFeatureType implements java.lang.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 javax.xml.datatype.XMLGregorianCalendar |
creationDate |
protected java.util.List<ExternalReferenceType> |
externalReference |
protected java.util.List<GeneralizationRelationType> |
generalizesTo |
protected java.util.List<javax.xml.bind.JAXBElement<?>> |
genericApplicationPropertyOfCityObject |
protected RelativeToTerrainType |
relativeToTerrain |
protected RelativeToWaterType |
relativeToWater |
protected javax.xml.datatype.XMLGregorianCalendar |
terminationDate |
boundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
AbstractCityObjectType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
javax.xml.datatype.XMLGregorianCalendar |
getCreationDate()
Gets the value of the creationDate property.
|
java.util.List<ExternalReferenceType> |
getExternalReference()
Gets the value of the externalReference property.
|
java.util.List<GeneralizationRelationType> |
getGeneralizesTo()
Gets the value of the generalizesTo property.
|
java.util.List<javax.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.
|
javax.xml.datatype.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,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the creationDate property.
|
void |
setExternalReference(java.util.List<ExternalReferenceType> value) |
void |
setGeneralizesTo(java.util.List<GeneralizationRelationType> value) |
void |
setGenericApplicationPropertyOfCityObject(java.util.List<javax.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(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the terminationDate property.
|
java.lang.String |
toString() |
void |
unsetExternalReference() |
void |
unsetGeneralizesTo() |
void |
unsetGenericApplicationPropertyOfCityObject() |
AbstractCityObjectType |
withCreationDate(javax.xml.datatype.XMLGregorianCalendar value) |
AbstractCityObjectType |
withExternalReference(java.util.Collection<ExternalReferenceType> values) |
AbstractCityObjectType |
withExternalReference(ExternalReferenceType... values) |
AbstractCityObjectType |
withExternalReference(java.util.List<ExternalReferenceType> value) |
AbstractCityObjectType |
withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values) |
AbstractCityObjectType |
withGeneralizesTo(GeneralizationRelationType... values) |
AbstractCityObjectType |
withGeneralizesTo(java.util.List<GeneralizationRelationType> value) |
AbstractCityObjectType |
withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values) |
AbstractCityObjectType |
withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values) |
AbstractCityObjectType |
withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value) |
AbstractCityObjectType |
withRelativeToTerrain(RelativeToTerrainType value) |
AbstractCityObjectType |
withRelativeToWater(RelativeToWaterType value) |
AbstractCityObjectType |
withTerminationDate(javax.xml.datatype.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 javax.xml.datatype.XMLGregorianCalendar creationDate
protected javax.xml.datatype.XMLGregorianCalendar terminationDate
protected java.util.List<ExternalReferenceType> externalReference
protected java.util.List<GeneralizationRelationType> generalizesTo
protected RelativeToTerrainType relativeToTerrain
protected RelativeToWaterType relativeToWater
protected java.util.List<javax.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject
public javax.xml.datatype.XMLGregorianCalendar getCreationDate()
XMLGregorianCalendarpublic void setCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreationDate()
public javax.xml.datatype.XMLGregorianCalendar getTerminationDate()
XMLGregorianCalendarpublic void setTerminationDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTerminationDate()
public java.util.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 java.util.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 java.util.List<javax.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 java.lang.String toString()
toString in class AbstractFeatureTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractFeatureTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.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,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractFeatureTypepublic boolean equals(java.lang.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 java.lang.Object clone()
clone in class AbstractFeatureTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureTypepublic void mergeFrom(java.lang.Object left,
java.lang.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,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureTypepublic void setExternalReference(java.util.List<ExternalReferenceType> value)
public void setGeneralizesTo(java.util.List<GeneralizationRelationType> value)
public void setGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value)
public AbstractCityObjectType withCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
public AbstractCityObjectType withTerminationDate(javax.xml.datatype.XMLGregorianCalendar value)
public AbstractCityObjectType withExternalReference(ExternalReferenceType... values)
public AbstractCityObjectType withExternalReference(java.util.Collection<ExternalReferenceType> values)
public AbstractCityObjectType withGeneralizesTo(GeneralizationRelationType... values)
public AbstractCityObjectType withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values)
public AbstractCityObjectType withRelativeToTerrain(RelativeToTerrainType value)
public AbstractCityObjectType withRelativeToWater(RelativeToWaterType value)
public AbstractCityObjectType withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values)
public AbstractCityObjectType withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values)
public AbstractCityObjectType withExternalReference(java.util.List<ExternalReferenceType> value)
public AbstractCityObjectType withGeneralizesTo(java.util.List<GeneralizationRelationType> value)
public AbstractCityObjectType withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value)
Copyright © 2008-2022. All Rights Reserved.