org.picketlink.identity.federation.saml.v1.protocol
Class SAML11StatusCodeType
java.lang.Object
org.picketlink.identity.federation.saml.v1.protocol.SAML11StatusCodeType
- All Implemented Interfaces:
- Serializable
public class SAML11StatusCodeType
- extends Object
- implements Serializable
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUCCESS
public static final SAML11StatusCodeType SUCCESS
statusCode
protected SAML11StatusCodeType statusCode
value
protected QName value
SAML11StatusCodeType
public SAML11StatusCodeType(QName theValue)
getStatusCode
public SAML11StatusCodeType getStatusCode()
- Gets the value of the statusCode property.
- Returns:
- possible object is
StatusCodeType
setStatusCode
public void setStatusCode(SAML11StatusCodeType value)
- Sets the value of the statusCode property.
- Parameters:
value
- allowed object is StatusCodeType
getValue
public QName getValue()
- Gets the value of the value property.
- Returns:
- possible object is
String
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.