Class AbstractSurfaceDataType

  • 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
    Direct Known Subclasses:
    AbstractTextureType, X3DMaterialType

    public abstract class AbstractSurfaceDataType
    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
    Base class for textures and material. Contains only isFront-flag.

    Java class for AbstractSurfaceDataType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AbstractSurfaceDataType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}AbstractFeatureType">
           <sequence>
             <element name="isFront" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element ref="{http://www.opengis.net/citygml/appearance/2.0}_GenericApplicationPropertyOfSurfaceData" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • isFront

        protected Boolean isFront
      • genericApplicationPropertyOfSurfaceData

        protected List<Object> genericApplicationPropertyOfSurfaceData
    • Constructor Detail

      • AbstractSurfaceDataType

        public AbstractSurfaceDataType()
        Default no-arg constructor
      • AbstractSurfaceDataType

        public AbstractSurfaceDataType​(Boolean isFront,
                                       List<Object> genericApplicationPropertyOfSurfaceData)
        Fully-initialising value constructor
    • Method Detail

      • isIsFront

        public Boolean isIsFront()
        Gets the value of the isFront property.
        Returns:
        possible object is Boolean
      • setIsFront

        public void setIsFront​(Boolean value)
        Sets the value of the isFront property.
        Parameters:
        value - allowed object is Boolean
      • isSetIsFront

        public boolean isSetIsFront()
      • getGenericApplicationPropertyOfSurfaceData

        public List<Object> getGenericApplicationPropertyOfSurfaceData()
        Gets the value of the genericApplicationPropertyOfSurfaceData 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 genericApplicationPropertyOfSurfaceData property.

        For example, to add a new item, do as follows:

            getGenericApplicationPropertyOfSurfaceData().add(newItem);
         

        Objects of the following type(s) are allowed in the list Object

      • isSetGenericApplicationPropertyOfSurfaceData

        public boolean isSetGenericApplicationPropertyOfSurfaceData()
      • unsetGenericApplicationPropertyOfSurfaceData

        public void unsetGenericApplicationPropertyOfSurfaceData()
      • 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
      • 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
      • setGenericApplicationPropertyOfSurfaceData

        public void setGenericApplicationPropertyOfSurfaceData​(List<Object> value)