Interface DSAI


  • public interface DSAI

    Interface for tDSAI complex type.

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

     <complexType name="tDSAI">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DSAI-Tag" type="{}tDSAI-Tag"/>
             <element name="DSAI-Value" type="{}tDSAI-Value"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    Author:
    OpenCloud
    • Method Detail

      • getDSAITag

        String getDSAITag()
        Gets the value of the dsaiTag property.
        Returns:
        possible object is String
      • setDSAITag

        void setDSAITag​(String value)
        Sets the value of the dsaiTag property.
        Parameters:
        value - allowed object is String
      • getDSAIValue

        DSAIValue getDSAIValue()
        Gets the value of the dsaiValue property.
        Returns:
        possible object is DSAIValue
      • setDSAIValue

        void setDSAIValue​(DSAIValue value)
        Sets the value of the dsaiValue property.
        Parameters:
        value - allowed object is DSAIValue