Class DoubleAttributeType

  • 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 DoubleAttributeType
    extends AbstractGenericAttributeType
    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

    Java class for DoubleAttributeType complex type.

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

     <complexType name="DoubleAttributeType">
       <complexContent>
         <extension base="{http://www.opengis.net/citygml/generics/2.0}AbstractGenericAttributeType">
           <sequence>
             <element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • value

        protected double value
    • Constructor Detail

      • DoubleAttributeType

        public DoubleAttributeType()
        Default no-arg constructor
      • DoubleAttributeType

        public DoubleAttributeType​(String name,
                                   double value)
        Fully-initialising value constructor