|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.s_ramp.xmlns._2010.s_ramp.BaseArtifactType
org.s_ramp.xmlns._2010.s_ramp.SoaModelType
org.s_ramp.xmlns._2010.s_ramp.PolicySubject
org.s_ramp.xmlns._2010.s_ramp.Element
public class Element
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://s-ramp.org/xmlns/2010/s-ramp}PolicySubject">
<sequence>
<element name="represents" type="{http://s-ramp.org/xmlns/2010/s-ramp}elementTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="uses" type="{http://s-ramp.org/xmlns/2010/s-ramp}elementTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="performs" type="{http://s-ramp.org/xmlns/2010/s-ramp}serviceTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="directsOrchestration" type="{http://s-ramp.org/xmlns/2010/s-ramp}orchestrationTarget" minOccurs="0"/>
<element name="directsOrchestrationProcess" type="{http://s-ramp.org/xmlns/2010/s-ramp}orchestrationTarget" minOccurs="0"/>
<element name="generates" type="{http://s-ramp.org/xmlns/2010/s-ramp}eventTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="respondsTo" type="{http://s-ramp.org/xmlns/2010/s-ramp}eventTarget" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
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
|
| 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 | |
|---|---|
Element()
|
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
protected 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
| Constructor Detail |
|---|
public Element()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||