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://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}NamedWsdlDerivedArtifactType">
<sequence>
<element name="input" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}operationInputTarget"/>
<element name="output" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}operationOutputTarget"/>
<element name="fault" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}faultTarget" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FaultTarget> |
fault |
protected OperationInputTarget |
input |
protected OperationOutputTarget |
output |
ncNameextension, namespacerelatedDocumentartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
List<FaultTarget> |
getFault()
Gets the value of the fault property.
|
OperationInputTarget |
getInput()
Gets the value of the input property.
|
OperationOutputTarget |
getOutput()
Gets the value of the output property.
|
void |
setInput(OperationInputTarget value)
Sets the value of the input property.
|
void |
setOutput(OperationOutputTarget value)
Sets the value of the output property.
|
getNCName, setNCNamegetExtension, getNamespace, setNamespacegetRelatedDocument, setRelatedDocumentgetArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersionprotected OperationInputTarget input
protected OperationOutputTarget output
protected List<FaultTarget> fault
public OperationInputTarget getInput()
OperationInputTargetpublic void setInput(OperationInputTarget value)
value - allowed object is
OperationInputTargetpublic OperationOutputTarget getOutput()
OperationOutputTargetpublic void setOutput(OperationOutputTarget value)
value - allowed object is
OperationOutputTargetpublic List<FaultTarget> getFault()
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-2014 JBoss, a division of Red Hat. All Rights Reserved.