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}serviceOperationTarget" minOccurs="0"/>
         <element name="hasOutput" type="{http://s-ramp.org/xmlns/2010/s-ramp}informationTypeTarget" maxOccurs="unbounded" minOccurs="0"/>
         <element name="hasInput" type="{http://s-ramp.org/xmlns/2010/s-ramp}informationTypeTarget" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInterfaceOf" type="{http://s-ramp.org/xmlns/2010/s-ramp}serviceTarget" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute/>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<InformationTypeTarget> hasInput
           
protected  ServiceOperationTarget hasOperation
           
protected  List<InformationTypeTarget> hasOutput
           
protected  DerivedArtifactType interfaceDefinedBy
           
protected  List<ServiceTarget> 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
artifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version
 
Constructor Summary
ServiceInterface()
           
 
Method Summary
 List<InformationTypeTarget> getHasInput()
          Gets the value of the hasInput property.
 ServiceOperationTarget getHasOperation()
          Gets the value of the hasOperation property.
 List<InformationTypeTarget> getHasOutput()
          Gets the value of the hasOutput property.
 DerivedArtifactType getInterfaceDefinedBy()
          Gets the value of the interfaceDefinedBy property.
 List<ServiceTarget> getIsInterfaceOf()
          Gets the value of the isInterfaceOf property.
 void setHasOperation(ServiceOperationTarget 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
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

interfaceDefinedBy

protected DerivedArtifactType interfaceDefinedBy

hasOperation

protected ServiceOperationTarget hasOperation

hasOutput

protected List<InformationTypeTarget> hasOutput

hasInput

protected List<InformationTypeTarget> hasInput

isInterfaceOf

protected List<ServiceTarget> 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 ServiceOperationTarget getHasOperation()
Gets the value of the hasOperation property.

Returns:
possible object is ServiceOperationTarget

setHasOperation

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

Parameters:
value - allowed object is ServiceOperationTarget

getHasOutput

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


getHasInput

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


getIsInterfaceOf

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



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