5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk//
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk// Any modifications to this file will be lost upon recompilation of the source schema.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk// Generated on: 2012.06.11 at 10:34:07 AM PDT
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk//
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkpackage com.sun.identity.saml2.jaxb.assertion.impl;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkpublic class EvidenceTypeImpl implements com.sun.identity.saml2.jaxb.assertion.EvidenceType, 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
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk{
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _AssertionIDRefOrAssertionURIRefOrAssertion;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public final static java.lang.Class version = (com.sun.identity.saml2.jaxb.assertion.impl.JAXBVersion.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk private static com.sun.msv.grammar.Grammar schemaFragment;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return (com.sun.identity.saml2.jaxb.assertion.EvidenceType.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getAssertionIDRefOrAssertionURIRefOrAssertion() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AssertionIDRefOrAssertionURIRefOrAssertion == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AssertionIDRefOrAssertionURIRefOrAssertion = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _AssertionIDRefOrAssertionURIRefOrAssertion;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getAssertionIDRefOrAssertionURIRefOrAssertion() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getAssertionIDRefOrAssertionURIRefOrAssertion();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return new com.sun.identity.saml2.jaxb.assertion.impl.EvidenceTypeImpl.Unmarshaller(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void serializeBody(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx1 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len1 = ((_AssertionIDRefOrAssertionURIRefOrAssertion == null)? 0 :_AssertionIDRefOrAssertionURIRefOrAssertion.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx1 != len1) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AssertionIDRefOrAssertionURIRefOrAssertion.get(idx1 ++)), "AssertionIDRefOrAssertionURIRefOrAssertion");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void serializeAttributes(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx1 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len1 = ((_AssertionIDRefOrAssertionURIRefOrAssertion == null)? 0 :_AssertionIDRefOrAssertionURIRefOrAssertion.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx1 != len1) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AssertionIDRefOrAssertionURIRefOrAssertion.get(idx1 ++)), "AssertionIDRefOrAssertionURIRefOrAssertion");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void serializeURIs(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx1 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len1 = ((_AssertionIDRefOrAssertionURIRefOrAssertion == null)? 0 :_AssertionIDRefOrAssertionURIRefOrAssertion.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx1 != len1) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AssertionIDRefOrAssertionURIRefOrAssertion.get(idx1 ++)), "AssertionIDRefOrAssertionURIRefOrAssertion");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.Class getPrimaryInterface() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return (com.sun.identity.saml2.jaxb.assertion.EvidenceType.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (schemaFragment == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk "\u00ac\u00ed\u0000\u0005sr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"un.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expt\u0000 Lcom/sun/msv/gram"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mar/Expression;xr\u0000\u001ecom.sun.msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0002xpppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"un.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0002L\u0000\u0004exp2q\u0000~\u0000\u0002x"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0003ppsq\u0000~\u0000\u0006ppsq\u0000~\u0000\u0006ppsr\u0000\'com.sun.msv.grammar.trex.ElementP"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"attern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameCla"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ss;xr\u0000\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUnd"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"eclaredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003pp\u0000sq\u0000~\u0000\u0006ppsq\u0000~\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000 com.sun.msv."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\fx"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0003q\u0000~\u0000\u0012psr\u00002com.sun.msv.grammar.Expression$AnyStringExpre"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ssion\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u0011\u0001q\u0000~\u0000\u0016sr\u0000 com.sun.msv.grammar.An"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"yNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$EpsilonExpression\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0017q\u0000~\u0000\u001csr\u0000#com.sun.msv.grammar.SimpleName"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"Class\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespac"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"eURIq\u0000~\u0000\u001exq\u0000~\u0000\u0019t\u0000;com.sun.identity.saml2.jaxb.assertion.Asse"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rtionIDRefElementt\u0000+http://java.sun.com/jaxb/xjc/dummy-eleme"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ntssq\u0000~\u0000\u000bpp\u0000sq\u0000~\u0000\u0006ppsq\u0000~\u0000\u0000q\u0000~\u0000\u0012psq\u0000~\u0000\u0013q\u0000~\u0000\u0012pq\u0000~\u0000\u0016q\u0000~\u0000\u001aq\u0000~\u0000\u001cs"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u001dt\u0000<com.sun.identity.saml2.jaxb.assertion.AssertionURIRe"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"fElementq\u0000~\u0000!sq\u0000~\u0000\u000bpp\u0000sq\u0000~\u0000\u0006ppsq\u0000~\u0000\u0000q\u0000~\u0000\u0012psq\u0000~\u0000\u0013q\u0000~\u0000\u0012pq\u0000~\u0000\u0016q"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u001aq\u0000~\u0000\u001csq\u0000~\u0000\u001dt\u00006com.sun.identity.saml2.jaxb.assertion.Asse"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rtionElementq\u0000~\u0000!sq\u0000~\u0000\u000bpp\u0000sq\u0000~\u0000\u0006ppsq\u0000~\u0000\u0000q\u0000~\u0000\u0012psq\u0000~\u0000\u0013q\u0000~\u0000\u0012pq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0016q\u0000~\u0000\u001aq\u0000~\u0000\u001csq\u0000~\u0000\u001dt\u0000?com.sun.identity.saml2.jaxb.assertion."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"EncryptedAssertionElementq\u0000~\u0000!sr\u0000\"com.sun.msv.grammar.Expres"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/Expres"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.ExpressionPool"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lc"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"om/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\f\u0001pq\u0000~\u0000\u000fq\u0000~\u0000#q\u0000~\u0000)q\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000/q\u0000~\u0000\u0010q\u0000~\u0000$q\u0000~\u0000*q\u0000~\u00000q\u0000~\u0000\bq\u0000~\u0000\nq\u0000~\u0000\u0005q\u0000~\u0000\tx"));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public class Unmarshaller
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk extends com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super(context, "--");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context, int startState) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk this(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = startState;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.Object owner() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return com.sun.identity.saml2.jaxb.assertion.impl.EvidenceTypeImpl.this;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionIDRef" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionIDRefOrAssertionURIRefOrAssertion().add(((com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl.class), 1, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionURIRef" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionIDRefOrAssertionURIRefOrAssertion().add(((com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl.class), 1, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Assertion" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionIDRefOrAssertionURIRefOrAssertion().add(((com.sun.identity.saml2.jaxb.assertion.impl.AssertionElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AssertionElementImpl.class), 1, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("EncryptedAssertion" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionIDRefOrAssertionURIRefOrAssertion().add(((com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAssertionElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAssertionElementImpl.class), 1, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionIDRef" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionIDRefOrAssertionURIRefOrAssertion().add(((com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AssertionIDRefElementImpl.class), 1, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionURIRef" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionIDRefOrAssertionURIRefOrAssertion().add(((com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AssertionURIRefElementImpl.class), 1, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Assertion" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionIDRefOrAssertionURIRefOrAssertion().add(((com.sun.identity.saml2.jaxb.assertion.impl.AssertionElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.AssertionElementImpl.class), 1, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("EncryptedAssertion" == ___local)&&("urn:oasis:names:tc:SAML:2.0:assertion" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAssertionIDRefOrAssertionURIRefOrAssertion().add(((com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAssertionElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.assertion.impl.EncryptedAssertionElementImpl.class), 1, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.enterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void handleText(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromText(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.RuntimeException e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleUnexpectedTextException(value, e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk}