net.opengis.citygml.building.v_1_0
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_1_0.AbstractCityObjectType
net.opengis.citygml.building.v_1_0.AbstractOpeningType
net.opengis.citygml.building.v_1_0.WindowType
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
public class WindowType
- extends AbstractOpeningType
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Type for windows in walls. 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/1.0}AbstractOpeningType">
<sequence>
<element ref="{http://www.opengis.net/citygml/building/1.0}_GenericApplicationPropertyOfWindow" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
List<Object> |
getGenericApplicationPropertyOfWindow()
Gets the value of the genericApplicationPropertyOfWindow property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetGenericApplicationPropertyOfWindow()
|
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.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setGenericApplicationPropertyOfWindow(List<Object> value)
|
String |
toString()
|
void |
unsetGenericApplicationPropertyOfWindow()
|
WindowType |
withCreationDate(XMLGregorianCalendar value)
|
WindowType |
withExternalReference(Collection<ExternalReferenceType> values)
|
WindowType |
withExternalReference(ExternalReferenceType... values)
|
WindowType |
withExternalReference(List<ExternalReferenceType> value)
|
WindowType |
withGeneralizesTo(Collection<GeneralizationRelationType> values)
|
WindowType |
withGeneralizesTo(GeneralizationRelationType... values)
|
WindowType |
withGeneralizesTo(List<GeneralizationRelationType> value)
|
WindowType |
withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
|
WindowType |
withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
|
WindowType |
withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
|
WindowType |
withGenericApplicationPropertyOfOpening(Collection<Object> values)
|
WindowType |
withGenericApplicationPropertyOfOpening(List<Object> value)
|
WindowType |
withGenericApplicationPropertyOfOpening(Object... values)
|
WindowType |
withGenericApplicationPropertyOfWindow(Collection<Object> values)
|
WindowType |
withGenericApplicationPropertyOfWindow(List<Object> value)
|
WindowType |
withGenericApplicationPropertyOfWindow(Object... values)
|
WindowType |
withLod3MultiSurface(MultiSurfacePropertyType value)
|
WindowType |
withLod4MultiSurface(MultiSurfacePropertyType value)
|
WindowType |
withTerminationDate(XMLGregorianCalendar value)
|
| Methods inherited from class net.opengis.citygml.v_1_0.AbstractCityObjectType |
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, 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 |
genericApplicationPropertyOfWindow
protected List<Object> genericApplicationPropertyOfWindow
WindowType
public WindowType()
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 JAXB object.
This is why there is not a set method 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:
toString in class AbstractOpeningType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
append in class AbstractOpeningType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
appendFields in class AbstractOpeningType
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals- Overrides:
equals in class AbstractOpeningType
equals
public boolean equals(Object object)
- Overrides:
equals in class AbstractOpeningType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCode in class AbstractOpeningType
hashCode
public int hashCode()
- Overrides:
hashCode in class AbstractOpeningType
clone
public Object clone()
- Overrides:
clone in class AbstractOpeningType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class AbstractOpeningType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class AbstractOpeningType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class AbstractOpeningType
mergeFrom
public 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.MergeStrategy strategy)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class AbstractOpeningType
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:
withLod3MultiSurface in class AbstractOpeningType
withLod4MultiSurface
public WindowType withLod4MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod4MultiSurface in class AbstractOpeningType
withGenericApplicationPropertyOfOpening
public WindowType withGenericApplicationPropertyOfOpening(Object... values)
- Overrides:
withGenericApplicationPropertyOfOpening in class AbstractOpeningType
withGenericApplicationPropertyOfOpening
public WindowType withGenericApplicationPropertyOfOpening(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfOpening in class AbstractOpeningType
withGenericApplicationPropertyOfOpening
public WindowType withGenericApplicationPropertyOfOpening(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfOpening in class AbstractOpeningType
withCreationDate
public WindowType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDate in class AbstractOpeningType
withTerminationDate
public WindowType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDate in class AbstractOpeningType
withExternalReference
public WindowType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReference in class AbstractOpeningType
withExternalReference
public WindowType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReference in class AbstractOpeningType
withGeneralizesTo
public WindowType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesTo in class AbstractOpeningType
withGeneralizesTo
public WindowType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesTo in class AbstractOpeningType
withGenericApplicationPropertyOfCityObject
public WindowType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractOpeningType
withGenericApplicationPropertyOfCityObject
public WindowType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractOpeningType
withExternalReference
public WindowType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReference in class AbstractOpeningType
withGeneralizesTo
public WindowType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesTo in class AbstractOpeningType
withGenericApplicationPropertyOfCityObject
public WindowType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractOpeningType
Copyright © 2008-2015. All Rights Reserved.