AuthnStatementTypeImpl.java revision 5b64d5d44892834ba97f003080f3467299b7c5c5
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington//
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// Any modifications to this file will be lost upon recompilation of the source schema.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// Generated on: 2012.06.11 at 10:34:07 AM PDT
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster//
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpackage com.sun.identity.saml2.jaxb.assertion.impl;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpublic class AuthnStatementTypeImpl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster extends com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster implements com.sun.identity.saml2.jaxb.assertion.AuthnStatementType, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster{
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected com.sun.identity.saml2.jaxb.assertion.AuthnContextType _AuthnContext;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected java.util.Calendar _AuthnInstant;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected com.sun.identity.saml2.jaxb.assertion.SubjectLocalityType _SubjectLocality;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected java.util.Calendar _SessionNotOnOrAfter;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected String _SessionIndex;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public final static Class version = (com.sun.identity.saml2.jaxb.assertion.impl.JAXBVersion.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private static com.sun.msv.grammar.Grammar schemaFragment;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private final static Class PRIMARY_INTERFACE_CLASS() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return (com.sun.identity.saml2.jaxb.assertion.AuthnStatementType.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public com.sun.identity.saml2.jaxb.assertion.AuthnContextType getAuthnContext() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return _AuthnContext;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void setAuthnContext(com.sun.identity.saml2.jaxb.assertion.AuthnContextType value) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _AuthnContext = value;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.util.Calendar getAuthnInstant() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return _AuthnInstant;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington public void setAuthnInstant(java.util.Calendar value) {
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington _AuthnInstant = value;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
57a1b25dcdf865eacb2fe2e17c5ca83e942da047David Luna
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington public com.sun.identity.saml2.jaxb.assertion.SubjectLocalityType getSubjectLocality() {
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington return _SubjectLocality;
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington }
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington public void setSubjectLocality(com.sun.identity.saml2.jaxb.assertion.SubjectLocalityType value) {
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington _SubjectLocality = value;
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington }
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington public java.util.Calendar getSessionNotOnOrAfter() {
ce4d3fddc8fe2eddd68a20af9570b3cc63ece5abNeil Madden return _SessionNotOnOrAfter;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void setSessionNotOnOrAfter(java.util.Calendar value) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _SessionNotOnOrAfter = value;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public String getSessionIndex() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return _SessionIndex;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void setSessionIndex(String value) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _SessionIndex = value;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return new com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl.Unmarshaller(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void serializeBody(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.serializeBody(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_SubjectLocality!= null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_SubjectLocality instanceof javax.xml.bind.Element) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsBody(((com.sun.xml.bind.JAXBObject) _SubjectLocality), "SubjectLocality");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } else {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.startElement("urn:oasis:names:tc:SAML:2.0:assertion", "SubjectLocality");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SubjectLocality), "SubjectLocality");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endNamespaceDecls();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SubjectLocality), "SubjectLocality");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endAttributes();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsBody(((com.sun.xml.bind.JAXBObject) _SubjectLocality), "SubjectLocality");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endElement();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_AuthnContext instanceof javax.xml.bind.Element) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } else {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.startElement("urn:oasis:names:tc:SAML:2.0:assertion", "AuthnContext");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endNamespaceDecls();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endAttributes();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endElement();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void serializeAttributes(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.startAttribute("", "AuthnInstant");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.text(com.sun.msv.datatype.xsd.DateTimeType.theInstance.serializeJavaObject(((java.util.Calendar) _AuthnInstant), null), "AuthnInstant");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (Exception e) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endAttribute();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_SessionIndex!= null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.startAttribute("", "SessionIndex");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.text(((String) _SessionIndex), "SessionIndex");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (Exception e) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endAttribute();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_SessionNotOnOrAfter!= null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.startAttribute("", "SessionNotOnOrAfter");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.text(com.sun.msv.datatype.xsd.DateTimeType.theInstance.serializeJavaObject(((java.util.Calendar) _SessionNotOnOrAfter), null), "SessionNotOnOrAfter");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (Exception e) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endAttribute();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.serializeAttributes(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_SubjectLocality!= null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_SubjectLocality instanceof javax.xml.bind.Element) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SubjectLocality), "SubjectLocality");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_AuthnContext instanceof javax.xml.bind.Element) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void serializeURIs(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.serializeURIs(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_SubjectLocality!= null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_SubjectLocality instanceof javax.xml.bind.Element) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SubjectLocality), "SubjectLocality");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_AuthnContext instanceof javax.xml.bind.Element) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthnContext), "AuthnContext");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public Class getPrimaryInterface() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return (com.sun.identity.saml2.jaxb.assertion.AuthnStatementType.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (schemaFragment == null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster "\u00ac\u00ed\u0000\u0005sr\u0000\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"expandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001dcom.sun.msv."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\tsr\u0000\u0011java.lang.Bool"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\'com.sun.msv.grammar.trex.Eleme"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ntPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/Name"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Class;xr\u0000\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignore"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"UndeclaredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\rp\u0000sq\u0000~\u0000\tp"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"psr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\rpsr\u0000 co"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"m.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameC"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"lassq\u0000~\u0000\u000fxq\u0000~\u0000\u0003q\u0000~\u0000\rpsr\u00002com.sun.msv.grammar.Expression$AnyS"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"tringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\f\u0001q\u0000~\u0000\u0019sr\u0000 com.sun.msv."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameC"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"lass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$EpsilonE"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"xpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u001aq\u0000~\u0000\u001fsr\u0000#com.sun.msv.grammar."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\fnamespaceURIq\u0000~\u0000!xq\u0000~\u0000\u001ct\u0000<com.sun.identity.saml2.jaxb.asse"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"rtion.SubjectLocalityElementt\u0000+http://java.sun.com/jaxb/xjc/"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"dummy-elementssq\u0000~\u0000\u000eq\u0000~\u0000\rp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\tppsq\u0000~\u0000\u0013q\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000\rpsq\u0000~\u0000\u0016q\u0000~\u0000\rpq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u00009com.sun.identity.sam"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"l2.jaxb.assertion.SubjectLocalityTypeq\u0000~\u0000$sq\u0000~\u0000\tppsq\u0000~\u0000\u0016q\u0000~\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\rpsr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/rel"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"axng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"util/StringPair;xq\u0000~\u0000\u0003ppsr\u0000\"com.sun.msv.datatype.xsd.QnameTy"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"pe\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fn"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"amespaceUriq\u0000~\u0000!L\u0000\btypeNameq\u0000~\u0000!L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/200"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"1/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpacePr"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ocessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.Whit"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"eSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expressi"
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington+"on$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\rpsr\u0000\u001bcom.sun.msv.u"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"til.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000!L\u0000\fnamespaceURIq\u0000~"
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington+"\u0000!xpq\u0000~\u0000:q\u0000~\u00009sq\u0000~\u0000 t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSche"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ma-instanceq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000\u000fSubjectLocalityt\u0000%urn:oasis:names:t"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"c:SAML:2.0:assertionq\u0000~\u0000\u001fsq\u0000~\u0000\tppsq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\tppsq\u0000~\u0000\u0013q\u0000~\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\rpsq\u0000~\u0000\u0016q\u0000~\u0000\rpq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u00009com.sun.identity.saml2"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+".jaxb.assertion.AuthnContextElementq\u0000~\u0000$sq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\u0000ppsq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000\u000epp\u0000sq\u0000~\u0000\tppsq\u0000~\u0000\u0013q\u0000~\u0000\rpsq\u0000~\u0000\u0016q\u0000~\u0000\rpq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u00006com.sun.identity.saml2.jaxb.assertion.AuthnContextTypeq\u0000~\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"$sq\u0000~\u0000\tppsq\u0000~\u0000\u0016q\u0000~\u0000\rpq\u0000~\u00002q\u0000~\u0000Bq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000\fAuthnContextq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000Gsq\u0000~\u0000\u0016ppsq\u0000~\u0000/ppsr\u0000%com.sun.msv.datatype.xsd.DateTimeType\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000)com.sun.msv.datatype.xsd.DateTimeBaseType\u0014W\u001a@3"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u00a5\u00b4\u00e5\u0002\u0000\u0000xq\u0000~\u00004q\u0000~\u00009t\u0000\bdateTimeq\u0000~\u0000=q\u0000~\u0000?sq\u0000~\u0000@q\u0000~\u0000`q\u0000~\u00009sq\u0000~\u0000 "
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"t\u0000\fAuthnInstantt\u0000\u0000sq\u0000~\u0000\tppsq\u0000~\u0000\u0016q\u0000~\u0000\rpsq\u0000~\u0000/q\u0000~\u0000\rpsr\u0000#com.su"
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington+"n.msv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~"
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington+"\u00004q\u0000~\u00009t\u0000\u0006stringsr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProce"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ssor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000<\u0001q\u0000~\u0000?sq\u0000~\u0000@q\u0000~\u0000jq\u0000~\u00009sq\u0000~\u0000 t\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\fSessionIndexq\u0000~\u0000dq\u0000~\u0000\u001fsq\u0000~\u0000\tppsq\u0000~\u0000\u0016q\u0000~\u0000\rpq\u0000~\u0000\\sq\u0000~\u0000 t\u0000\u0013Ses"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sionNotOnOrAfterq\u0000~\u0000dq\u0000~\u0000\u001fsr\u0000\"com.sun.msv.grammar.Expression"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Pool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/Expression"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Pool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.ExpressionPool$Clo"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lcom/s"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"un/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\u0015\u0001pq\u0000~\u0000eq\u0000~\u0000\u0012q\u0000~\u0000(q\u0000~\u0000Jq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000Rq\u0000~\u0000&q\u0000~\u0000Pq\u0000~\u0000\u0005q\u0000~\u0000\u0006q\u0000~\u0000\bq\u0000~\u0000\u0015q\u0000~\u0000)q\u0000~\u0000Kq\u0000~\u0000Sq\u0000~\u0000\nq\u0000~\u0000\u0007q\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000pq\u0000~\u0000-q\u0000~\u0000Wq\u0000~\u0000\u000bq\u0000~\u0000Hx"));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington public class Unmarshaller
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster extends com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington public Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super(context, "-----------------");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context, int startState) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster this(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = startState;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public Object owner() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl.this;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void enterElement(String ___uri, String ___local, String ___qname, org.xml.sax.Attributes __atts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 6 :
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington attIdx = context.getAttribute("", "SessionNotOnOrAfter");
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText1(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington }
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington state = 9;
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 14 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("AuthnContextClassRef" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _AuthnContext = ((com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl.class), 15, ___uri, ___local, ___qname, __atts));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("AuthnContextDecl" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _AuthnContext = ((com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl.class), 15, ___uri, ___local, ___qname, __atts));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("AuthnContextDecl" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _AuthnContext = ((com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl.class), 15, ___uri, ___local, ___qname, __atts));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington }
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington if (("AuthnContextDeclRef" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _AuthnContext = ((com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextTypeImpl.class), 15, ___uri, ___local, ___qname, __atts));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "SessionIndex");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText2(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington case 10 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("SubjectLocality" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _SubjectLocality = ((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityElementImpl.class), 13, ___uri, ___local, ___qname, __atts));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("SubjectLocality" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.pushAttributes(__atts, false);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 11;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 13;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 16 :
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 13 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("AuthnContext" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _AuthnContext = ((com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AuthnContextElementImpl.class), 16, ___uri, ___local, ___qname, __atts));
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("AuthnContext" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.pushAttributes(__atts, false);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 14;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 0 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "AuthnInstant");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 3;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText3(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington case 11 :
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington attIdx = context.getAttribute("", "Address");
ce4d3fddc8fe2eddd68a20af9570b3cc63ece5abNeil Madden if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington return ;
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington }
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington attIdx = context.getAttribute("", "DNSName");
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington if (attIdx >= 0) {
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _SubjectLocality = ((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl.class), 12, ___uri, ___local, ___qname, __atts));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 9 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster spawnHandlerFromEnterElement((((com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl)com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl.this).new Unmarshaller(context)), 10, ___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.enterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private void eatText1(final String value)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _SessionNotOnOrAfter = ((java.util.Calendar) com.sun.msv.datatype.xsd.DateTimeType.theInstance.createJavaObject(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value), null));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (Exception e) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster handleParseConversionException(e);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private void eatText2(final String value)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _SessionIndex = value;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (Exception e) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster handleParseConversionException(e);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private void eatText3(final String value)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _AuthnInstant = ((java.util.Calendar) com.sun.msv.datatype.xsd.DateTimeType.theInstance.createJavaObject(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value), null));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (Exception e) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster handleParseConversionException(e);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void leaveElement(String ___uri, String ___local, String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 6 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "SessionNotOnOrAfter");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText1(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "SessionIndex");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
64600f2cc3b3d138e64d25ccc73f93a6bad251b3Mark de Reeper eatText2(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 15 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("AuthnContext" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.popAttributes();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 16;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
64600f2cc3b3d138e64d25ccc73f93a6bad251b3Mark de Reeper case 10 :
64600f2cc3b3d138e64d25ccc73f93a6bad251b3Mark de Reeper state = 13;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 12 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("SubjectLocality" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.popAttributes();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 13;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 16 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromLeaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 0 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "AuthnInstant");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 3;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText3(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 11 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "Address");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "DNSName");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _SubjectLocality = ((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl) spawnChildFromLeaveElement((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl.class), 12, ___uri, ___local, ___qname));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 9 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster spawnHandlerFromLeaveElement((((com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl)com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl.this).new Unmarshaller(context)), 10, ___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.leaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void enterAttribute(String ___uri, String ___local, String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 6 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("SessionNotOnOrAfter" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 7;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("SessionIndex" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 4;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 10 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 13;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 16 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromEnterAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 0 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("AuthnInstant" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 1;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 11 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("Address" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _SubjectLocality = ((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl.class), 12, ___uri, ___local, ___qname));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("DNSName" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _SubjectLocality = ((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl.class), 12, ___uri, ___local, ___qname));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _SubjectLocality = ((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl.class), 12, ___uri, ___local, ___qname));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 9 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl)com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl.this).new Unmarshaller(context)), 10, ___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.enterAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void leaveAttribute(String ___uri, String ___local, String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
int attIdx;
outer:
while (true) {
switch (state) {
case 6 :
attIdx = context.getAttribute("", "SessionNotOnOrAfter");
if (attIdx >= 0) {
final String v = context.eatAttribute(attIdx);
state = 9;
eatText1(v);
continue outer;
}
state = 9;
continue outer;
case 3 :
attIdx = context.getAttribute("", "SessionIndex");
if (attIdx >= 0) {
final String v = context.eatAttribute(attIdx);
state = 6;
eatText2(v);
continue outer;
}
state = 6;
continue outer;
case 8 :
if (("SessionNotOnOrAfter" == ___local)&&("" == ___uri)) {
state = 9;
return ;
}
break;
case 2 :
if (("AuthnInstant" == ___local)&&("" == ___uri)) {
state = 3;
return ;
}
break;
case 10 :
state = 13;
continue outer;
case 16 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
case 0 :
attIdx = context.getAttribute("", "AuthnInstant");
if (attIdx >= 0) {
final String v = context.eatAttribute(attIdx);
state = 3;
eatText3(v);
continue outer;
}
break;
case 11 :
attIdx = context.getAttribute("", "Address");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "DNSName");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
_SubjectLocality = ((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl.class), 12, ___uri, ___local, ___qname));
return ;
case 5 :
if (("SessionIndex" == ___local)&&("" == ___uri)) {
state = 6;
return ;
}
break;
case 9 :
spawnHandlerFromLeaveAttribute((((com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl)com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl.this).new Unmarshaller(context)), 10, ___uri, ___local, ___qname);
return ;
}
super.leaveAttribute(___uri, ___local, ___qname);
break;
}
}
public void handleText(final String value)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
try {
switch (state) {
case 6 :
attIdx = context.getAttribute("", "SessionNotOnOrAfter");
if (attIdx >= 0) {
final String v = context.eatAttribute(attIdx);
state = 9;
eatText1(v);
continue outer;
}
state = 9;
continue outer;
case 3 :
attIdx = context.getAttribute("", "SessionIndex");
if (attIdx >= 0) {
final String v = context.eatAttribute(attIdx);
state = 6;
eatText2(v);
continue outer;
}
state = 6;
continue outer;
case 10 :
state = 13;
continue outer;
case 16 :
revertToParentFromText(value);
return ;
case 7 :
state = 8;
eatText1(value);
return ;
case 0 :
attIdx = context.getAttribute("", "AuthnInstant");
if (attIdx >= 0) {
final String v = context.eatAttribute(attIdx);
state = 3;
eatText3(v);
continue outer;
}
break;
case 4 :
state = 5;
eatText2(value);
return ;
case 1 :
state = 2;
eatText3(value);
return ;
case 11 :
attIdx = context.getAttribute("", "Address");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
attIdx = context.getAttribute("", "DNSName");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
_SubjectLocality = ((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl) spawnChildFromText((com.sun.identity.saml2.jaxb.assertion.impl.SubjectLocalityTypeImpl.class), 12, value));
return ;
case 9 :
spawnHandlerFromText((((com.sun.identity.saml2.jaxb.assertion.impl.StatementAbstractTypeImpl)com.sun.identity.saml2.jaxb.assertion.impl.AuthnStatementTypeImpl.this).new Unmarshaller(context)), 10, value);
return ;
}
} catch (RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
}
}