|
||||||||||
| 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}target" maxOccurs="unbounded" minOccurs="0"/>
<element name="uses" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" maxOccurs="unbounded" minOccurs="0"/>
<element name="performs" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" maxOccurs="unbounded" minOccurs="0"/>
<element name="directsOrchestration" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" minOccurs="0"/>
<element name="directsOrchestrationProcess" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" minOccurs="0"/>
<element name="generates" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" maxOccurs="unbounded" minOccurs="0"/>
<element name="respondsTo" type="{http://s-ramp.org/xmlns/2010/s-ramp}target" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Target |
directsOrchestration
|
protected Target |
directsOrchestrationProcess
|
protected List<Target> |
generates
|
protected List<Target> |
performs
|
protected List<Target> |
represents
|
protected List<Target> |
respondsTo
|
protected List<Target> |
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 |
|---|
classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version |
| Constructor Summary | |
|---|---|
Element()
|
|
| Method Summary | |
|---|---|
Target |
getDirectsOrchestration()
Gets the value of the directsOrchestration property. |
Target |
getDirectsOrchestrationProcess()
Gets the value of the directsOrchestrationProcess property. |
List<Target> |
getGenerates()
Gets the value of the generates property. |
List<Target> |
getPerforms()
Gets the value of the performs property. |
List<Target> |
getRepresents()
Gets the value of the represents property. |
List<Target> |
getRespondsTo()
Gets the value of the respondsTo property. |
List<Target> |
getUses()
Gets the value of the uses property. |
void |
setDirectsOrchestration(Target value)
Sets the value of the directsOrchestration property. |
void |
setDirectsOrchestrationProcess(Target 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 |
|---|
getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, 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<Target> represents
protected List<Target> uses
protected List<Target> performs
protected Target directsOrchestration
protected Target directsOrchestrationProcess
protected List<Target> generates
protected List<Target> respondsTo
| Constructor Detail |
|---|
public Element()
| Method Detail |
|---|
public List<Target> 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
Target
public List<Target> 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
Target
public List<Target> 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
Target
public Target getDirectsOrchestration()
Targetpublic void setDirectsOrchestration(Target value)
value - allowed object is
Targetpublic Target getDirectsOrchestrationProcess()
Targetpublic void setDirectsOrchestrationProcess(Target value)
value - allowed object is
Targetpublic List<Target> 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
Target
public List<Target> 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
Target
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||