Class TypeNameType

  • 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 TypeNameType
    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
    A TypeName is a LocalName that references either a recordType or object type in some form of schema. The stored value "aName" is the returned value for the "aName()" operation. This is the types name. - For parsing from types (or objects) the parsible name normally uses a "." navigation separator, so that it is of the form [class].[member].[memberOfMember]. ...)

    Java class for TypeName_Type complex type.

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

     <complexType name="TypeName_Type">
       <complexContent>
         <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type">
           <sequence>
             <element name="aName" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>