Class SubjectQueryAbstractType
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.RequestAbstractType
-
- org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.SubjectQueryAbstractType
-
- Direct Known Subclasses:
AttributeQueryType,AuthnQueryType,AuthzDecisionQueryType
public abstract class SubjectQueryAbstractType extends RequestAbstractType
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected SubjectTypesubject-
Fields inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.RequestAbstractType
consent, destination, extensions, id, issueInstant, issuer, signature, version
-
-
Constructor Summary
Constructors Constructor Description SubjectQueryAbstractType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubjectTypegetSubject()Gets the value of the subject property.voidsetSubject(SubjectType value)Sets the value of the subject property.-
Methods inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.RequestAbstractType
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersion
-
-
-
-
Field Detail
-
subject
protected SubjectType subject
-
-
Method Detail
-
getSubject
public SubjectType getSubject()
Gets the value of the subject property.- Returns:
- possible object is
SubjectType
-
setSubject
public void setSubject(SubjectType value)
Sets the value of the subject property.- Parameters:
value- allowed object isSubjectType
-
-