org.s_ramp.xmlns._2010.s_ramp
Class ServiceContract

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.PolicySubject
              extended by org.s_ramp.xmlns._2010.s_ramp.ServiceContract
All Implemented Interfaces:
Serializable

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://s-ramp.org/xmlns/2010/s-ramp}PolicySubject">
       <sequence>
         <element name="involvesParty" type="{http://s-ramp.org/xmlns/2010/s-ramp}actorTarget" maxOccurs="unbounded" minOccurs="0"/>
         <element name="specifies" type="{http://s-ramp.org/xmlns/2010/s-ramp}effectTarget" maxOccurs="unbounded"/>
       </sequence>
       <anyAttribute/>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<ActorTarget> involvesParty
           
protected  List<EffectTarget> specifies
           
 
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
ServiceContract()
           
 
Method Summary
 List<ActorTarget> getInvolvesParty()
          Gets the value of the involvesParty property.
 List<EffectTarget> getSpecifies()
          Gets the value of the specifies 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

involvesParty

protected List<ActorTarget> involvesParty

specifies

protected List<EffectTarget> specifies
Constructor Detail

ServiceContract

public ServiceContract()
Method Detail

getInvolvesParty

public List<ActorTarget> getInvolvesParty()
Gets the value of the involvesParty 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 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


getSpecifies

public List<EffectTarget> getSpecifies()
Gets the value of the specifies 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 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-2012 JBoss, a division of Red Hat. All Rights Reserved.