|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.connection.api.to.EnvironmentFederation
public class EnvironmentFederation
Java class for EnvironmentFederation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnvironmentFederation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="possibleRoles" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="possibleRoles" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pattern" type="{http://service.api.connection.dragon.ow2.org/}fedPattern" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
EnvironmentFederation.PossibleRoles
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
name
|
protected FedPattern |
pattern
|
protected EnvironmentFederation.PossibleRoles |
possibleRoles
|
| Constructor Summary | |
|---|---|
EnvironmentFederation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the value of the name property. |
FedPattern |
getPattern()
Gets the value of the pattern property. |
EnvironmentFederation.PossibleRoles |
getPossibleRoles()
Gets the value of the possibleRoles property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPattern(FedPattern value)
Sets the value of the pattern property. |
void |
setPossibleRoles(EnvironmentFederation.PossibleRoles value)
Sets the value of the possibleRoles property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EnvironmentFederation.PossibleRoles possibleRoles
protected java.lang.String name
protected FedPattern pattern
| Constructor Detail |
|---|
public EnvironmentFederation()
| Method Detail |
|---|
public EnvironmentFederation.PossibleRoles getPossibleRoles()
EnvironmentFederation.PossibleRolespublic void setPossibleRoles(EnvironmentFederation.PossibleRoles value)
value - allowed object is
EnvironmentFederation.PossibleRolespublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic FedPattern getPattern()
FedPatternpublic void setPattern(FedPattern value)
value - allowed object is
FedPattern
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||