Class MemberNameType

  • 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 MemberNameType
    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 MemberName is a LocalName that references either an attribute slot in a record or recordType or an attribute, operation, or association role in an object instance or type description in some form of schema. The stored value "aName" is the returned value for the "aName()" operation.

    Java class for MemberName_Type complex type.

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

     <complexType name="MemberName_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"/>
             <element name="attributeType" type="{http://www.isotc211.org/2005/gco}TypeName_PropertyType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>