org.ow2.dragon.connection.api.to
Class EnvironmentFederation

java.lang.Object
  extended by org.ow2.dragon.connection.api.to.EnvironmentFederation

public class EnvironmentFederation
extends java.lang.Object

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

possibleRoles

protected EnvironmentFederation.PossibleRoles possibleRoles

name

protected java.lang.String name

pattern

protected FedPattern pattern
Constructor Detail

EnvironmentFederation

public EnvironmentFederation()
Method Detail

getPossibleRoles

public EnvironmentFederation.PossibleRoles getPossibleRoles()
Gets the value of the possibleRoles property.

Returns:
possible object is EnvironmentFederation.PossibleRoles

setPossibleRoles

public void setPossibleRoles(EnvironmentFederation.PossibleRoles value)
Sets the value of the possibleRoles property.

Parameters:
value - allowed object is EnvironmentFederation.PossibleRoles

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPattern

public FedPattern getPattern()
Gets the value of the pattern property.

Returns:
possible object is FedPattern

setPattern

public void setPattern(FedPattern value)
Sets the value of the pattern property.

Parameters:
value - allowed object is FedPattern


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.