Class ArtifactResolveType
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.RequestAbstractType
eu.europa.esig.saml.jaxb.protocol.ArtifactResolveType
- All Implemented Interfaces:
Serializable
public class ArtifactResolveType extends RequestAbstractType implements Serializable
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
-
Field Summary
Fields inherited from class eu.europa.esig.saml.jaxb.protocol.RequestAbstractType
consent, destination, extensions, id, issueInstant, issuer, signature, version -
Constructor Summary
Constructors Constructor Description ArtifactResolveType() -
Method Summary
Modifier and Type Method Description StringgetArtifact()Gets the value of the artifact property.voidsetArtifact(String value)Sets the value of the artifact property.Methods inherited from class eu.europa.esig.saml.jaxb.protocol.RequestAbstractType
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersion
-
Field Details
-
Constructor Details
-
ArtifactResolveType
public ArtifactResolveType()
-
-
Method Details
-
getArtifact
Gets the value of the artifact property.- Returns:
- possible object is
String
-
setArtifact
Sets the value of the artifact property.- Parameters:
value- allowed object isString
-