Class MLCodeListDictionaryType

  • 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 MLCodeListDictionaryType
    extends CodeListDictionaryType
    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
    Constraint: codeEntry.type = ML_CodeListDefinition

    Java class for ML_CodeListDictionary_Type complex type.

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

     <complexType name="ML_CodeListDictionary_Type">
       <complexContent>
         <extension base="{http://www.isotc211.org/2005/gmx}CodeListDictionary_Type">
           <sequence>
             <element name="alternativeExpression" type="{http://www.isotc211.org/2005/gmx}ClAlternativeExpression_PropertyType" maxOccurs="unbounded"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>