org.jboss.identity.federation.saml.v2.protocol
Class ArtifactResolveType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.protocol.RequestAbstractType
      extended by org.jboss.identity.federation.saml.v2.protocol.ArtifactResolveType

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>
 


Field Summary
protected  java.lang.String artifact
           
 
Fields inherited from class org.jboss.identity.federation.saml.v2.protocol.RequestAbstractType
consent, destination, extensions, id, issueInstant, issuer, signature, version
 
Constructor Summary
ArtifactResolveType()
           
 
Method Summary
 java.lang.String getArtifact()
          Gets the value of the artifact property.
 void setArtifact(java.lang.String value)
          Sets the value of the artifact property.
 
Methods inherited from class org.jboss.identity.federation.saml.v2.protocol.RequestAbstractType
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artifact

protected java.lang.String artifact
Constructor Detail

ArtifactResolveType

public ArtifactResolveType()
Method Detail

getArtifact

public java.lang.String getArtifact()
Gets the value of the artifact property.

Returns:
possible object is String

setArtifact

public void setArtifact(java.lang.String value)
Sets the value of the artifact property.

Parameters:
value - allowed object is String


Copyright © 2009 JBoss Inc.. All Rights Reserved.