Class AssertionType
- java.lang.Object
-
- org.certificateservices.messages.saml1_1.assertions.jaxb.AssertionType
-
public class AssertionType extends java.lang.ObjectJava class for AssertionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssertionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Conditions" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Advice" minOccurs="0"/> <choice maxOccurs="unbounded"> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Statement"/> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectStatement"/> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AuthenticationStatement"/> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AuthorizationDecisionStatement"/> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AttributeStatement"/> </choice> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> </sequence> <attribute name="MajorVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="MinorVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="AssertionID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="Issuer" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="IssueInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AdviceTypeadviceprotected java.lang.StringassertionIDprotected ConditionsTypeconditionsprotected javax.xml.datatype.XMLGregorianCalendarissueInstantprotected java.lang.Stringissuerprotected java.math.BigIntegermajorVersionprotected java.math.BigIntegerminorVersionprotected SignatureTypesignatureprotected java.util.List<StatementAbstractType>statementOrSubjectStatementOrAuthenticationStatement
-
Constructor Summary
Constructors Constructor Description AssertionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdviceTypegetAdvice()Gets the value of the advice property.java.lang.StringgetAssertionID()Gets the value of the assertionID property.ConditionsTypegetConditions()Gets the value of the conditions property.javax.xml.datatype.XMLGregorianCalendargetIssueInstant()Gets the value of the issueInstant property.java.lang.StringgetIssuer()Gets the value of the issuer property.java.math.BigIntegergetMajorVersion()Gets the value of the majorVersion property.java.math.BigIntegergetMinorVersion()Gets the value of the minorVersion property.SignatureTypegetSignature()Gets the value of the signature property.java.util.List<StatementAbstractType>getStatementOrSubjectStatementOrAuthenticationStatement()Gets the value of the statementOrSubjectStatementOrAuthenticationStatement property.voidsetAdvice(AdviceType value)Sets the value of the advice property.voidsetAssertionID(java.lang.String value)Sets the value of the assertionID property.voidsetConditions(ConditionsType value)Sets the value of the conditions property.voidsetIssueInstant(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the issueInstant property.voidsetIssuer(java.lang.String value)Sets the value of the issuer property.voidsetMajorVersion(java.math.BigInteger value)Sets the value of the majorVersion property.voidsetMinorVersion(java.math.BigInteger value)Sets the value of the minorVersion property.voidsetSignature(SignatureType value)Sets the value of the signature property.
-
-
-
Field Detail
-
conditions
protected ConditionsType conditions
-
advice
protected AdviceType advice
-
statementOrSubjectStatementOrAuthenticationStatement
protected java.util.List<StatementAbstractType> statementOrSubjectStatementOrAuthenticationStatement
-
signature
protected SignatureType signature
-
majorVersion
protected java.math.BigInteger majorVersion
-
minorVersion
protected java.math.BigInteger minorVersion
-
assertionID
protected java.lang.String assertionID
-
issuer
protected java.lang.String issuer
-
issueInstant
protected javax.xml.datatype.XMLGregorianCalendar issueInstant
-
-
Method Detail
-
getConditions
public ConditionsType getConditions()
Gets the value of the conditions property.- Returns:
- possible object is
ConditionsType
-
setConditions
public void setConditions(ConditionsType value)
Sets the value of the conditions property.- Parameters:
value- allowed object isConditionsType
-
getAdvice
public AdviceType getAdvice()
Gets the value of the advice property.- Returns:
- possible object is
AdviceType
-
setAdvice
public void setAdvice(AdviceType value)
Sets the value of the advice property.- Parameters:
value- allowed object isAdviceType
-
getStatementOrSubjectStatementOrAuthenticationStatement
public java.util.List<StatementAbstractType> getStatementOrSubjectStatementOrAuthenticationStatement()
Gets the value of the statementOrSubjectStatementOrAuthenticationStatement property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the statementOrSubjectStatementOrAuthenticationStatement property.For example, to add a new item, do as follows:
getStatementOrSubjectStatementOrAuthenticationStatement().add(newItem);Objects of the following type(s) are allowed in the list
StatementAbstractTypeSubjectStatementAbstractTypeAuthenticationStatementTypeAuthorizationDecisionStatementTypeAttributeStatementType
-
getSignature
public SignatureType getSignature()
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(SignatureType value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
getMajorVersion
public java.math.BigInteger getMajorVersion()
Gets the value of the majorVersion property.- Returns:
- possible object is
BigInteger
-
setMajorVersion
public void setMajorVersion(java.math.BigInteger value)
Sets the value of the majorVersion property.- Parameters:
value- allowed object isBigInteger
-
getMinorVersion
public java.math.BigInteger getMinorVersion()
Gets the value of the minorVersion property.- Returns:
- possible object is
BigInteger
-
setMinorVersion
public void setMinorVersion(java.math.BigInteger value)
Sets the value of the minorVersion property.- Parameters:
value- allowed object isBigInteger
-
getAssertionID
public java.lang.String getAssertionID()
Gets the value of the assertionID property.- Returns:
- possible object is
String
-
setAssertionID
public void setAssertionID(java.lang.String value)
Sets the value of the assertionID property.- Parameters:
value- allowed object isString
-
getIssuer
public java.lang.String getIssuer()
Gets the value of the issuer property.- Returns:
- possible object is
String
-
setIssuer
public void setIssuer(java.lang.String value)
Sets the value of the issuer property.- Parameters:
value- allowed object isString
-
getIssueInstant
public javax.xml.datatype.XMLGregorianCalendar getIssueInstant()
Gets the value of the issueInstant property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIssueInstant
public void setIssueInstant(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the issueInstant property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-