org.picketlink.identity.federation.saml.v2.protocol
Class ArtifactResolveType
java.lang.Object
org.picketlink.identity.federation.saml.common.CommonRequestAbstractType
org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType
org.picketlink.identity.federation.saml.v2.protocol.ArtifactResolveType
- All Implemented Interfaces:
- Serializable, SAML2Object
public class ArtifactResolveType
- extends RequestAbstractType
Java class for ArtifactResolveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArtifactResolveType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Artifact"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
artifact
protected String artifact
ArtifactResolveType
public ArtifactResolveType(String id,
XMLGregorianCalendar instant)
getArtifact
public String getArtifact()
- Gets the value of the artifact property.
- Returns:
- possible object is
String
setArtifact
public void setArtifact(String value)
- Sets the value of the artifact property.
- Parameters:
value
- allowed object is String
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.