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

java.lang.Object
  extended by oasis.names.tc.saml._1_0.protocol.QueryAbstractType
      extended by oasis.names.tc.saml._1_0.protocol.SubjectQueryAbstractType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeQuery, AuthenticationQuery, AuthorizationDecisionQuery

@Generated(value="com.sun.tools.xjc.Driver",
           date="2021-04-20T04:20:20+02:00",
           comments="JAXB RI v2.2.11")
public abstract class SubjectQueryAbstractType
extends QueryAbstractType
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:1.0:protocol}QueryAbstractType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:1.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 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 TECHNICAL 3.21.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.