Class CIOnlineResourceType

  • 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 CIOnlineResourceType
    extends AbstractObjectType
    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
    Information about online sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.

    Java class for CI_OnlineResource_Type complex type.

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

     <complexType name="CI_OnlineResource_Type">
       <complexContent>
         <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type">
           <sequence>
             <element name="linkage" type="{http://www.isotc211.org/2005/gmd}URL_PropertyType"/>
             <element name="protocol" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
             <element name="applicationProfile" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
             <element name="name" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
             <element name="description" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
             <element name="function" type="{http://www.isotc211.org/2005/gmd}CI_OnLineFunctionCode_PropertyType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>