|
||||||||||
| 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.SoaModelType
org.s_ramp.xmlns._2010.s_ramp.ServiceInterface
public class ServiceInterface
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>
| 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 |
|---|
protected DerivedArtifactType interfaceDefinedBy
protected Target hasOperation
protected List<Target> hasOutput
protected List<Target> hasInput
protected List<Target> isInterfaceOf
| Constructor Detail |
|---|
public ServiceInterface()
| Method Detail |
|---|
public DerivedArtifactType getInterfaceDefinedBy()
DerivedArtifactTypepublic void setInterfaceDefinedBy(DerivedArtifactType value)
value - allowed object is
DerivedArtifactTypepublic Target getHasOperation()
Targetpublic void setHasOperation(Target value)
value - allowed object is
Targetpublic List<Target> getHasOutput()
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
public List<Target> getHasInput()
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
public List<Target> getIsInterfaceOf()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||