// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.06.11 at 10:33:54 AM PDT // package com.sun.identity.liberty.ws.common.jaxb.ac.impl; public class AuthenticationContextStatementTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticationContextStatementType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.xml.bind.marshaller.IdentifiableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject { protected com.sun.xml.bind.util.ListImpl _Extension; protected com.sun.identity.liberty.ws.common.jaxb.ac.TechnicalProtectionType _TechnicalProtection; protected com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatingAuthorityType _AuthenticatingAuthority; protected com.sun.identity.liberty.ws.common.jaxb.ac.GoverningAgreementsType _GoverningAgreements; protected java.lang.String _ID; protected com.sun.identity.liberty.ws.common.jaxb.ac.IdentificationType _Identification; protected com.sun.identity.liberty.ws.common.jaxb.ac.OperationalProtectionType _OperationalProtection; protected com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticationMethodType _AuthenticationMethod; public final static java.lang.Class version = (com.sun.identity.liberty.ws.common.jaxb.ac.impl.JAXBVersion.class); private static com.sun.msv.grammar.Grammar schemaFragment; private final static java.lang.Class PRIMARY_INTERFACE_CLASS() { return (com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticationContextStatementType.class); } protected com.sun.xml.bind.util.ListImpl _getExtension() { if (_Extension == null) { _Extension = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList()); } return _Extension; } public java.util.List getExtension() { return _getExtension(); } public com.sun.identity.liberty.ws.common.jaxb.ac.TechnicalProtectionType getTechnicalProtection() { return _TechnicalProtection; } public void setTechnicalProtection(com.sun.identity.liberty.ws.common.jaxb.ac.TechnicalProtectionType value) { _TechnicalProtection = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatingAuthorityType getAuthenticatingAuthority() { return _AuthenticatingAuthority; } public void setAuthenticatingAuthority(com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticatingAuthorityType value) { _AuthenticatingAuthority = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.GoverningAgreementsType getGoverningAgreements() { return _GoverningAgreements; } public void setGoverningAgreements(com.sun.identity.liberty.ws.common.jaxb.ac.GoverningAgreementsType value) { _GoverningAgreements = value; } public java.lang.String getID() { return _ID; } public void setID(java.lang.String value) { _ID = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.IdentificationType getIdentification() { return _Identification; } public void setIdentification(com.sun.identity.liberty.ws.common.jaxb.ac.IdentificationType value) { _Identification = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.OperationalProtectionType getOperationalProtection() { return _OperationalProtection; } public void setOperationalProtection(com.sun.identity.liberty.ws.common.jaxb.ac.OperationalProtectionType value) { _OperationalProtection = value; } public com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticationMethodType getAuthenticationMethod() { return _AuthenticationMethod; } public void setAuthenticationMethod(com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticationMethodType value) { _AuthenticationMethod = value; } public com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) { return new com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationContextStatementTypeImpl.Unmarshaller(context); } public void serializeBody(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { int idx1 = 0; final int len1 = ((_Extension == null)? 0 :_Extension.size()); if (_Identification!= null) { if (_Identification instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _Identification), "Identification"); } else { context.startElement("urn:liberty:ac:2003-08", "Identification"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Identification), "Identification"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Identification), "Identification"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _Identification), "Identification"); context.endElement(); } } if (_TechnicalProtection!= null) { if (_TechnicalProtection instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _TechnicalProtection), "TechnicalProtection"); } else { context.startElement("urn:liberty:ac:2003-08", "TechnicalProtection"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _TechnicalProtection), "TechnicalProtection"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _TechnicalProtection), "TechnicalProtection"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _TechnicalProtection), "TechnicalProtection"); context.endElement(); } } if (_OperationalProtection!= null) { if (_OperationalProtection instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _OperationalProtection), "OperationalProtection"); } else { context.startElement("urn:liberty:ac:2003-08", "OperationalProtection"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _OperationalProtection), "OperationalProtection"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _OperationalProtection), "OperationalProtection"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _OperationalProtection), "OperationalProtection"); context.endElement(); } } if (_AuthenticationMethod!= null) { if (_AuthenticationMethod instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod"); } else { context.startElement("urn:liberty:ac:2003-08", "AuthenticationMethod"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod"); context.endElement(); } } if (_GoverningAgreements!= null) { if (_GoverningAgreements instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _GoverningAgreements), "GoverningAgreements"); } else { context.startElement("urn:liberty:ac:2003-08", "GoverningAgreements"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _GoverningAgreements), "GoverningAgreements"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _GoverningAgreements), "GoverningAgreements"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _GoverningAgreements), "GoverningAgreements"); context.endElement(); } } if (_AuthenticatingAuthority!= null) { if (_AuthenticatingAuthority instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority"); } else { context.startElement("urn:liberty:ac:2003-08", "AuthenticatingAuthority"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority"); context.endElement(); } } while (idx1 != len1) { if (_Extension.get(idx1) instanceof javax.xml.bind.Element) { context.childAsBody(((com.sun.xml.bind.JAXBObject) _Extension.get(idx1 ++)), "Extension"); } else { context.startElement("urn:liberty:ac:2003-08", "Extension"); int idx_12 = idx1; context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Extension.get(idx_12 ++)), "Extension"); context.endNamespaceDecls(); int idx_13 = idx1; context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Extension.get(idx_13 ++)), "Extension"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _Extension.get(idx1 ++)), "Extension"); context.endElement(); } } } public void serializeAttributes(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { int idx1 = 0; final int len1 = ((_Extension == null)? 0 :_Extension.size()); if (_ID!= null) { context.startAttribute("", "ID"); try { context.text(context.onID(this, ((java.lang.String) _ID)), "ID"); } catch (java.lang.Exception e) { com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endAttribute(); } if (_Identification!= null) { if (_Identification instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Identification), "Identification"); } } if (_TechnicalProtection!= null) { if (_TechnicalProtection instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _TechnicalProtection), "TechnicalProtection"); } } if (_OperationalProtection!= null) { if (_OperationalProtection instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _OperationalProtection), "OperationalProtection"); } } if (_AuthenticationMethod!= null) { if (_AuthenticationMethod instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod"); } } if (_GoverningAgreements!= null) { if (_GoverningAgreements instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _GoverningAgreements), "GoverningAgreements"); } } if (_AuthenticatingAuthority!= null) { if (_AuthenticatingAuthority instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority"); } } while (idx1 != len1) { if (_Extension.get(idx1) instanceof javax.xml.bind.Element) { context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Extension.get(idx1 ++)), "Extension"); } else { idx1 += 1; } } } public void serializeURIs(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { int idx1 = 0; final int len1 = ((_Extension == null)? 0 :_Extension.size()); if (_Identification!= null) { if (_Identification instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Identification), "Identification"); } } if (_TechnicalProtection!= null) { if (_TechnicalProtection instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _TechnicalProtection), "TechnicalProtection"); } } if (_OperationalProtection!= null) { if (_OperationalProtection instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _OperationalProtection), "OperationalProtection"); } } if (_AuthenticationMethod!= null) { if (_AuthenticationMethod instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticationMethod), "AuthenticationMethod"); } } if (_GoverningAgreements!= null) { if (_GoverningAgreements instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _GoverningAgreements), "GoverningAgreements"); } } if (_AuthenticatingAuthority!= null) { if (_AuthenticatingAuthority instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AuthenticatingAuthority), "AuthenticatingAuthority"); } } while (idx1 != len1) { if (_Extension.get(idx1) instanceof javax.xml.bind.Element) { context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Extension.get(idx1 ++)), "Extension"); } else { idx1 += 1; } } } public java.lang.String ____jaxb____getId() { return ((java.lang.String) _ID); } public java.lang.Class getPrimaryInterface() { return (com.sun.identity.liberty.ws.common.jaxb.ac.AuthenticationContextStatementType.class); } public com.sun.msv.verifier.DocumentDeclaration createRawValidator() { if (schemaFragment == null) { schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize(( "\u00ac\u00ed\u0000\u0005sr\u0000\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su" +"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra" +"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi" +"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b" +"expandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000pp" +"sq\u0000~\u0000\u0000ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001pp" +"sq\u0000~\u0000\fsr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\'com.su" +"n.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fL" +"com/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv.grammar.Elemen" +"tExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000\fcontentModelq" +"\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\fppsr\u0000 com.sun.msv.grammar.OneOrMoreEx" +"p\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003ex" +"pq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u0010psr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000" +"\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0012xq\u0000~\u0000\u0003q\u0000~\u0000\u0010psr\u00002com.sun.msv" +".grammar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~" +"\u0000\u000f\u0001q\u0000~\u0000\u001csr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dc" +"om.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.gra" +"mmar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u001dq\u0000~\u0000\"" +"sr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNa" +"met\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000~\u0000$xq\u0000~\u0000\u001ft\u0000@com.sun." +"identity.liberty.ws.common.jaxb.ac.IdentificationElementt\u0000+h" +"ttp://java.sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\u0011q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000" +"\u0000ppsq\u0000~\u0000\u0011pp\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\u0016q\u0000~\u0000\u0010psq\u0000~\u0000\u0019q\u0000~\u0000\u0010pq\u0000~\u0000\u001cq\u0000~\u0000 q\u0000~\u0000\"s" +"q\u0000~\u0000#t\u0000=com.sun.identity.liberty.ws.common.jaxb.ac.Identific" +"ationTypeq\u0000~\u0000\'sq\u0000~\u0000\fppsq\u0000~\u0000\u0019q\u0000~\u0000\u0010psr\u0000\u001bcom.sun.msv.grammar.Da" +"taExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006ex" +"ceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0003q\u0000~\u0000\u0010p" +"sr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun" +".msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.ms" +"v.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.dataty" +"pe.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000$L\u0000\btypeN" +"ameq\u0000~\u0000$L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpace" +"Processor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005c" +"om.sun.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001" +"\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002" +"\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000" +"\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0010psr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000" +"\u0002L\u0000\tlocalNameq\u0000~\u0000$L\u0000\fnamespaceURIq\u0000~\u0000$xpq\u0000~\u0000=q\u0000~\u0000= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 10 : if (("SecurityAudit" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _OperationalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl.class), 11, ___uri, ___local, ___qname, __atts)); return ; } if (("SecurityAudit" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _OperationalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl.class), 11, ___uri, ___local, ___qname, __atts)); return ; } if (("DeactivationCallCenter" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _OperationalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl.class), 11, ___uri, ___local, ___qname, __atts)); return ; } if (("DeactivationCallCenter" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _OperationalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl.class), 11, ___uri, ___local, ___qname, __atts)); return ; } if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _OperationalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl.class), 11, ___uri, ___local, ___qname, __atts)); return ; } if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _OperationalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl.class), 11, ___uri, ___local, ___qname, __atts)); return ; } _OperationalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl.class), 11, ___uri, ___local, ___qname, __atts)); return ; case 21 : if (!(("" == ___uri)||("urn:liberty:ac:2003-08" == ___uri))) { _getExtension().add(((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ExtensionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ExtensionTypeImpl.class), 22, ___uri, ___local, ___qname, __atts))); return ; } break; case 16 : if (("GoverningAgreementRef" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _GoverningAgreements = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.GoverningAgreementsTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.GoverningAgreementsTypeImpl.class), 17, ___uri, ___local, ___qname, __atts)); return ; } if (("GoverningAgreementRef" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _GoverningAgreements = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.GoverningAgreementsTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.GoverningAgreementsTypeImpl.class), 17, ___uri, ___local, ___qname, __atts)); return ; } break; case 6 : if (("TechnicalProtection" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _TechnicalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionElementImpl.class), 9, ___uri, ___local, ___qname, __atts)); return ; } if (("TechnicalProtection" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.pushAttributes(__atts, false); state = 7; return ; } state = 9; continue outer; case 23 : attIdx = context.getAttribute("", "ID"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } break; case 15 : if (("GoverningAgreements" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _GoverningAgreements = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.GoverningAgreementsElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.GoverningAgreementsElementImpl.class), 18, ___uri, ___local, ___qname, __atts)); return ; } if (("GoverningAgreements" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.pushAttributes(__atts, false); state = 16; return ; } state = 18; continue outer; case 9 : if (("OperationalProtection" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _OperationalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionElementImpl.class), 12, ___uri, ___local, ___qname, __atts)); return ; } if (("OperationalProtection" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.pushAttributes(__atts, false); state = 10; return ; } state = 12; continue outer; case 7 : if (("PrivateKeyProtection" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _TechnicalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl.class), 8, ___uri, ___local, ___qname, __atts)); return ; } if (("PrivateKeyProtection" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _TechnicalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl.class), 8, ___uri, ___local, ___qname, __atts)); return ; } if (("SecretKeyProtection" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _TechnicalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl.class), 8, ___uri, ___local, ___qname, __atts)); return ; } if (("SecretKeyProtection" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _TechnicalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl.class), 8, ___uri, ___local, ___qname, __atts)); return ; } if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _TechnicalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl.class), 8, ___uri, ___local, ___qname, __atts)); return ; } if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _TechnicalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl.class), 8, ___uri, ___local, ___qname, __atts)); return ; } _TechnicalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl.class), 8, ___uri, ___local, ___qname, __atts)); return ; case 4 : attIdx = context.getAttribute("", "nym"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } if (("PhysicalVerification" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl.class), 5, ___uri, ___local, ___qname, __atts)); return ; } if (("PhysicalVerification" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl.class), 5, ___uri, ___local, ___qname, __atts)); return ; } if (("WrittenConsent" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl.class), 5, ___uri, ___local, ___qname, __atts)); return ; } if (("WrittenConsent" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl.class), 5, ___uri, ___local, ___qname, __atts)); return ; } if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl.class), 5, ___uri, ___local, ___qname, __atts)); return ; } if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl.class), 5, ___uri, ___local, ___qname, __atts)); return ; } _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl.class), 5, ___uri, ___local, ___qname, __atts)); return ; case 19 : if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _getExtension().add(((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ExtensionElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ExtensionElementImpl.class), 20, ___uri, ___local, ___qname, __atts))); return ; } if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.pushAttributes(__atts, false); state = 21; return ; } state = 20; continue outer; case 3 : if (("Identification" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationElementImpl.class), 6, ___uri, ___local, ___qname, __atts)); return ; } if (("Identification" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.pushAttributes(__atts, false); state = 4; return ; } state = 6; continue outer; case 13 : if (("PrincipalAuthenticationMechanism" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, ___uri, ___local, ___qname, __atts)); return ; } if (("PrincipalAuthenticationMechanism" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, ___uri, ___local, ___qname, __atts)); return ; } if (("Authenticator" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, ___uri, ___local, ___qname, __atts)); return ; } if (("Authenticator" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, ___uri, ___local, ___qname, __atts)); return ; } if (("AuthenticatorTransportProtocol" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, ___uri, ___local, ___qname, __atts)); return ; } if (("AuthenticatorTransportProtocol" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, ___uri, ___local, ___qname, __atts)); return ; } if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, ___uri, ___local, ___qname, __atts)); return ; } if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, ___uri, ___local, ___qname, __atts)); return ; } _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, ___uri, ___local, ___qname, __atts)); return ; case 18 : if (("AuthenticatingAuthority" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _AuthenticatingAuthority = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatingAuthorityElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatingAuthorityElementImpl.class), 19, ___uri, ___local, ___qname, __atts)); return ; } if (("AuthenticatingAuthority" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.pushAttributes(__atts, false); state = 23; return ; } state = 19; continue outer; case 12 : if (("AuthenticationMethod" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodElementImpl.class), 15, ___uri, ___local, ___qname, __atts)); return ; } if (("AuthenticationMethod" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.pushAttributes(__atts, false); state = 13; return ; } state = 15; continue outer; case 20 : if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { _getExtension().add(((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ExtensionElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.ExtensionElementImpl.class), 20, ___uri, ___local, ___qname, __atts))); return ; } if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.pushAttributes(__atts, false); state = 21; return ; } revertToParentFromEnterElement(___uri, ___local, ___qname, __atts); return ; } super.enterElement(___uri, ___local, ___qname, __atts); break; } } private void eatText1(final java.lang.String value) throws org.xml.sax.SAXException { try { _ID = context.addToIdTable(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value)); } catch (java.lang.Exception e) { handleParseConversionException(e); } } public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname) throws org.xml.sax.SAXException { int attIdx; outer: while (true) { switch (state) { case 11 : if (("OperationalProtection" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.popAttributes(); state = 12; return ; } break; case 0 : attIdx = context.getAttribute("", "ID"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 24 : if (("AuthenticatingAuthority" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.popAttributes(); state = 19; return ; } break; case 10 : _OperationalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl.class), 11, ___uri, ___local, ___qname)); return ; case 5 : if (("Identification" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.popAttributes(); state = 6; return ; } break; case 8 : if (("TechnicalProtection" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.popAttributes(); state = 9; return ; } break; case 17 : if (("GoverningAgreements" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.popAttributes(); state = 18; return ; } break; case 6 : state = 9; continue outer; case 23 : attIdx = context.getAttribute("", "ID"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } break; case 15 : state = 18; continue outer; case 9 : state = 12; continue outer; case 7 : _TechnicalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl.class), 8, ___uri, ___local, ___qname)); return ; case 4 : attIdx = context.getAttribute("", "nym"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl.class), 5, ___uri, ___local, ___qname)); return ; case 19 : state = 20; continue outer; case 3 : state = 6; continue outer; case 13 : _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromLeaveElement((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, ___uri, ___local, ___qname)); return ; case 18 : state = 19; continue outer; case 14 : if (("AuthenticationMethod" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.popAttributes(); state = 15; return ; } break; case 12 : state = 15; continue outer; case 20 : revertToParentFromLeaveElement(___uri, ___local, ___qname); return ; case 22 : if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) { context.popAttributes(); state = 20; return ; } break; } super.leaveElement(___uri, ___local, ___qname); break; } } public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname) throws org.xml.sax.SAXException { int attIdx; outer: while (true) { switch (state) { case 0 : if (("ID" == ___local)&&("" == ___uri)) { state = 1; return ; } state = 3; continue outer; case 10 : _OperationalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl.class), 11, ___uri, ___local, ___qname)); return ; case 6 : state = 9; continue outer; case 23 : if (("ID" == ___local)&&("" == ___uri)) { _AuthenticatingAuthority = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatingAuthorityTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticatingAuthorityTypeImpl.class), 24, ___uri, ___local, ___qname)); return ; } break; case 15 : state = 18; continue outer; case 9 : state = 12; continue outer; case 7 : _TechnicalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl.class), 8, ___uri, ___local, ___qname)); return ; case 4 : if (("nym" == ___local)&&("" == ___uri)) { _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl.class), 5, ___uri, ___local, ___qname)); return ; } _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl.class), 5, ___uri, ___local, ___qname)); return ; case 19 : state = 20; continue outer; case 3 : state = 6; continue outer; case 13 : _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, ___uri, ___local, ___qname)); return ; case 18 : state = 19; continue outer; case 12 : state = 15; continue outer; case 20 : revertToParentFromEnterAttribute(___uri, ___local, ___qname); return ; } super.enterAttribute(___uri, ___local, ___qname); break; } } public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname) throws org.xml.sax.SAXException { int attIdx; outer: while (true) { switch (state) { case 0 : attIdx = context.getAttribute("", "ID"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 10 : _OperationalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl.class), 11, ___uri, ___local, ___qname)); return ; case 6 : state = 9; continue outer; case 23 : attIdx = context.getAttribute("", "ID"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } break; case 15 : state = 18; continue outer; case 9 : state = 12; continue outer; case 7 : _TechnicalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl.class), 8, ___uri, ___local, ___qname)); return ; case 4 : attIdx = context.getAttribute("", "nym"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl.class), 5, ___uri, ___local, ___qname)); return ; case 19 : state = 20; continue outer; case 3 : state = 6; continue outer; case 13 : _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromLeaveAttribute((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, ___uri, ___local, ___qname)); return ; case 2 : if (("ID" == ___local)&&("" == ___uri)) { state = 3; return ; } break; case 18 : state = 19; continue outer; case 12 : state = 15; continue outer; case 20 : revertToParentFromLeaveAttribute(___uri, ___local, ___qname); return ; } super.leaveAttribute(___uri, ___local, ___qname); break; } } public void handleText(final java.lang.String value) throws org.xml.sax.SAXException { int attIdx; outer: while (true) { try { switch (state) { case 0 : attIdx = context.getAttribute("", "ID"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 10 : _OperationalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.OperationalProtectionTypeImpl.class), 11, value)); return ; case 6 : state = 9; continue outer; case 23 : attIdx = context.getAttribute("", "ID"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } break; case 15 : state = 18; continue outer; case 9 : state = 12; continue outer; case 7 : _TechnicalProtection = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.TechnicalProtectionTypeImpl.class), 8, value)); return ; case 4 : attIdx = context.getAttribute("", "nym"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } _Identification = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.IdentificationTypeImpl.class), 5, value)); return ; case 19 : state = 20; continue outer; case 3 : state = 6; continue outer; case 13 : _AuthenticationMethod = ((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl) spawnChildFromText((com.sun.identity.liberty.ws.common.jaxb.ac.impl.AuthenticationMethodTypeImpl.class), 14, value)); return ; case 1 : state = 2; eatText1(value); return ; case 18 : state = 19; continue outer; case 12 : state = 15; continue outer; case 20 : revertToParentFromText(value); return ; } } catch (java.lang.RuntimeException e) { handleUnexpectedTextException(value, e); } break; } } } }