Class AppearanceType

  • 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 AppearanceType
    extends AbstractFeatureType
    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
    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/2.0}SurfaceDataPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.opengis.net/citygml/appearance/2.0}_GenericApplicationPropertyOfAppearance" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AppearanceType

        public AppearanceType()
        Default no-arg constructor
    • 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 Jakarta XML Binding 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 Jakarta XML Binding 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()
      • append

        public StringBuilder append​(org.jvnet.jaxb.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb.lang.ToStringStrategy strategy)
        Specified by:
        append in interface org.jvnet.jaxb.lang.ToString
        Overrides:
        append in class AbstractFeatureType
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb.lang.ToStringStrategy strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb.lang.ToString
        Overrides:
        appendFields in class AbstractFeatureType
      • 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:
        equals in interface org.jvnet.jaxb.lang.Equals
        Overrides:
        equals in class AbstractFeatureType
      • hashCode

        public int hashCode​(org.jvnet.jaxb.locator.ObjectLocator locator,
                            org.jvnet.jaxb.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb.lang.HashCode
        Overrides:
        hashCode in class AbstractFeatureType
      • copyTo

        public Object copyTo​(org.jvnet.jaxb.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb.lang.CopyStrategy strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb.lang.CopyTo
        Overrides:
        copyTo in class AbstractFeatureType
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
        Specified by:
        createNewInstance in interface org.jvnet.jaxb.lang.MergeFrom
      • 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:
        mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
        Overrides:
        mergeFrom in class AbstractFeatureType
      • setGenericApplicationPropertyOfAppearance

        public void setGenericApplicationPropertyOfAppearance​(List<Object> value)
      • withGenericApplicationPropertyOfAppearance

        public AppearanceType withGenericApplicationPropertyOfAppearance​(Object... values)
      • withGenericApplicationPropertyOfAppearance

        public AppearanceType withGenericApplicationPropertyOfAppearance​(List<Object> value)