|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oracle.xmlns.webservices.jaxws_databinding.XmlAction
public class XmlAction
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 |
|---|
protected List<XmlFaultAction> faultAction
protected String input
protected String output
| Constructor Detail |
|---|
public XmlAction()
| Method Detail |
|---|
public List<XmlFaultAction> getFaultAction()
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
public String getInput()
Stringpublic void setInput(String value)
value - allowed object is
Stringpublic String getOutput()
Stringpublic void setOutput(String value)
value - allowed object is
Stringpublic String input()
public String output()
public FaultAction[] fault()
public Class<? extends Annotation> annotationType()
annotationType in interface Annotation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||