org.s_ramp.xmlns._2010.s_ramp
Class Actor

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.Element
                  extended by org.s_ramp.xmlns._2010.s_ramp.Actor
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Organization

public class Actor
extends Element
implements Serializable

Java class for Actor complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Actor">
   <complexContent>
     <extension base="{http://s-ramp.org/xmlns/2010/s-ramp}Element">
       <sequence>
         <element name="does" type="{http://s-ramp.org/xmlns/2010/s-ramp}taskTarget" maxOccurs="unbounded" minOccurs="0"/>
         <element name="setsPolicy" type="{http://s-ramp.org/xmlns/2010/s-ramp}policyTarget" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute/>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<TaskTarget> does
           
protected  List<PolicyTarget> setsPolicy
           
 
Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.Element
directsOrchestration, directsOrchestrationProcess, generates, performs, represents, respondsTo, uses
 
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
Actor()
           
 
Method Summary
 List<TaskTarget> getDoes()
          Gets the value of the does property.
 List<PolicyTarget> getSetsPolicy()
          Gets the value of the setsPolicy property.
 
Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.Element
getDirectsOrchestration, getDirectsOrchestrationProcess, getGenerates, getPerforms, getRepresents, getRespondsTo, getUses, setDirectsOrchestration, setDirectsOrchestrationProcess
 
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

does

protected List<TaskTarget> does

setsPolicy

protected List<PolicyTarget> setsPolicy
Constructor Detail

Actor

public Actor()
Method Detail

getDoes

public List<TaskTarget> getDoes()
Gets the value of the does 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 does property.

For example, to add a new item, do as follows:

    getDoes().add(newItem);
 

Objects of the following type(s) are allowed in the list TaskTarget


getSetsPolicy

public List<PolicyTarget> getSetsPolicy()
Gets the value of the setsPolicy 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 setsPolicy property.

For example, to add a new item, do as follows:

    getSetsPolicy().add(newItem);
 

Objects of the following type(s) are allowed in the list PolicyTarget



Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.