org.s_ramp.xmlns._2010.s_ramp
Class ServiceInterface

java.lang.Object
  extended by org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType
      extended by org.s_ramp.xmlns._2010.s_ramp.SoaModelType
          extended by org.s_ramp.xmlns._2010.s_ramp.ServiceInterface
All Implemented Interfaces:
Serializable

public class ServiceInterface
extends SoaModelType
implements Serializable

Java class for ServiceInterface complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServiceInterface">
   <complexContent>
     <extension base="{http://s-ramp.org/xmlns/2010/s-ramp}SoaModelType">
       <sequence>
         <element name="interfaceDefinedBy" type="{http://s-ramp.org/xmlns/2010/s-ramp}DerivedArtifactType" minOccurs="0"/>
         <element name="hasOperation" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" minOccurs="0"/>
         <element name="hasOutput" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" maxOccurs="unbounded" minOccurs="0"/>
         <element name="hasInput" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInterfaceOf" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute/>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Target> hasInput
           
protected  Target hasOperation
           
protected  List<Target> hasOutput
           
protected  DerivedArtifactType interfaceDefinedBy
           
protected  List<Target> isInterfaceOf
           
 
Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.SoaModelType
documentation
 
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
ServiceInterface()
           
 
Method Summary
 List<Target> getHasInput()
          Gets the value of the hasInput property.
 Target getHasOperation()
          Gets the value of the hasOperation property.
 List<Target> getHasOutput()
          Gets the value of the hasOutput property.
 DerivedArtifactType getInterfaceDefinedBy()
          Gets the value of the interfaceDefinedBy property.
 List<Target> getIsInterfaceOf()
          Gets the value of the isInterfaceOf property.
 void setHasOperation(Target value)
          Sets the value of the hasOperation property.
 void setInterfaceDefinedBy(DerivedArtifactType value)
          Sets the value of the interfaceDefinedBy property.
 
Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.SoaModelType
getDocumentation
 
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

interfaceDefinedBy

protected DerivedArtifactType interfaceDefinedBy

hasOperation

protected Target hasOperation

hasOutput

protected List<Target> hasOutput

hasInput

protected List<Target> hasInput

isInterfaceOf

protected List<Target> isInterfaceOf
Constructor Detail

ServiceInterface

public ServiceInterface()
Method Detail

getInterfaceDefinedBy

public DerivedArtifactType getInterfaceDefinedBy()
Gets the value of the interfaceDefinedBy property.

Returns:
possible object is DerivedArtifactType

setInterfaceDefinedBy

public void setInterfaceDefinedBy(DerivedArtifactType value)
Sets the value of the interfaceDefinedBy property.

Parameters:
value - allowed object is DerivedArtifactType

getHasOperation

public Target getHasOperation()
Gets the value of the hasOperation property.

Returns:
possible object is Target

setHasOperation

public void setHasOperation(Target value)
Sets the value of the hasOperation property.

Parameters:
value - allowed object is Target

getHasOutput

public List<Target> getHasOutput()
Gets the value of the hasOutput 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 hasOutput property.

For example, to add a new item, do as follows:

    getHasOutput().add(newItem);
 

Objects of the following type(s) are allowed in the list Target


getHasInput

public List<Target> getHasInput()
Gets the value of the hasInput 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 hasInput property.

For example, to add a new item, do as follows:

    getHasInput().add(newItem);
 

Objects of the following type(s) are allowed in the list Target


getIsInterfaceOf

public List<Target> getIsInterfaceOf()
Gets the value of the isInterfaceOf 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 isInterfaceOf property.

For example, to add a new item, do as follows:

    getIsInterfaceOf().add(newItem);
 

Objects of the following type(s) are allowed in the list Target



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