public class BindingOperation extends NamedWsdlDerivedArtifactType implements Serializable
Java class for BindingOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BindingOperation">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}NamedWsdlDerivedArtifactType">
<sequence>
<element name="fault" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}bindingOperationFaultTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="input" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}bindingOperationInputTarget" minOccurs="0"/>
<element name="output" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}bindingOperationOutputTarget" minOccurs="0"/>
<element name="operation" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}operationTarget"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<BindingOperationFaultTarget> |
fault |
protected BindingOperationInputTarget |
input |
protected OperationTarget |
operation |
protected BindingOperationOutputTarget |
output |
ncNameextension, namespacerelatedDocumentartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
BindingOperation() |
| Modifier and Type | Method and Description |
|---|---|
List<BindingOperationFaultTarget> |
getFault()
Gets the value of the fault property.
|
BindingOperationInputTarget |
getInput()
Gets the value of the input property.
|
OperationTarget |
getOperation()
Gets the value of the operation property.
|
BindingOperationOutputTarget |
getOutput()
Gets the value of the output property.
|
void |
setInput(BindingOperationInputTarget value)
Sets the value of the input property.
|
void |
setOperation(OperationTarget value)
Sets the value of the operation property.
|
void |
setOutput(BindingOperationOutputTarget 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 List<BindingOperationFaultTarget> fault
protected BindingOperationInputTarget input
protected BindingOperationOutputTarget output
protected OperationTarget operation
public List<BindingOperationFaultTarget> 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
BindingOperationFaultTarget
public BindingOperationInputTarget getInput()
BindingOperationInputTargetpublic void setInput(BindingOperationInputTarget value)
value - allowed object is
BindingOperationInputTargetpublic BindingOperationOutputTarget getOutput()
BindingOperationOutputTargetpublic void setOutput(BindingOperationOutputTarget value)
value - allowed object is
BindingOperationOutputTargetpublic OperationTarget getOperation()
OperationTargetpublic void setOperation(OperationTarget value)
value - allowed object is
OperationTargetCopyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.