public abstract class AbstractBoundarySurfaceType 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 AbstractBoundarySurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractBoundarySurfaceType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/2.0}AbstractCityObjectType">
<sequence>
<element name="lod2MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
<element name="lod3MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
<element name="lod4MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
<element name="opening" type="{http://www.opengis.net/citygml/building/2.0}OpeningPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/building/2.0}_GenericApplicationPropertyOfBoundarySurface" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
genericApplicationPropertyOfBoundarySurface |
protected MultiSurfacePropertyType |
lod2MultiSurface |
protected MultiSurfacePropertyType |
lod3MultiSurface |
protected MultiSurfacePropertyType |
lod4MultiSurface |
protected java.util.List<OpeningPropertyType> |
opening |
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, terminationDateboundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
AbstractBoundarySurfaceType() |
| 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) |
java.util.List<java.lang.Object> |
getGenericApplicationPropertyOfBoundarySurface()
Gets the value of the genericApplicationPropertyOfBoundarySurface property.
|
MultiSurfacePropertyType |
getLod2MultiSurface()
Gets the value of the lod2MultiSurface property.
|
MultiSurfacePropertyType |
getLod3MultiSurface()
Gets the value of the lod3MultiSurface property.
|
MultiSurfacePropertyType |
getLod4MultiSurface()
Gets the value of the lod4MultiSurface property.
|
java.util.List<OpeningPropertyType> |
getOpening()
Gets the value of the opening property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetGenericApplicationPropertyOfBoundarySurface() |
boolean |
isSetLod2MultiSurface() |
boolean |
isSetLod3MultiSurface() |
boolean |
isSetLod4MultiSurface() |
boolean |
isSetOpening() |
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 |
setGenericApplicationPropertyOfBoundarySurface(java.util.List<java.lang.Object> value) |
void |
setLod2MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod2MultiSurface property.
|
void |
setLod3MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod3MultiSurface property.
|
void |
setLod4MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod4MultiSurface property.
|
void |
setOpening(java.util.List<OpeningPropertyType> value) |
java.lang.String |
toString() |
void |
unsetGenericApplicationPropertyOfBoundarySurface() |
void |
unsetOpening() |
AbstractBoundarySurfaceType |
withCreationDate(javax.xml.datatype.XMLGregorianCalendar value) |
AbstractBoundarySurfaceType |
withExternalReference(java.util.Collection<ExternalReferenceType> values) |
AbstractBoundarySurfaceType |
withExternalReference(ExternalReferenceType... values) |
AbstractBoundarySurfaceType |
withExternalReference(java.util.List<ExternalReferenceType> value) |
AbstractBoundarySurfaceType |
withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values) |
AbstractBoundarySurfaceType |
withGeneralizesTo(GeneralizationRelationType... values) |
AbstractBoundarySurfaceType |
withGeneralizesTo(java.util.List<GeneralizationRelationType> value) |
AbstractBoundarySurfaceType |
withGenericApplicationPropertyOfBoundarySurface(java.util.Collection<java.lang.Object> values) |
AbstractBoundarySurfaceType |
withGenericApplicationPropertyOfBoundarySurface(java.util.List<java.lang.Object> value) |
AbstractBoundarySurfaceType |
withGenericApplicationPropertyOfBoundarySurface(java.lang.Object... values) |
AbstractBoundarySurfaceType |
withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values) |
AbstractBoundarySurfaceType |
withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values) |
AbstractBoundarySurfaceType |
withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value) |
AbstractBoundarySurfaceType |
withLod2MultiSurface(MultiSurfacePropertyType value) |
AbstractBoundarySurfaceType |
withLod3MultiSurface(MultiSurfacePropertyType value) |
AbstractBoundarySurfaceType |
withLod4MultiSurface(MultiSurfacePropertyType value) |
AbstractBoundarySurfaceType |
withOpening(java.util.Collection<OpeningPropertyType> values) |
AbstractBoundarySurfaceType |
withOpening(java.util.List<OpeningPropertyType> value) |
AbstractBoundarySurfaceType |
withOpening(OpeningPropertyType... values) |
AbstractBoundarySurfaceType |
withRelativeToTerrain(RelativeToTerrainType value) |
AbstractBoundarySurfaceType |
withRelativeToWater(RelativeToWaterType value) |
AbstractBoundarySurfaceType |
withTerminationDate(javax.xml.datatype.XMLGregorianCalendar value) |
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setRelativeToTerrain, setRelativeToWater, 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 MultiSurfacePropertyType lod2MultiSurface
protected MultiSurfacePropertyType lod3MultiSurface
protected MultiSurfacePropertyType lod4MultiSurface
protected java.util.List<OpeningPropertyType> opening
protected java.util.List<java.lang.Object> genericApplicationPropertyOfBoundarySurface
public MultiSurfacePropertyType getLod2MultiSurface()
MultiSurfacePropertyTypepublic void setLod2MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod2MultiSurface()
public MultiSurfacePropertyType getLod3MultiSurface()
MultiSurfacePropertyTypepublic void setLod3MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod3MultiSurface()
public MultiSurfacePropertyType getLod4MultiSurface()
MultiSurfacePropertyTypepublic void setLod4MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod4MultiSurface()
public java.util.List<OpeningPropertyType> getOpening()
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 opening property.
For example, to add a new item, do as follows:
getOpening().add(newItem);
Objects of the following type(s) are allowed in the list
OpeningPropertyType
public boolean isSetOpening()
public void unsetOpening()
public java.util.List<java.lang.Object> getGenericApplicationPropertyOfBoundarySurface()
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 genericApplicationPropertyOfBoundarySurface property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfBoundarySurface().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfBoundarySurface()
public void unsetGenericApplicationPropertyOfBoundarySurface()
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 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 setOpening(java.util.List<OpeningPropertyType> value)
public void setGenericApplicationPropertyOfBoundarySurface(java.util.List<java.lang.Object> value)
public AbstractBoundarySurfaceType withLod2MultiSurface(MultiSurfacePropertyType value)
public AbstractBoundarySurfaceType withLod3MultiSurface(MultiSurfacePropertyType value)
public AbstractBoundarySurfaceType withLod4MultiSurface(MultiSurfacePropertyType value)
public AbstractBoundarySurfaceType withOpening(OpeningPropertyType... values)
public AbstractBoundarySurfaceType withOpening(java.util.Collection<OpeningPropertyType> values)
public AbstractBoundarySurfaceType withGenericApplicationPropertyOfBoundarySurface(java.lang.Object... values)
public AbstractBoundarySurfaceType withGenericApplicationPropertyOfBoundarySurface(java.util.Collection<java.lang.Object> values)
public AbstractBoundarySurfaceType withOpening(java.util.List<OpeningPropertyType> value)
public AbstractBoundarySurfaceType withGenericApplicationPropertyOfBoundarySurface(java.util.List<java.lang.Object> value)
public AbstractBoundarySurfaceType withCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
withCreationDate in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withTerminationDate(javax.xml.datatype.XMLGregorianCalendar value)
withTerminationDate in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withExternalReference(java.util.Collection<ExternalReferenceType> values)
withExternalReference in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withRelativeToTerrain(RelativeToTerrainType value)
withRelativeToTerrain in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withRelativeToWater(RelativeToWaterType value)
withRelativeToWater in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withExternalReference(java.util.List<ExternalReferenceType> value)
withExternalReference in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withGeneralizesTo(java.util.List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypeCopyright © 2008-2022. All Rights Reserved.