Class InputOutputParamSetCT


  • public class InputOutputParamSetCT
    extends Object
    Input and Output parameters set for parameter port

    Java class for InputOutputParamSet_CT complex type.

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

     <complexType name="InputOutputParamSet_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Inputs" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}SymbolAndSymbolRef_CT" minOccurs="0"/>
             <element name="Outputs" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}SymbolAndSymbolRef_CT" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>