Class XmlAction

  • All Implemented Interfaces:
    Annotation

    public class XmlAction
    extends Object
    implements jakarta.xml.ws.Action
    This file was generated by JAXB-RI v2.2.6 and afterwards modified to implement appropriate Annotation

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://xmlns.oracle.com/webservices/jaxws-databinding}fault-action" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="input" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="output" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • XmlAction

        public XmlAction()
    • Method Detail

      • getFaultAction

        public List<XmlFaultAction> getFaultAction()
        Gets the value of the faultAction property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the faultAction property.

        For example, to add a new item, do as follows:

            getFaultAction().add(newItem);
         

        Objects of the following type(s) are allowed in the list XmlFaultAction

      • getInput

        public String getInput()
        Gets the value of the input property.
        Returns:
        possible object is String
      • setInput

        public void setInput​(String value)
        Sets the value of the input property.
        Parameters:
        value - allowed object is String
      • getOutput

        public String getOutput()
        Gets the value of the output property.
        Returns:
        possible object is String
      • setOutput

        public void setOutput​(String value)
        Sets the value of the output property.
        Parameters:
        value - allowed object is String
      • input

        public String input()
      • output

        public String output()
      • fault

        public jakarta.xml.ws.FaultAction[] fault()