public class Element extends PolicySubject implements Serializable
Java class for Element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Element">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}PolicySubject">
<sequence>
<element name="represents" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}elementTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="uses" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}elementTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="performs" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}serviceTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="directsOrchestration" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}orchestrationTarget" minOccurs="0"/>
<element name="directsOrchestrationProcess" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}orchestrationTarget" minOccurs="0"/>
<element name="generates" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}eventTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="respondsTo" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}eventTarget" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OrchestrationTarget |
directsOrchestration |
protected OrchestrationTarget |
directsOrchestrationProcess |
protected List<EventTarget> |
generates |
protected List<ServiceTarget> |
performs |
protected List<ElementTarget> |
represents |
protected List<EventTarget> |
respondsTo |
protected List<ElementTarget> |
uses |
documentationartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
OrchestrationTarget |
getDirectsOrchestration()
Gets the value of the directsOrchestration property.
|
OrchestrationTarget |
getDirectsOrchestrationProcess()
Gets the value of the directsOrchestrationProcess property.
|
List<EventTarget> |
getGenerates()
Gets the value of the generates property.
|
List<ServiceTarget> |
getPerforms()
Gets the value of the performs property.
|
List<ElementTarget> |
getRepresents()
Gets the value of the represents property.
|
List<EventTarget> |
getRespondsTo()
Gets the value of the respondsTo property.
|
List<ElementTarget> |
getUses()
Gets the value of the uses property.
|
void |
setDirectsOrchestration(OrchestrationTarget value)
Sets the value of the directsOrchestration property.
|
void |
setDirectsOrchestrationProcess(OrchestrationTarget value)
Sets the value of the directsOrchestrationProcess property.
|
getDocumentationgetArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersionprotected List<ElementTarget> represents
protected List<ElementTarget> uses
protected List<ServiceTarget> performs
protected OrchestrationTarget directsOrchestration
protected OrchestrationTarget directsOrchestrationProcess
protected List<EventTarget> generates
protected List<EventTarget> respondsTo
public List<ElementTarget> getRepresents()
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 represents property.
For example, to add a new item, do as follows:
getRepresents().add(newItem);
Objects of the following type(s) are allowed in the list
ElementTarget
public List<ElementTarget> getUses()
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 uses property.
For example, to add a new item, do as follows:
getUses().add(newItem);
Objects of the following type(s) are allowed in the list
ElementTarget
public List<ServiceTarget> getPerforms()
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 performs property.
For example, to add a new item, do as follows:
getPerforms().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceTarget
public OrchestrationTarget getDirectsOrchestration()
OrchestrationTargetpublic void setDirectsOrchestration(OrchestrationTarget value)
value - allowed object is
OrchestrationTargetpublic OrchestrationTarget getDirectsOrchestrationProcess()
OrchestrationTargetpublic void setDirectsOrchestrationProcess(OrchestrationTarget value)
value - allowed object is
OrchestrationTargetpublic List<EventTarget> getGenerates()
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 generates property.
For example, to add a new item, do as follows:
getGenerates().add(newItem);
Objects of the following type(s) are allowed in the list
EventTarget
public List<EventTarget> getRespondsTo()
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 respondsTo property.
For example, to add a new item, do as follows:
getRespondsTo().add(newItem);
Objects of the following type(s) are allowed in the list
EventTarget
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.