Class UriAttributeType

  • 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 UriAttributeType
    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 UriAttributeType complex type.

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

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