com.oracle.xmlns.webservices.jaxws_databinding
Class XmlAction

java.lang.Object
  extended by com.oracle.xmlns.webservices.jaxws_databinding.XmlAction
All Implemented Interfaces:
Annotation, Action

public class XmlAction
extends Object
implements 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>
 


Field Summary
protected  List<XmlFaultAction> faultAction
           
protected  String input
           
protected  String output
           
 
Constructor Summary
XmlAction()
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 FaultAction[] fault()
           
 List<XmlFaultAction> getFaultAction()
          Gets the value of the faultAction property.
 String getInput()
          Gets the value of the input property.
 String getOutput()
          Gets the value of the output property.
 String input()
           
 String output()
           
 void setInput(String value)
          Sets the value of the input property.
 void setOutput(String value)
          Sets the value of the output property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Field Detail

faultAction

protected List<XmlFaultAction> faultAction

input

protected String input

output

protected String output
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 FaultAction[] fault()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.