Package net.opengis.citygml.bridge.v_2_0
Class RoofSurfaceType
- java.lang.Object
-
- net.opengis.gml.v_3_1_1.AbstractGMLType
-
- net.opengis.gml.v_3_1_1.AbstractFeatureType
-
- net.opengis.citygml.v_2_0.AbstractCityObjectType
-
- net.opengis.citygml.bridge.v_2_0.AbstractBoundarySurfaceType
-
- net.opengis.citygml.bridge.v_2_0.RoofSurfaceType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class RoofSurfaceType extends AbstractBoundarySurfaceType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Java class for RoofSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoofSurfaceType"> <complexContent> <extension base="{http://www.opengis.net/citygml/bridge/2.0}AbstractBoundarySurfaceType"> <sequence> <element ref="{http://www.opengis.net/citygml/bridge/2.0}_GenericApplicationPropertyOfRoofSurface" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>genericApplicationPropertyOfRoofSurface-
Fields inherited from class net.opengis.citygml.bridge.v_2_0.AbstractBoundarySurfaceType
genericApplicationPropertyOfBoundarySurface, lod2MultiSurface, lod3MultiSurface, lod4MultiSurface, opening
-
Fields inherited from class net.opengis.citygml.v_2_0.AbstractCityObjectType
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, 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
Constructors Constructor Description RoofSurfaceType()Default no-arg constructorRoofSurfaceType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, MultiSurfacePropertyType lod2MultiSurface, MultiSurfacePropertyType lod3MultiSurface, MultiSurfacePropertyType lod4MultiSurface, List<OpeningPropertyType> opening, List<Object> genericApplicationPropertyOfBoundarySurface, List<Object> genericApplicationPropertyOfRoofSurface)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.citygml.bridge.v_2_0.AbstractBoundarySurfaceType
getGenericApplicationPropertyOfBoundarySurface, getLod2MultiSurface, getLod3MultiSurface, getLod4MultiSurface, getOpening, isSetGenericApplicationPropertyOfBoundarySurface, isSetLod2MultiSurface, isSetLod3MultiSurface, isSetLod4MultiSurface, isSetOpening, setGenericApplicationPropertyOfBoundarySurface, setLod2MultiSurface, setLod3MultiSurface, setLod4MultiSurface, setOpening, unsetGenericApplicationPropertyOfBoundarySurface, unsetOpening
-
Methods inherited from class net.opengis.citygml.v_2_0.AbstractCityObjectType
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setRelativeToTerrain, setRelativeToWater, setTerminationDate, unsetExternalReference, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject
-
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
-
-
-
-
Constructor Detail
-
RoofSurfaceType
public RoofSurfaceType()
Default no-arg constructor
-
RoofSurfaceType
public RoofSurfaceType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, MultiSurfacePropertyType lod2MultiSurface, MultiSurfacePropertyType lod3MultiSurface, MultiSurfacePropertyType lod4MultiSurface, List<OpeningPropertyType> opening, List<Object> genericApplicationPropertyOfBoundarySurface, List<Object> genericApplicationPropertyOfRoofSurface)
Fully-initialising value constructor
-
-
Method Detail
-
getGenericApplicationPropertyOfRoofSurface
public List<Object> getGenericApplicationPropertyOfRoofSurface()
Gets the value of the genericApplicationPropertyOfRoofSurface 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 Jakarta XML Binding object. This is why there is not a
setmethod for the genericApplicationPropertyOfRoofSurface property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfRoofSurface().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfRoofSurface
public boolean isSetGenericApplicationPropertyOfRoofSurface()
-
unsetGenericApplicationPropertyOfRoofSurface
public void unsetGenericApplicationPropertyOfRoofSurface()
-
toString
public String toString()
- Overrides:
toStringin classAbstractBoundarySurfaceType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractBoundarySurfaceType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractBoundarySurfaceType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractBoundarySurfaceType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractBoundarySurfaceType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractBoundarySurfaceType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractBoundarySurfaceType
-
clone
public Object clone()
- Overrides:
clonein classAbstractBoundarySurfaceType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractBoundarySurfaceType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractBoundarySurfaceType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractBoundarySurfaceType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractBoundarySurfaceType
-
setGenericApplicationPropertyOfRoofSurface
public void setGenericApplicationPropertyOfRoofSurface(List<Object> value)
-
withGenericApplicationPropertyOfRoofSurface
public RoofSurfaceType withGenericApplicationPropertyOfRoofSurface(Object... values)
-
withGenericApplicationPropertyOfRoofSurface
public RoofSurfaceType withGenericApplicationPropertyOfRoofSurface(Collection<Object> values)
-
withGenericApplicationPropertyOfRoofSurface
public RoofSurfaceType withGenericApplicationPropertyOfRoofSurface(List<Object> value)
-
withLod2MultiSurface
public RoofSurfaceType withLod2MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod2MultiSurfacein classAbstractBoundarySurfaceType
-
withLod3MultiSurface
public RoofSurfaceType withLod3MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod3MultiSurfacein classAbstractBoundarySurfaceType
-
withLod4MultiSurface
public RoofSurfaceType withLod4MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod4MultiSurfacein classAbstractBoundarySurfaceType
-
withOpening
public RoofSurfaceType withOpening(OpeningPropertyType... values)
- Overrides:
withOpeningin classAbstractBoundarySurfaceType
-
withOpening
public RoofSurfaceType withOpening(Collection<OpeningPropertyType> values)
- Overrides:
withOpeningin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfBoundarySurface
public RoofSurfaceType withGenericApplicationPropertyOfBoundarySurface(Object... values)
- Overrides:
withGenericApplicationPropertyOfBoundarySurfacein classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfBoundarySurface
public RoofSurfaceType withGenericApplicationPropertyOfBoundarySurface(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfBoundarySurfacein classAbstractBoundarySurfaceType
-
withOpening
public RoofSurfaceType withOpening(List<OpeningPropertyType> value)
- Overrides:
withOpeningin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfBoundarySurface
public RoofSurfaceType withGenericApplicationPropertyOfBoundarySurface(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfBoundarySurfacein classAbstractBoundarySurfaceType
-
withCreationDate
public RoofSurfaceType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDatein classAbstractBoundarySurfaceType
-
withTerminationDate
public RoofSurfaceType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDatein classAbstractBoundarySurfaceType
-
withExternalReference
public RoofSurfaceType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReferencein classAbstractBoundarySurfaceType
-
withExternalReference
public RoofSurfaceType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReferencein classAbstractBoundarySurfaceType
-
withGeneralizesTo
public RoofSurfaceType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesToin classAbstractBoundarySurfaceType
-
withGeneralizesTo
public RoofSurfaceType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesToin classAbstractBoundarySurfaceType
-
withRelativeToTerrain
public RoofSurfaceType withRelativeToTerrain(RelativeToTerrainType value)
- Overrides:
withRelativeToTerrainin classAbstractBoundarySurfaceType
-
withRelativeToWater
public RoofSurfaceType withRelativeToWater(RelativeToWaterType value)
- Overrides:
withRelativeToWaterin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfCityObject
public RoofSurfaceType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfCityObject
public RoofSurfaceType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractBoundarySurfaceType
-
withExternalReference
public RoofSurfaceType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReferencein classAbstractBoundarySurfaceType
-
withGeneralizesTo
public RoofSurfaceType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesToin classAbstractBoundarySurfaceType
-
withGenericApplicationPropertyOfCityObject
public RoofSurfaceType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractBoundarySurfaceType
-
-