|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.v_3_1_1.AbstractGMLType
net.opengis.gml.v_3_1_1.AbstractFeatureType
net.opengis.citygml.v_1_0.AbstractCityObjectType
public abstract class AbstractCityObjectType
Type describing the abstract superclass of most CityGML features. Its purpose is to provide a creation and a termination date as well as a reference to corresponding objects in other information systems. A generalization relation may be used to relate features, which represent the same real-world object in different Levels-of-Detail, i.e. a feature and its generalized counterpart(s). The direction of this relation is from the feature to the corresponding generalized feature.
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/1.0}ExternalReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="generalizesTo" type="{http://www.opengis.net/citygml/1.0}GeneralizationRelationType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/1.0}_GenericApplicationPropertyOfCityObject" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
creationDate
|
protected List<ExternalReferenceType> |
externalReference
|
protected List<GeneralizationRelationType> |
generalizesTo
|
protected List<JAXBElement<?>> |
genericApplicationPropertyOfCityObject
|
protected XMLGregorianCalendar |
terminationDate
|
| Fields inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType |
|---|
boundedBy, location |
| Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
AbstractCityObjectType()
|
|
| Method Summary | |
|---|---|
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<JAXBElement<?>> |
getGenericApplicationPropertyOfCityObject()
Gets the value of the genericApplicationPropertyOfCityObject 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 |
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<JAXBElement<?>> value)
|
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<JAXBElement<?>> values)
|
AbstractCityObjectType |
withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
|
AbstractCityObjectType |
withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
|
AbstractCityObjectType |
withTerminationDate(XMLGregorianCalendar value)
|
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType |
|---|
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName |
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo2 |
|---|
createNewInstance |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom2 |
|---|
createNewInstance |
| Field Detail |
|---|
protected XMLGregorianCalendar creationDate
protected XMLGregorianCalendar terminationDate
protected List<ExternalReferenceType> externalReference
protected List<GeneralizationRelationType> generalizesTo
protected List<JAXBElement<?>> genericApplicationPropertyOfCityObject
| Constructor Detail |
|---|
public AbstractCityObjectType()
| Method Detail |
|---|
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 List<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<UriAttributeType>
JAXBElement<IntAttributeType>
JAXBElement<Object>
JAXBElement<StringAttributeType>
JAXBElement<AbstractGenericAttributeType>
JAXBElement<DoubleAttributeType>
JAXBElement<AppearancePropertyType>
JAXBElement<DateAttributeType>
public boolean isSetGenericApplicationPropertyOfCityObject()
public void unsetGenericApplicationPropertyOfCityObject()
public String toString()
toString in class AbstractFeatureType
public 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 AbstractFeatureType
public 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 AbstractFeatureType
public 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 AbstractFeatureType
public 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 AbstractFeatureType
public 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 AbstractFeatureType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureType
public 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<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 withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
public AbstractCityObjectType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
public AbstractCityObjectType withExternalReference(List<ExternalReferenceType> value)
public AbstractCityObjectType withGeneralizesTo(List<GeneralizationRelationType> value)
public AbstractCityObjectType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||