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://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}SoaModelType">
<sequence>
<element name="interfaceDefinedBy" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}DerivedArtifactType" minOccurs="0"/>
<element name="hasOperation" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}serviceOperationTarget" minOccurs="0"/>
<element name="hasOutput" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}informationTypeTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="hasInput" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}informationTypeTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="isInterfaceOf" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}serviceTarget" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<InformationTypeTarget> |
hasInput |
protected ServiceOperationTarget |
hasOperation |
protected List<InformationTypeTarget> |
hasOutput |
protected DerivedArtifactType |
interfaceDefinedBy |
protected List<ServiceTarget> |
isInterfaceOf |
documentationartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
ServiceInterface() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getDocumentationgetArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersionprotected DerivedArtifactType interfaceDefinedBy
protected ServiceOperationTarget hasOperation
protected List<InformationTypeTarget> hasOutput
protected List<InformationTypeTarget> hasInput
protected List<ServiceTarget> isInterfaceOf
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
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.