public class OuterCeilingSurfaceType extends AbstractBoundarySurfaceType implements 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 OuterCeilingSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OuterCeilingSurfaceType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/bridge/2.0}AbstractBoundarySurfaceType">
<sequence>
<element ref="{http://www.opengis.net/citygml/bridge/2.0}_GenericApplicationPropertyOfOuterCeilingSurface" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
genericApplicationPropertyOfOuterCeilingSurface |
genericApplicationPropertyOfBoundarySurface, lod2MultiSurface, lod3MultiSurface, lod4MultiSurface, openingcreationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, terminationDateboundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
OuterCeilingSurfaceType() |
getGenericApplicationPropertyOfBoundarySurface, getLod2MultiSurface, getLod3MultiSurface, getLod4MultiSurface, getOpening, isSetGenericApplicationPropertyOfBoundarySurface, isSetLod2MultiSurface, isSetLod3MultiSurface, isSetLod4MultiSurface, isSetOpening, setGenericApplicationPropertyOfBoundarySurface, setLod2MultiSurface, setLod3MultiSurface, setLod4MultiSurface, setOpening, unsetGenericApplicationPropertyOfBoundarySurface, unsetOpeninggetCreationDate, 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, unsetNamepublic List<Object> getGenericApplicationPropertyOfOuterCeilingSurface()
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 genericApplicationPropertyOfOuterCeilingSurface property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfOuterCeilingSurface().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfOuterCeilingSurface()
public void unsetGenericApplicationPropertyOfOuterCeilingSurface()
public String toString()
toString in class AbstractBoundarySurfaceTypepublic 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 AbstractBoundarySurfaceTypepublic 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 AbstractBoundarySurfaceTypepublic 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 AbstractBoundarySurfaceTypepublic boolean equals(Object object)
equals in class AbstractBoundarySurfaceTypepublic 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 AbstractBoundarySurfaceTypepublic int hashCode()
hashCode in class AbstractBoundarySurfaceTypepublic Object clone()
clone in class AbstractBoundarySurfaceTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractBoundarySurfaceTypepublic 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 AbstractBoundarySurfaceTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractBoundarySurfaceTypepublic 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 AbstractBoundarySurfaceTypepublic void setGenericApplicationPropertyOfOuterCeilingSurface(List<Object> value)
public OuterCeilingSurfaceType withGenericApplicationPropertyOfOuterCeilingSurface(Object... values)
public OuterCeilingSurfaceType withGenericApplicationPropertyOfOuterCeilingSurface(Collection<Object> values)
public OuterCeilingSurfaceType withGenericApplicationPropertyOfOuterCeilingSurface(List<Object> value)
public OuterCeilingSurfaceType withLod2MultiSurface(MultiSurfacePropertyType value)
withLod2MultiSurface in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withLod3MultiSurface(MultiSurfacePropertyType value)
withLod3MultiSurface in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withLod4MultiSurface(MultiSurfacePropertyType value)
withLod4MultiSurface in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withOpening(OpeningPropertyType... values)
withOpening in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withOpening(Collection<OpeningPropertyType> values)
withOpening in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withGenericApplicationPropertyOfBoundarySurface(Object... values)
withGenericApplicationPropertyOfBoundarySurface in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withGenericApplicationPropertyOfBoundarySurface(Collection<Object> values)
withGenericApplicationPropertyOfBoundarySurface in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withOpening(List<OpeningPropertyType> value)
withOpening in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withGenericApplicationPropertyOfBoundarySurface(List<Object> value)
withGenericApplicationPropertyOfBoundarySurface in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withCreationDate(XMLGregorianCalendar value)
withCreationDate in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withTerminationDate(XMLGregorianCalendar value)
withTerminationDate in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withExternalReference(Collection<ExternalReferenceType> values)
withExternalReference in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withGeneralizesTo(Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withRelativeToTerrain(RelativeToTerrainType value)
withRelativeToTerrain in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withRelativeToWater(RelativeToWaterType value)
withRelativeToWater in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withExternalReference(List<ExternalReferenceType> value)
withExternalReference in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withGeneralizesTo(List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractBoundarySurfaceTypepublic OuterCeilingSurfaceType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractBoundarySurfaceTypeCopyright © 2008–2023. All rights reserved.