@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:56:39+01:00", comments="JAXB RI v2.2.11") public class Subject extends Object implements Serializable
Java class for SubjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubjectType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <sequence> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}NameIdentifier"/> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectConfirmation" minOccurs="0"/> </sequence> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectConfirmation"/> </choice> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Subject() |
Modifier and Type | Method and Description |
---|---|
NameIdentifierType |
getNameIdentifier()
Gets the value of the nameIdentifier property.
|
SubjectConfirmation |
getSubjectConfirmation()
Gets the value of the subjectConfirmation property.
|
void |
setNameIdentifier(NameIdentifierType value)
Sets the value of the nameIdentifier property.
|
void |
setSubjectConfirmation(SubjectConfirmation value)
Sets the value of the subjectConfirmation property.
|
public NameIdentifierType getNameIdentifier()
NameIdentifierType
public void setNameIdentifier(NameIdentifierType value)
value
- allowed object is
NameIdentifierType
public SubjectConfirmation getSubjectConfirmation()
SubjectConfirmation
public void setSubjectConfirmation(SubjectConfirmation value)
value
- allowed object is
SubjectConfirmation
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.