oasis.names.tc.saml._2_0.protocol
Class SubjectQueryAbstractType

java.lang.Object
  extended by oasis.names.tc.saml._2_0.protocol.RequestAbstractType
      extended by oasis.names.tc.saml._2_0.protocol.SubjectQueryAbstractType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeQuery, AuthnQuery, AuthzDecisionQuery

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-09-28T09:56:29+02:00",
           comments="JAXB RI v2.2.11")
public abstract class SubjectQueryAbstractType
extends RequestAbstractType
implements Serializable

Java class for SubjectQueryAbstractType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SubjectQueryAbstractType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Subject"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SubjectQueryAbstractType()
           
 
Method Summary
 Subject getSubject()
          Gets the value of the subject property.
 void setSubject(Subject value)
          Sets the value of the subject property.
 
Methods inherited from class oasis.names.tc.saml._2_0.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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectQueryAbstractType

public SubjectQueryAbstractType()
Method Detail

getSubject

public Subject getSubject()
Gets the value of the subject property.

Returns:
possible object is Subject

setSubject

public void setSubject(Subject value)
Sets the value of the subject property.

Parameters:
value - allowed object is Subject



Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.