org.s_ramp.xmlns._2010.s_ramp
Class Operation
java.lang.Object
org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType
org.s_ramp.xmlns._2010.s_ramp.DerivedArtifactType
org.s_ramp.xmlns._2010.s_ramp.WsdlDerivedArtifactType
org.s_ramp.xmlns._2010.s_ramp.NamedWsdlDerivedArtifactType
org.s_ramp.xmlns._2010.s_ramp.Operation
- All Implemented Interfaces:
- Serializable
public class Operation
- extends NamedWsdlDerivedArtifactType
- implements Serializable
Java class for Operation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Operation">
<complexContent>
<extension base="{http://s-ramp.org/xmlns/2010/s-ramp}NamedWsdlDerivedArtifactType">
<sequence>
<element name="input" type="{http://s-ramp.org/xmlns/2010/s-ramp}operationInputTarget"/>
<element name="output" type="{http://s-ramp.org/xmlns/2010/s-ramp}operationOutputTarget"/>
<element name="fault" type="{http://s-ramp.org/xmlns/2010/s-ramp}faultTarget" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
| Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType |
artifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version |
| Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType |
getArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
input
protected OperationInputTarget input
output
protected OperationOutputTarget output
fault
protected List<FaultTarget> fault
Operation
public Operation()
getInput
public OperationInputTarget getInput()
- Gets the value of the input property.
- Returns:
- possible object is
OperationInputTarget
setInput
public void setInput(OperationInputTarget value)
- Sets the value of the input property.
- Parameters:
value - allowed object is
OperationInputTarget
getOutput
public OperationOutputTarget getOutput()
- Gets the value of the output property.
- Returns:
- possible object is
OperationOutputTarget
setOutput
public void setOutput(OperationOutputTarget value)
- Sets the value of the output property.
- Parameters:
value - allowed object is
OperationOutputTarget
getFault
public List<FaultTarget> getFault()
- Gets the value of the fault 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 fault property.
For example, to add a new item, do as follows:
getFault().add(newItem);
Objects of the following type(s) are allowed in the list
FaultTarget
Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.