org.jboss.identity.federation.saml.v2.generated
Class Generation

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.generated.Generation

public class Generation
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="mechanism" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="principalchosen"/>
             <enumeration value="automatic"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String mechanism
           
 
Constructor Summary
Generation()
           
 
Method Summary
 java.lang.String getMechanism()
          Gets the value of the mechanism property.
 void setMechanism(java.lang.String value)
          Sets the value of the mechanism property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mechanism

protected java.lang.String mechanism
Constructor Detail

Generation

public Generation()
Method Detail

getMechanism

public java.lang.String getMechanism()
Gets the value of the mechanism property.

Returns:
possible object is String

setMechanism

public void setMechanism(java.lang.String value)
Sets the value of the mechanism property.

Parameters:
value - allowed object is String


Copyright © 2009 JBoss Inc.. All Rights Reserved.