|
||||||||||
| 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()
|
|
| 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.CopyTo |
|---|
createNewInstance |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom |
|---|
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<AbstractGenericAttributeType>
JAXBElement<Object>
JAXBElement<DateAttributeType>
JAXBElement<StringAttributeType>
JAXBElement<IntAttributeType>
JAXBElement<DoubleAttributeType>
JAXBElement<UriAttributeType>
JAXBElement<AppearancePropertyType>
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.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractFeatureType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields 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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals 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.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode 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.CopyTocopyTo in class AbstractFeatureType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractFeatureType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom 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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom 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 | |||||||||