net.opengis.citygml.v_1_0
Class AbstractCityObjectType

java.lang.Object
  extended by net.opengis.gml.v_3_1_1.AbstractGMLType
      extended by net.opengis.gml.v_3_1_1.AbstractFeatureType
          extended by net.opengis.citygml.v_1_0.AbstractCityObjectType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
AbstractBoundarySurfaceType, AbstractOpeningType, AbstractReliefComponentType, AbstractSiteType, AbstractTransportationObjectType, AbstractVegetationObjectType, AbstractWaterBoundarySurfaceType, AbstractWaterObjectType, BuildingFurnitureType, BuildingInstallationType, CityFurnitureType, CityObjectGroupType, GenericCityObjectType, IntBuildingInstallationType, LandUseType, ReliefFeatureType, RoomType

public abstract class AbstractCityObjectType
extends AbstractFeatureType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

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.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.HashCodeStrategy 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.MergeStrategy 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.CopyTo
createNewInstance
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom
createNewInstance
 

Field Detail

creationDate

protected XMLGregorianCalendar creationDate

terminationDate

protected XMLGregorianCalendar terminationDate

externalReference

protected List<ExternalReferenceType> externalReference

generalizesTo

protected List<GeneralizationRelationType> generalizesTo

genericApplicationPropertyOfCityObject

protected List<JAXBElement<?>> genericApplicationPropertyOfCityObject
Constructor Detail

AbstractCityObjectType

public AbstractCityObjectType()
Method Detail

getCreationDate

public XMLGregorianCalendar getCreationDate()
Gets the value of the creationDate property.

Returns:
possible object is XMLGregorianCalendar

setCreationDate

public void setCreationDate(XMLGregorianCalendar value)
Sets the value of the creationDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetCreationDate

public boolean isSetCreationDate()

getTerminationDate

public XMLGregorianCalendar getTerminationDate()
Gets the value of the terminationDate property.

Returns:
possible object is XMLGregorianCalendar

setTerminationDate

public void setTerminationDate(XMLGregorianCalendar value)
Sets the value of the terminationDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetTerminationDate

public boolean isSetTerminationDate()

getExternalReference

public List<ExternalReferenceType> getExternalReference()
Gets the value of the externalReference property.

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


isSetExternalReference

public boolean isSetExternalReference()

unsetExternalReference

public void unsetExternalReference()

getGeneralizesTo

public List<GeneralizationRelationType> getGeneralizesTo()
Gets the value of the generalizesTo property.

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


isSetGeneralizesTo

public boolean isSetGeneralizesTo()

unsetGeneralizesTo

public void unsetGeneralizesTo()

getGenericApplicationPropertyOfCityObject

public List<JAXBElement<?>> getGenericApplicationPropertyOfCityObject()
Gets the value of the genericApplicationPropertyOfCityObject property.

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>


isSetGenericApplicationPropertyOfCityObject

public boolean isSetGenericApplicationPropertyOfCityObject()

unsetGenericApplicationPropertyOfCityObject

public void unsetGenericApplicationPropertyOfCityObject()

toString

public String toString()
Overrides:
toString in class AbstractFeatureType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractFeatureType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractFeatureType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractFeatureType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractFeatureType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractFeatureType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractFeatureType

clone

public Object clone()
Overrides:
clone in class AbstractFeatureType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractFeatureType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractFeatureType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractFeatureType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractFeatureType

setExternalReference

public void setExternalReference(List<ExternalReferenceType> value)

setGeneralizesTo

public void setGeneralizesTo(List<GeneralizationRelationType> value)

setGenericApplicationPropertyOfCityObject

public void setGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)

withCreationDate

public AbstractCityObjectType withCreationDate(XMLGregorianCalendar value)

withTerminationDate

public AbstractCityObjectType withTerminationDate(XMLGregorianCalendar value)

withExternalReference

public AbstractCityObjectType withExternalReference(ExternalReferenceType... values)

withExternalReference

public AbstractCityObjectType withExternalReference(Collection<ExternalReferenceType> values)

withGeneralizesTo

public AbstractCityObjectType withGeneralizesTo(GeneralizationRelationType... values)

withGeneralizesTo

public AbstractCityObjectType withGeneralizesTo(Collection<GeneralizationRelationType> values)

withGenericApplicationPropertyOfCityObject

public AbstractCityObjectType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)

withGenericApplicationPropertyOfCityObject

public AbstractCityObjectType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)

withExternalReference

public AbstractCityObjectType withExternalReference(List<ExternalReferenceType> value)

withGeneralizesTo

public AbstractCityObjectType withGeneralizesTo(List<GeneralizationRelationType> value)

withGenericApplicationPropertyOfCityObject

public AbstractCityObjectType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)


Copyright © 2008-2015. All Rights Reserved.