net.opengis.citygml.appearance.v_1_0
Class AppearanceType

java.lang.Object
  extended by net.opengis.gml.v_3_1_1.AbstractGMLType
      extended by net.opengis.gml.v_3_1_1.AbstractFeatureType
          extended by net.opengis.citygml.appearance.v_1_0.AppearanceType
All Implemented Interfaces:
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

public class AppearanceType
extends AbstractFeatureType
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

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

theme

protected String theme

surfaceDataMember

protected List<SurfaceDataPropertyType> surfaceDataMember

genericApplicationPropertyOfAppearance

protected List<Object> genericApplicationPropertyOfAppearance
Constructor Detail

AppearanceType

public AppearanceType()
Method Detail

getTheme

public String getTheme()
Gets the value of the theme property.

Returns:
possible object is String

setTheme

public void setTheme(String value)
Sets the value of the theme property.

Parameters:
value - allowed object is String

isSetTheme

public boolean isSetTheme()

getSurfaceDataMember

public List<SurfaceDataPropertyType> getSurfaceDataMember()
Gets the value of the surfaceDataMember 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 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


isSetSurfaceDataMember

public boolean isSetSurfaceDataMember()

unsetSurfaceDataMember

public void unsetSurfaceDataMember()

getGenericApplicationPropertyOfAppearance

public List<Object> getGenericApplicationPropertyOfAppearance()
Gets the value of the genericApplicationPropertyOfAppearance 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 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


isSetGenericApplicationPropertyOfAppearance

public boolean isSetGenericApplicationPropertyOfAppearance()

unsetGenericApplicationPropertyOfAppearance

public void unsetGenericApplicationPropertyOfAppearance()

toString

public String toString()
Overrides:
toString in class AbstractFeatureType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class AbstractFeatureType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class AbstractFeatureType

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.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class AbstractFeatureType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractFeatureType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class AbstractFeatureType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractFeatureType

clone

public Object clone()
Overrides:
clone in class AbstractFeatureType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractFeatureType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractFeatureType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractFeatureType

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.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractFeatureType

setSurfaceDataMember

public void setSurfaceDataMember(List<SurfaceDataPropertyType> value)

setGenericApplicationPropertyOfAppearance

public void setGenericApplicationPropertyOfAppearance(List<Object> value)

withTheme

public AppearanceType withTheme(String value)

withSurfaceDataMember

public AppearanceType withSurfaceDataMember(SurfaceDataPropertyType... values)

withSurfaceDataMember

public AppearanceType withSurfaceDataMember(Collection<SurfaceDataPropertyType> values)

withGenericApplicationPropertyOfAppearance

public AppearanceType withGenericApplicationPropertyOfAppearance(Object... values)

withGenericApplicationPropertyOfAppearance

public AppearanceType withGenericApplicationPropertyOfAppearance(Collection<Object> values)

withSurfaceDataMember

public AppearanceType withSurfaceDataMember(List<SurfaceDataPropertyType> value)

withGenericApplicationPropertyOfAppearance

public AppearanceType withGenericApplicationPropertyOfAppearance(List<Object> value)


Copyright © 2008-2015. All Rights Reserved.