Class WindowType
- 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.building.v_2_0.AbstractOpeningType
-
- net.opengis.citygml.building.v_2_0.WindowType
-
- 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 WindowType extends AbstractOpeningType 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
Type for windows in boundary surfaces. Used in LOD3 and LOD4 only . As subclass of _CityObject, a window inherits all attributes and relations, in particular an id, names, external references, and generalization relations.Java class for WindowType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WindowType"> <complexContent> <extension base="{http://www.opengis.net/citygml/building/2.0}AbstractOpeningType"> <sequence> <element ref="{http://www.opengis.net/citygml/building/2.0}_GenericApplicationPropertyOfWindow" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>genericApplicationPropertyOfWindow-
Fields inherited from class net.opengis.citygml.building.v_2_0.AbstractOpeningType
genericApplicationPropertyOfOpening, lod3ImplicitRepresentation, lod3MultiSurface, lod4ImplicitRepresentation, lod4MultiSurface
-
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 WindowType()Default no-arg constructorWindowType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, MultiSurfacePropertyType lod3MultiSurface, MultiSurfacePropertyType lod4MultiSurface, ImplicitRepresentationPropertyType lod3ImplicitRepresentation, ImplicitRepresentationPropertyType lod4ImplicitRepresentation, List<Object> genericApplicationPropertyOfOpening, List<Object> genericApplicationPropertyOfWindow)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.citygml.building.v_2_0.AbstractOpeningType
getGenericApplicationPropertyOfOpening, getLod3ImplicitRepresentation, getLod3MultiSurface, getLod4ImplicitRepresentation, getLod4MultiSurface, isSetGenericApplicationPropertyOfOpening, isSetLod3ImplicitRepresentation, isSetLod3MultiSurface, isSetLod4ImplicitRepresentation, isSetLod4MultiSurface, setGenericApplicationPropertyOfOpening, setLod3ImplicitRepresentation, setLod3MultiSurface, setLod4ImplicitRepresentation, setLod4MultiSurface, unsetGenericApplicationPropertyOfOpening
-
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
-
WindowType
public WindowType()
Default no-arg constructor
-
WindowType
public WindowType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, MultiSurfacePropertyType lod3MultiSurface, MultiSurfacePropertyType lod4MultiSurface, ImplicitRepresentationPropertyType lod3ImplicitRepresentation, ImplicitRepresentationPropertyType lod4ImplicitRepresentation, List<Object> genericApplicationPropertyOfOpening, List<Object> genericApplicationPropertyOfWindow)
Fully-initialising value constructor
-
-
Method Detail
-
getGenericApplicationPropertyOfWindow
public List<Object> getGenericApplicationPropertyOfWindow()
Gets the value of the genericApplicationPropertyOfWindow 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 genericApplicationPropertyOfWindow property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfWindow().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfWindow
public boolean isSetGenericApplicationPropertyOfWindow()
-
unsetGenericApplicationPropertyOfWindow
public void unsetGenericApplicationPropertyOfWindow()
-
toString
public String toString()
- Overrides:
toStringin classAbstractOpeningType
-
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 classAbstractOpeningType
-
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 classAbstractOpeningType
-
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 classAbstractOpeningType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractOpeningType
-
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 classAbstractOpeningType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractOpeningType
-
clone
public Object clone()
- Overrides:
clonein classAbstractOpeningType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractOpeningType
-
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 classAbstractOpeningType
-
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 classAbstractOpeningType
-
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 classAbstractOpeningType
-
setGenericApplicationPropertyOfWindow
public void setGenericApplicationPropertyOfWindow(List<Object> value)
-
withGenericApplicationPropertyOfWindow
public WindowType withGenericApplicationPropertyOfWindow(Object... values)
-
withGenericApplicationPropertyOfWindow
public WindowType withGenericApplicationPropertyOfWindow(Collection<Object> values)
-
withGenericApplicationPropertyOfWindow
public WindowType withGenericApplicationPropertyOfWindow(List<Object> value)
-
withLod3MultiSurface
public WindowType withLod3MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod3MultiSurfacein classAbstractOpeningType
-
withLod4MultiSurface
public WindowType withLod4MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod4MultiSurfacein classAbstractOpeningType
-
withLod3ImplicitRepresentation
public WindowType withLod3ImplicitRepresentation(ImplicitRepresentationPropertyType value)
- Overrides:
withLod3ImplicitRepresentationin classAbstractOpeningType
-
withLod4ImplicitRepresentation
public WindowType withLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
- Overrides:
withLod4ImplicitRepresentationin classAbstractOpeningType
-
withGenericApplicationPropertyOfOpening
public WindowType withGenericApplicationPropertyOfOpening(Object... values)
- Overrides:
withGenericApplicationPropertyOfOpeningin classAbstractOpeningType
-
withGenericApplicationPropertyOfOpening
public WindowType withGenericApplicationPropertyOfOpening(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfOpeningin classAbstractOpeningType
-
withGenericApplicationPropertyOfOpening
public WindowType withGenericApplicationPropertyOfOpening(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfOpeningin classAbstractOpeningType
-
withCreationDate
public WindowType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDatein classAbstractOpeningType
-
withTerminationDate
public WindowType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDatein classAbstractOpeningType
-
withExternalReference
public WindowType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReferencein classAbstractOpeningType
-
withExternalReference
public WindowType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReferencein classAbstractOpeningType
-
withGeneralizesTo
public WindowType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesToin classAbstractOpeningType
-
withGeneralizesTo
public WindowType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesToin classAbstractOpeningType
-
withRelativeToTerrain
public WindowType withRelativeToTerrain(RelativeToTerrainType value)
- Overrides:
withRelativeToTerrainin classAbstractOpeningType
-
withRelativeToWater
public WindowType withRelativeToWater(RelativeToWaterType value)
- Overrides:
withRelativeToWaterin classAbstractOpeningType
-
withGenericApplicationPropertyOfCityObject
public WindowType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractOpeningType
-
withGenericApplicationPropertyOfCityObject
public WindowType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractOpeningType
-
withExternalReference
public WindowType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReferencein classAbstractOpeningType
-
withGeneralizesTo
public WindowType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesToin classAbstractOpeningType
-
withGenericApplicationPropertyOfCityObject
public WindowType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractOpeningType
-
-