org.s_ramp.xmlns._2010.s_ramp
Class BindingOperation

java.lang.Object
  extended by org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType
      extended by org.s_ramp.xmlns._2010.s_ramp.DerivedArtifactType
          extended by org.s_ramp.xmlns._2010.s_ramp.WsdlDerivedArtifactType
              extended by org.s_ramp.xmlns._2010.s_ramp.NamedWsdlDerivedArtifactType
                  extended by org.s_ramp.xmlns._2010.s_ramp.BindingOperation
All Implemented Interfaces:
Serializable

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://s-ramp.org/xmlns/2010/s-ramp}NamedWsdlDerivedArtifactType">
       <sequence>
         <element name="fault" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" maxOccurs="unbounded" minOccurs="0"/>
         <element name="input" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" minOccurs="0"/>
         <element name="output" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" minOccurs="0"/>
         <element name="operation" type="{http://s-ramp.org/xmlns/2010/s-ramp}target"/>
       </sequence>
       <anyAttribute/>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Target> fault
           
protected  Target input
           
protected  Target operation
           
protected  Target 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
classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version
 
Constructor Summary
BindingOperation()
           
 
Method Summary
 List<Target> getFault()
          Gets the value of the fault property.
 Target getInput()
          Gets the value of the input property.
 Target getOperation()
          Gets the value of the operation property.
 Target getOutput()
          Gets the value of the output property.
 void setInput(Target value)
          Sets the value of the input property.
 void setOperation(Target value)
          Sets the value of the operation property.
 void setOutput(Target 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
getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, 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

fault

protected List<Target> fault

input

protected Target input

output

protected Target output

operation

protected Target operation
Constructor Detail

BindingOperation

public BindingOperation()
Method Detail

getFault

public List<Target> 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 Target


getInput

public Target getInput()
Gets the value of the input property.

Returns:
possible object is Target

setInput

public void setInput(Target value)
Sets the value of the input property.

Parameters:
value - allowed object is Target

getOutput

public Target getOutput()
Gets the value of the output property.

Returns:
possible object is Target

setOutput

public void setOutput(Target value)
Sets the value of the output property.

Parameters:
value - allowed object is Target

getOperation

public Target getOperation()
Gets the value of the operation property.

Returns:
possible object is Target

setOperation

public void setOperation(Target value)
Sets the value of the operation property.

Parameters:
value - allowed object is Target


Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.