Class MultiplicityRangeType

  • 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 MultiplicityRangeType
    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 component of a multiplicity, consisting of an non-negative lower bound, and a potentially infinite upper bound.

    Java class for MultiplicityRange_Type complex type.

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

     <complexType name="MultiplicityRange_Type">
       <complexContent>
         <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type">
           <sequence>
             <element name="lower" type="{http://www.isotc211.org/2005/gco}Integer_PropertyType"/>
             <element name="upper" type="{http://www.isotc211.org/2005/gco}UnlimitedInteger_PropertyType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>