public class CityObjectGroupType extends AbstractCityObjectType 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 CityObjectGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CityObjectGroupType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/1.0}AbstractCityObjectType">
<sequence>
<element name="class" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="function" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="usage" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="groupMember" type="{http://www.opengis.net/citygml/cityobjectgroup/1.0}CityObjectGroupMemberType" maxOccurs="unbounded" minOccurs="0"/>
<element name="parent" type="{http://www.opengis.net/citygml/cityobjectgroup/1.0}CityObjectGroupParentType" minOccurs="0"/>
<element name="geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/cityobjectgroup/1.0}_GenericApplicationPropertyOfCityObjectGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clazz |
protected java.util.List<java.lang.String> |
function |
protected java.util.List<java.lang.Object> |
genericApplicationPropertyOfCityObjectGroup |
protected GeometryPropertyType |
geometry |
protected java.util.List<CityObjectGroupMemberType> |
groupMember |
protected CityObjectGroupParentType |
parent |
protected java.util.List<java.lang.String> |
usage |
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, terminationDateboundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
CityObjectGroupType() |
| 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) |
java.lang.Object |
createNewInstance() |
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) |
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.util.List<java.lang.String> |
getFunction()
Gets the value of the function property.
|
java.util.List<java.lang.Object> |
getGenericApplicationPropertyOfCityObjectGroup()
Gets the value of the genericApplicationPropertyOfCityObjectGroup property.
|
GeometryPropertyType |
getGeometry()
Gets the value of the geometry property.
|
java.util.List<CityObjectGroupMemberType> |
getGroupMember()
Gets the value of the groupMember property.
|
CityObjectGroupParentType |
getParent()
Gets the value of the parent property.
|
java.util.List<java.lang.String> |
getUsage()
Gets the value of the usage property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetClazz() |
boolean |
isSetFunction() |
boolean |
isSetGenericApplicationPropertyOfCityObjectGroup() |
boolean |
isSetGeometry() |
boolean |
isSetGroupMember() |
boolean |
isSetParent() |
boolean |
isSetUsage() |
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 |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setFunction(java.util.List<java.lang.String> value) |
void |
setGenericApplicationPropertyOfCityObjectGroup(java.util.List<java.lang.Object> value) |
void |
setGeometry(GeometryPropertyType value)
Sets the value of the geometry property.
|
void |
setGroupMember(java.util.List<CityObjectGroupMemberType> value) |
void |
setParent(CityObjectGroupParentType value)
Sets the value of the parent property.
|
void |
setUsage(java.util.List<java.lang.String> value) |
java.lang.String |
toString() |
void |
unsetFunction() |
void |
unsetGenericApplicationPropertyOfCityObjectGroup() |
void |
unsetGroupMember() |
void |
unsetUsage() |
CityObjectGroupType |
withClazz(java.lang.String value) |
CityObjectGroupType |
withCreationDate(javax.xml.datatype.XMLGregorianCalendar value) |
CityObjectGroupType |
withExternalReference(java.util.Collection<ExternalReferenceType> values) |
CityObjectGroupType |
withExternalReference(ExternalReferenceType... values) |
CityObjectGroupType |
withExternalReference(java.util.List<ExternalReferenceType> value) |
CityObjectGroupType |
withFunction(java.util.Collection<java.lang.String> values) |
CityObjectGroupType |
withFunction(java.util.List<java.lang.String> value) |
CityObjectGroupType |
withFunction(java.lang.String... values) |
CityObjectGroupType |
withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values) |
CityObjectGroupType |
withGeneralizesTo(GeneralizationRelationType... values) |
CityObjectGroupType |
withGeneralizesTo(java.util.List<GeneralizationRelationType> value) |
CityObjectGroupType |
withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values) |
CityObjectGroupType |
withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values) |
CityObjectGroupType |
withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value) |
CityObjectGroupType |
withGenericApplicationPropertyOfCityObjectGroup(java.util.Collection<java.lang.Object> values) |
CityObjectGroupType |
withGenericApplicationPropertyOfCityObjectGroup(java.util.List<java.lang.Object> value) |
CityObjectGroupType |
withGenericApplicationPropertyOfCityObjectGroup(java.lang.Object... values) |
CityObjectGroupType |
withGeometry(GeometryPropertyType value) |
CityObjectGroupType |
withGroupMember(CityObjectGroupMemberType... values) |
CityObjectGroupType |
withGroupMember(java.util.Collection<CityObjectGroupMemberType> values) |
CityObjectGroupType |
withGroupMember(java.util.List<CityObjectGroupMemberType> value) |
CityObjectGroupType |
withParent(CityObjectGroupParentType value) |
CityObjectGroupType |
withTerminationDate(javax.xml.datatype.XMLGregorianCalendar value) |
CityObjectGroupType |
withUsage(java.util.Collection<java.lang.String> values) |
CityObjectGroupType |
withUsage(java.util.List<java.lang.String> value) |
CityObjectGroupType |
withUsage(java.lang.String... values) |
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setTerminationDate, unsetExternalReference, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObjectgetBoundedBy, 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 java.lang.String clazz
protected java.util.List<java.lang.String> function
protected java.util.List<java.lang.String> usage
protected java.util.List<CityObjectGroupMemberType> groupMember
protected CityObjectGroupParentType parent
protected GeometryPropertyType geometry
protected java.util.List<java.lang.Object> genericApplicationPropertyOfCityObjectGroup
public java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetClazz()
public java.util.List<java.lang.String> getFunction()
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 function property.
For example, to add a new item, do as follows:
getFunction().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetFunction()
public void unsetFunction()
public java.util.List<java.lang.String> getUsage()
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 usage property.
For example, to add a new item, do as follows:
getUsage().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetUsage()
public void unsetUsage()
public java.util.List<CityObjectGroupMemberType> getGroupMember()
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 groupMember property.
For example, to add a new item, do as follows:
getGroupMember().add(newItem);
Objects of the following type(s) are allowed in the list
CityObjectGroupMemberType
public boolean isSetGroupMember()
public void unsetGroupMember()
public CityObjectGroupParentType getParent()
CityObjectGroupParentTypepublic void setParent(CityObjectGroupParentType value)
value - allowed object is
CityObjectGroupParentTypepublic boolean isSetParent()
public GeometryPropertyType getGeometry()
GeometryPropertyTypepublic void setGeometry(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetGeometry()
public java.util.List<java.lang.Object> getGenericApplicationPropertyOfCityObjectGroup()
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 genericApplicationPropertyOfCityObjectGroup property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfCityObjectGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfCityObjectGroup()
public void unsetGenericApplicationPropertyOfCityObjectGroup()
public java.lang.String toString()
toString in class AbstractCityObjectTypepublic 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 AbstractCityObjectTypepublic 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 AbstractCityObjectTypepublic 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 AbstractCityObjectTypepublic boolean equals(java.lang.Object object)
equals in class AbstractCityObjectTypepublic 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 AbstractCityObjectTypepublic int hashCode()
hashCode in class AbstractCityObjectTypepublic java.lang.Object clone()
clone in class AbstractCityObjectTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractCityObjectTypepublic 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 AbstractCityObjectTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractCityObjectTypepublic 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 AbstractCityObjectTypepublic void setFunction(java.util.List<java.lang.String> value)
public void setUsage(java.util.List<java.lang.String> value)
public void setGroupMember(java.util.List<CityObjectGroupMemberType> value)
public void setGenericApplicationPropertyOfCityObjectGroup(java.util.List<java.lang.Object> value)
public CityObjectGroupType withClazz(java.lang.String value)
public CityObjectGroupType withFunction(java.lang.String... values)
public CityObjectGroupType withFunction(java.util.Collection<java.lang.String> values)
public CityObjectGroupType withUsage(java.lang.String... values)
public CityObjectGroupType withUsage(java.util.Collection<java.lang.String> values)
public CityObjectGroupType withGroupMember(CityObjectGroupMemberType... values)
public CityObjectGroupType withGroupMember(java.util.Collection<CityObjectGroupMemberType> values)
public CityObjectGroupType withParent(CityObjectGroupParentType value)
public CityObjectGroupType withGeometry(GeometryPropertyType value)
public CityObjectGroupType withGenericApplicationPropertyOfCityObjectGroup(java.lang.Object... values)
public CityObjectGroupType withGenericApplicationPropertyOfCityObjectGroup(java.util.Collection<java.lang.Object> values)
public CityObjectGroupType withFunction(java.util.List<java.lang.String> value)
public CityObjectGroupType withUsage(java.util.List<java.lang.String> value)
public CityObjectGroupType withGroupMember(java.util.List<CityObjectGroupMemberType> value)
public CityObjectGroupType withGenericApplicationPropertyOfCityObjectGroup(java.util.List<java.lang.Object> value)
public CityObjectGroupType withCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
withCreationDate in class AbstractCityObjectTypepublic CityObjectGroupType withTerminationDate(javax.xml.datatype.XMLGregorianCalendar value)
withTerminationDate in class AbstractCityObjectTypepublic CityObjectGroupType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractCityObjectTypepublic CityObjectGroupType withExternalReference(java.util.Collection<ExternalReferenceType> values)
withExternalReference in class AbstractCityObjectTypepublic CityObjectGroupType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractCityObjectTypepublic CityObjectGroupType withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractCityObjectTypepublic CityObjectGroupType withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic CityObjectGroupType withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic CityObjectGroupType withExternalReference(java.util.List<ExternalReferenceType> value)
withExternalReference in class AbstractCityObjectTypepublic CityObjectGroupType withGeneralizesTo(java.util.List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractCityObjectTypepublic CityObjectGroupType withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypeCopyright © 2008-2021. All Rights Reserved.