|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.v_3_1_1.AbstractGMLType
net.opengis.gml.v_3_1_1.AbstractFeatureType
net.opengis.citygml.appearance.v_1_0.AppearanceType
public class AppearanceType
Named container for all surface data (texture/material). All appearances of the same name ("theme") within a CityGML file are considered a group.
Java class for AppearanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppearanceType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractFeatureType">
<sequence>
<element name="theme" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="surfaceDataMember" type="{http://www.opengis.net/citygml/appearance/1.0}SurfaceDataPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/appearance/1.0}_GenericApplicationPropertyOfAppearance" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
genericApplicationPropertyOfAppearance
|
protected List<SurfaceDataPropertyType> |
surfaceDataMember
|
protected String |
theme
|
| 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 | |
|---|---|
AppearanceType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
|
List<Object> |
getGenericApplicationPropertyOfAppearance()
Gets the value of the genericApplicationPropertyOfAppearance property. |
List<SurfaceDataPropertyType> |
getSurfaceDataMember()
Gets the value of the surfaceDataMember property. |
String |
getTheme()
Gets the value of the theme property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetGenericApplicationPropertyOfAppearance()
|
boolean |
isSetSurfaceDataMember()
|
boolean |
isSetTheme()
|
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)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setGenericApplicationPropertyOfAppearance(List<Object> value)
|
void |
setSurfaceDataMember(List<SurfaceDataPropertyType> value)
|
void |
setTheme(String value)
Sets the value of the theme property. |
String |
toString()
|
void |
unsetGenericApplicationPropertyOfAppearance()
|
void |
unsetSurfaceDataMember()
|
AppearanceType |
withGenericApplicationPropertyOfAppearance(Collection<Object> values)
|
AppearanceType |
withGenericApplicationPropertyOfAppearance(List<Object> value)
|
AppearanceType |
withGenericApplicationPropertyOfAppearance(Object... values)
|
AppearanceType |
withSurfaceDataMember(Collection<SurfaceDataPropertyType> values)
|
AppearanceType |
withSurfaceDataMember(List<SurfaceDataPropertyType> value)
|
AppearanceType |
withSurfaceDataMember(SurfaceDataPropertyType... values)
|
AppearanceType |
withTheme(String value)
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String theme
protected List<SurfaceDataPropertyType> surfaceDataMember
protected List<Object> genericApplicationPropertyOfAppearance
| Constructor Detail |
|---|
public AppearanceType()
| Method Detail |
|---|
public String getTheme()
Stringpublic void setTheme(String value)
value - allowed object is
Stringpublic boolean isSetTheme()
public List<SurfaceDataPropertyType> getSurfaceDataMember()
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 surfaceDataMember property.
For example, to add a new item, do as follows:
getSurfaceDataMember().add(newItem);
Objects of the following type(s) are allowed in the list
SurfaceDataPropertyType
public boolean isSetSurfaceDataMember()
public void unsetSurfaceDataMember()
public List<Object> getGenericApplicationPropertyOfAppearance()
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 genericApplicationPropertyOfAppearance property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfAppearance().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfAppearance()
public void unsetGenericApplicationPropertyOfAppearance()
public String toString()
toString in class AbstractFeatureType
public 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 AbstractFeatureType
public 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 AbstractFeatureType
public 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 AbstractFeatureTypepublic boolean equals(Object object)
equals in class AbstractFeatureType
public 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 AbstractFeatureTypepublic int hashCode()
hashCode in class AbstractFeatureTypepublic Object clone()
clone in class AbstractFeatureTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureType
public 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 AbstractFeatureTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureType
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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureTypepublic void setSurfaceDataMember(List<SurfaceDataPropertyType> value)
public void setGenericApplicationPropertyOfAppearance(List<Object> value)
public AppearanceType withTheme(String value)
public AppearanceType withSurfaceDataMember(SurfaceDataPropertyType... values)
public AppearanceType withSurfaceDataMember(Collection<SurfaceDataPropertyType> values)
public AppearanceType withGenericApplicationPropertyOfAppearance(Object... values)
public AppearanceType withGenericApplicationPropertyOfAppearance(Collection<Object> values)
public AppearanceType withSurfaceDataMember(List<SurfaceDataPropertyType> value)
public AppearanceType withGenericApplicationPropertyOfAppearance(List<Object> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||