|
||||||||||
| 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}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>
| 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 |
|---|
protected DerivedArtifactType interfaceDefinedBy
protected ServiceOperationTarget hasOperation
protected List<InformationTypeTarget> hasOutput
protected List<InformationTypeTarget> hasInput
protected List<ServiceTarget> isInterfaceOf
| Constructor Detail |
|---|
public ServiceInterface()
| Method Detail |
|---|
public DerivedArtifactType getInterfaceDefinedBy()
DerivedArtifactTypepublic void setInterfaceDefinedBy(DerivedArtifactType value)
value - allowed object is
DerivedArtifactTypepublic ServiceOperationTarget getHasOperation()
ServiceOperationTargetpublic void setHasOperation(ServiceOperationTarget value)
value - allowed object is
ServiceOperationTargetpublic List<InformationTypeTarget> 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
InformationTypeTarget
public List<InformationTypeTarget> 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
InformationTypeTarget
public List<ServiceTarget> 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
ServiceTarget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||