|
||||||||||
| 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
org.s_ramp.xmlns._2010.s_ramp.Actor
org.s_ramp.xmlns._2010.s_ramp.Organization
public class Organization
Java class for Organization complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization">
<complexContent>
<extension base="{http://s-ramp.org/xmlns/2010/s-ramp}Actor">
<sequence>
<element name="provides" type="{http://s-ramp.org/xmlns/2010/s-ramp}serviceImplementationModelTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="extension" type="{http://s-ramp.org/xmlns/2010/s-ramp}ExtensionType" minOccurs="0"/>
<element name="end" type="{http://www.w3.org/2001/XMLSchema}string"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected String |
end
|
protected ExtensionType |
extension
|
protected List<ServiceImplementationModelTarget> |
provides
|
| Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.Actor |
|---|
does, 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 | |
|---|---|
Organization()
|
|
| Method Summary | |
|---|---|
List<Object> |
getAny()
Gets the value of the any property. |
String |
getEnd()
Gets the value of the end property. |
ExtensionType |
getExtension()
Gets the value of the extension property. |
List<ServiceImplementationModelTarget> |
getProvides()
Gets the value of the provides property. |
void |
setEnd(String value)
Sets the value of the end property. |
void |
setExtension(ExtensionType value)
Sets the value of the extension property. |
| Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.Actor |
|---|
getDoes, getSetsPolicy |
| 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 |
|---|
protected List<ServiceImplementationModelTarget> provides
protected ExtensionType extension
protected String end
protected List<Object> any
| Constructor Detail |
|---|
public Organization()
| Method Detail |
|---|
public List<ServiceImplementationModelTarget> getProvides()
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 provides property.
For example, to add a new item, do as follows:
getProvides().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceImplementationModelTarget
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic String getEnd()
Stringpublic void setEnd(String value)
value - allowed object is
Stringpublic List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||