Class MLConcatenatedOperationType

  • 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 MLConcatenatedOperationType
    extends ConcatenatedOperationType
    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

    Java class for ML_ConcatenatedOperation_Type complex type.

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

     <complexType name="ML_ConcatenatedOperation_Type">
       <complexContent>
         <extension base="{http://www.opengis.net/gml/3.2}ConcatenatedOperationType">
           <sequence>
             <element name="alternativeExpression" type="{http://www.isotc211.org/2005/gmx}OperationAlt_PropertyType" maxOccurs="unbounded"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>