|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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.BindingOperation
public class BindingOperation
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://s-ramp.org/xmlns/2010/s-ramp}NamedWsdlDerivedArtifactType">
<sequence>
<element name="fault" type="{http://s-ramp.org/xmlns/2010/s-ramp}bindingOperationFaultTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="input" type="{http://s-ramp.org/xmlns/2010/s-ramp}bindingOperationInputTarget" minOccurs="0"/>
<element name="output" type="{http://s-ramp.org/xmlns/2010/s-ramp}bindingOperationOutputTarget" minOccurs="0"/>
<element name="operation" type="{http://s-ramp.org/xmlns/2010/s-ramp}operationTarget"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<BindingOperationFaultTarget> |
fault
|
protected BindingOperationInputTarget |
input
|
protected OperationTarget |
operation
|
protected BindingOperationOutputTarget |
output
|
| Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.NamedWsdlDerivedArtifactType |
|---|
ncName |
| Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.WsdlDerivedArtifactType |
|---|
extension, namespace |
| Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.DerivedArtifactType |
|---|
relatedDocument |
| Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType |
|---|
artifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version |
| Constructor Summary | |
|---|---|
BindingOperation()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.NamedWsdlDerivedArtifactType |
|---|
getNCName, setNCName |
| Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.WsdlDerivedArtifactType |
|---|
getExtension, getNamespace, setNamespace |
| Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.DerivedArtifactType |
|---|
getRelatedDocument, setRelatedDocument |
| 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 |
| Field Detail |
|---|
protected List<BindingOperationFaultTarget> fault
protected BindingOperationInputTarget input
protected BindingOperationOutputTarget output
protected OperationTarget operation
| Constructor Detail |
|---|
public BindingOperation()
| Method Detail |
|---|
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
OperationTarget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||