Assertion(java.lang.String assertionID,
java.lang.String issuer,
java.util.Calendar issueInstant,
Conditions conditions,
Advice advice,
java.util.List statements)
This constructor is used to populate the data members: the
assertionID, the issuer, time when assertion issued,
the conditions when creating a new assertion , Advice
applicable to this Assertion and a set of
Statement(s) in the assertion. |
Assertion(java.lang.String assertionID,
java.lang.String issuer,
java.util.Calendar issueInstant,
Conditions conditions,
Advice advice,
java.util.List statements,
javax.xml.bind.JAXBContext jcc)
This constructor is used to populate the data members: the
assertionID, the issuer, time when assertion issued,
the conditions when creating a new assertion , Advice
applicable to this Assertion , a set of
Statement(s) and a JAXBContext for the assertion. |