public class ServiceContract extends PolicySubject implements Serializable
Java class for ServiceContract complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceContract">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}PolicySubject">
<sequence>
<element name="involvesParty" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}actorTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="specifies" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}effectTarget" maxOccurs="unbounded"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ActorTarget> |
involvesParty |
protected List<EffectTarget> |
specifies |
documentationartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
ServiceContract() |
| Modifier and Type | Method and Description |
|---|---|
List<ActorTarget> |
getInvolvesParty()
Gets the value of the involvesParty property.
|
List<EffectTarget> |
getSpecifies()
Gets the value of the specifies property.
|
getDocumentationgetArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersionprotected List<ActorTarget> involvesParty
protected List<EffectTarget> specifies
public List<ActorTarget> getInvolvesParty()
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 involvesParty property.
For example, to add a new item, do as follows:
getInvolvesParty().add(newItem);
Objects of the following type(s) are allowed in the list
ActorTarget
public List<EffectTarget> getSpecifies()
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 specifies property.
For example, to add a new item, do as follows:
getSpecifies().add(newItem);
Objects of the following type(s) are allowed in the list
EffectTarget
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.