org.jboss.seam.security.external.jaxb.samlv2.protocol
Class ArtifactResponseType
java.lang.Object
org.jboss.seam.security.external.jaxb.samlv2.protocol.StatusResponseType
org.jboss.seam.security.external.jaxb.samlv2.protocol.ArtifactResponseType
public class ArtifactResponseType
- extends StatusResponseType
Java class for ArtifactResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArtifactResponseType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}StatusResponseType">
<sequence>
<any processContents='lax' minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
Object |
getAny()
Gets the value of the any property. |
void |
setAny(Object value)
Sets the value of the any property. |
| Methods inherited from class org.jboss.seam.security.external.jaxb.samlv2.protocol.StatusResponseType |
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setSignature, setStatus, setVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
any
protected Object any
ArtifactResponseType
public ArtifactResponseType()
getAny
public Object getAny()
- Gets the value of the any property.
- Returns:
- possible object is
Object
Element
setAny
public void setAny(Object value)
- Sets the value of the any property.
- Parameters:
value - allowed object is
Object
Element
Copyright © 2011 Seam Framework. All Rights Reserved.