Class Generation
java.lang.Object
eu.europa.esig.saml.jaxb.authn.context.Generation
- All Implemented Interfaces:
Serializable
public class Generation extends Object implements Serializable
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>
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Generation()
-
Method Summary
Modifier and Type Method Description String
getMechanism()
Gets the value of the mechanism property.void
setMechanism(String value)
Sets the value of the mechanism property.
-
Field Details
-
Constructor Details
-
Generation
public Generation()
-
-
Method Details
-
getMechanism
Gets the value of the mechanism property.- Returns:
- possible object is
String
-
setMechanism
Sets the value of the mechanism property.- Parameters:
value
- allowed object isString
-