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>
Modifier and Type | Field and Description |
---|---|
protected String |
artifact |
consent, destination, extensions, issuer, version
id, issueInstant, signature
Constructor and Description |
---|
ArtifactResolveType(String id,
XMLGregorianCalendar instant) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifact()
Gets the value of the artifact property.
|
void |
setArtifact(String value)
Sets the value of the artifact property.
|
getConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuer
getID, getIssueInstant, getSignature, setSignature
protected String artifact
public ArtifactResolveType(String id, XMLGregorianCalendar instant)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.