com.ibm.tivoli.maximo.interaction.wsdl

Class OperationInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.interaction.wsdl.OperationInfo


  • public class OperationInfo
    extends java.lang.Object
    WSDL operation details.
    • Constructor Detail

      • OperationInfo

        public OperationInfo()
    • Method Detail

      • getInputElement

        public javax.xml.namespace.QName getInputElement()
        Returns:
        the inputElement
      • getMep

        public java.lang.String getMep()
        Returns:
        the mep
      • getName

        public java.lang.String getName()
        Returns:
        the name
      • getOutputElement

        public javax.xml.namespace.QName getOutputElement()
        Returns:
        the outputElement
      • getSoapAction

        public java.lang.String getSoapAction()
        Returns:
        the soapAction
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getInputSample

        public org.jdom.Document getInputSample()
        Returns:
        the inputSample
      • getOutputSample

        public org.jdom.Document getOutputSample()
        Returns:
        the outputSample