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.metadata.impl;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkpublic class SSODescriptorTypeImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk extends com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk implements com.sun.identity.saml2.jaxb.metadata.SSODescriptorType, 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 _ManageNameIDService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _ArtifactResolutionService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _NameIDFormat;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _SingleLogoutService;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public final static java.lang.Class version = (com.sun.identity.saml2.jaxb.metadata.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.metadata.SSODescriptorType.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getManageNameIDService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ManageNameIDService == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _ManageNameIDService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _ManageNameIDService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getManageNameIDService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getManageNameIDService();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getArtifactResolutionService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ArtifactResolutionService == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _ArtifactResolutionService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _ArtifactResolutionService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getArtifactResolutionService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getArtifactResolutionService();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getNameIDFormat() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_NameIDFormat == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _NameIDFormat = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _NameIDFormat;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getNameIDFormat() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getNameIDFormat();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getSingleLogoutService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_SingleLogoutService == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _SingleLogoutService = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _SingleLogoutService;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getSingleLogoutService() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getSingleLogoutService();
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.metadata.impl.SSODescriptorTypeImpl.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 = ((_ManageNameIDService == null)? 0 :_ManageNameIDService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx2 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len2 = ((_ArtifactResolutionService == null)? 0 :_ArtifactResolutionService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx3 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len3 = ((_NameIDFormat == null)? 0 :_NameIDFormat.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx4 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len4 = ((_SingleLogoutService == null)? 0 :_SingleLogoutService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.serializeBody(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx2 != len2) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ArtifactResolutionService.get(idx2) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _ArtifactResolutionService.get(idx2 ++)), "ArtifactResolutionService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "ArtifactResolutionService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_0 = idx2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ArtifactResolutionService.get(idx_0 ++)), "ArtifactResolutionService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_1 = idx2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ArtifactResolutionService.get(idx_1 ++)), "ArtifactResolutionService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _ArtifactResolutionService.get(idx2 ++)), "ArtifactResolutionService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx4 != len4) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_SingleLogoutService.get(idx4) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _SingleLogoutService.get(idx4 ++)), "SingleLogoutService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "SingleLogoutService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_2 = idx4;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SingleLogoutService.get(idx_2 ++)), "SingleLogoutService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_3 = idx4;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SingleLogoutService.get(idx_3 ++)), "SingleLogoutService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _SingleLogoutService.get(idx4 ++)), "SingleLogoutService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx1 != len1) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ManageNameIDService.get(idx1) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _ManageNameIDService.get(idx1 ++)), "ManageNameIDService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "ManageNameIDService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_4 = idx1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ManageNameIDService.get(idx_4 ++)), "ManageNameIDService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_5 = idx1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ManageNameIDService.get(idx_5 ++)), "ManageNameIDService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _ManageNameIDService.get(idx1 ++)), "ManageNameIDService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx3 != len3) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "NameIDFormat");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_6 = idx3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx_6 += 1;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_7 = idx3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx_7 += 1;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk context.text(((java.lang.String) _NameIDFormat.get(idx3 ++)), "NameIDFormat");
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
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 = ((_ManageNameIDService == null)? 0 :_ManageNameIDService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx2 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len2 = ((_ArtifactResolutionService == null)? 0 :_ArtifactResolutionService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx3 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len3 = ((_NameIDFormat == null)? 0 :_NameIDFormat.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx4 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len4 = ((_SingleLogoutService == null)? 0 :_SingleLogoutService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.serializeAttributes(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx2 != len2) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ArtifactResolutionService.get(idx2) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ArtifactResolutionService.get(idx2 ++)), "ArtifactResolutionService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx2 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx4 != len4) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_SingleLogoutService.get(idx4) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SingleLogoutService.get(idx4 ++)), "SingleLogoutService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx4 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx1 != len1) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ManageNameIDService.get(idx1) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ManageNameIDService.get(idx1 ++)), "ManageNameIDService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx1 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx3 != len3) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx3 += 1;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
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 = ((_ManageNameIDService == null)? 0 :_ManageNameIDService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx2 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len2 = ((_ArtifactResolutionService == null)? 0 :_ArtifactResolutionService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx3 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len3 = ((_NameIDFormat == null)? 0 :_NameIDFormat.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx4 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len4 = ((_SingleLogoutService == null)? 0 :_SingleLogoutService.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.serializeURIs(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx2 != len2) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ArtifactResolutionService.get(idx2) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ArtifactResolutionService.get(idx2 ++)), "ArtifactResolutionService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx2 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx4 != len4) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_SingleLogoutService.get(idx4) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SingleLogoutService.get(idx4 ++)), "SingleLogoutService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx4 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx1 != len1) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ManageNameIDService.get(idx1) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ManageNameIDService.get(idx1 ++)), "ManageNameIDService");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx1 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx3 != len3) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx3 += 1;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.Class getPrimaryInterface() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return (com.sun.identity.saml2.jaxb.metadata.SSODescriptorType.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\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"expandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000pp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"com.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\u0012sr\u0000\u0011ja"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"va.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\'com.sun.msv.gramma"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"r.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"grammar/NameClass;xr\u0000\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0016p\u0000sq\u0000~\u0000\u0012ppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0016psr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0018xq\u0000~\u0000\u0003q\u0000~\u0000\u0016psr\u00002com.sun.msv.grammar.Exp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u0015\u0001q\u0000~\u0000\"sr\u0000 "
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.g"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Express"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ion$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000#q\u0000~\u0000(sr\u0000#com.sun."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/l"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ang/String;L\u0000\fnamespaceURIq\u0000~\u0000*xq\u0000~\u0000%t\u00003com.sun.identity.sam"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"l2.jaxb.xmlsig.SignatureElementt\u0000+http://java.sun.com/jaxb/x"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"jc/dummy-elementssq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0017pp\u0000sq\u0000~\u0000\u0012ppsq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u00000com.sun.identity."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"saml2.jaxb.xmlsig.SignatureTypeq\u0000~\u0000-sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0016psr\u0000\u001b"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"com.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"atatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/S"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tringPair;xq\u0000~\u0000\u0003ppsr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespa"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ceUriq\u0000~\u0000*L\u0000\btypeNameq\u0000~\u0000*L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XMLS"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"chemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcesso"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"r$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpace"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"Processor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$Nul"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"lSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0016psr\u0000\u001bcom.sun.msv.util.St"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000*L\u0000\fnamespaceURIq\u0000~\u0000*xpq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000Cq\u0000~\u0000Bsq\u0000~\u0000)t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-ins"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tanceq\u0000~\u0000(sq\u0000~\u0000)t\u0000\tSignaturet\u0000\"http://www.w3.org/2000/09/xml"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"dsig#q\u0000~\u0000(sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u0012q\u0000~\u0000\u0016psq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u00006com.sun.identity.saml"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"2.jaxb.metadata.ExtensionsElementq\u0000~\u0000-sq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0000pps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0017pp\u0000sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+")t\u00003com.sun.identity.saml2.jaxb.metadata.ExtensionsTypeq\u0000~\u0000-"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000;q\u0000~\u0000Kq\u0000~\u0000(sq\u0000~\u0000)t\u0000\nExtensionst\u0000$urn"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+":oasis:names:tc:SAML:2.0:metadataq\u0000~\u0000(sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u0012q\u0000~\u0000\u0016psq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000\""
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u00009com.sun.identity.saml2.jaxb.metadata.KeyD"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"escriptorElementq\u0000~\u0000-sq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0017pp\u0000sq\u0000~\u0000\u0012pps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u00006com.sun.ident"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ity.saml2.jaxb.metadata.KeyDescriptorTypeq\u0000~\u0000-sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001f"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0016pq\u0000~\u0000;q\u0000~\u0000Kq\u0000~\u0000(sq\u0000~\u0000)t\u0000\rKeyDescriptorq\u0000~\u0000eq\u0000~\u0000(sq\u0000~\u0000\u0012p"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"psq\u0000~\u0000\u0012q\u0000~\u0000\u0016psq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u00008com.sun.identity.saml2.jaxb.metadata.O"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rganizationElementq\u0000~\u0000-sq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0017pp\u0000sq\u0000~\u0000\u0012p"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"psq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u00005com.sun.ide"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ntity.saml2.jaxb.metadata.OrganizationTypeq\u0000~\u0000-sq\u0000~\u0000\u0012ppsq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u001fq\u0000~\u0000\u0016pq\u0000~\u0000;q\u0000~\u0000Kq\u0000~\u0000(sq\u0000~\u0000)t\u0000\fOrganizationq\u0000~\u0000eq\u0000~\u0000(sq\u0000~\u0000\u0012p"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"psq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u0012q\u0000~\u0000\u0016psq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u00009com.sun.identity.saml2.jax"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"b.metadata.ContactPersonElementq\u0000~\u0000-sq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0000ppsq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0017pp\u0000sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00000com.sun.identity.saml2.jaxb.metadata.ContactTypeq\u0000~\u0000-sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0012ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000;q\u0000~\u0000Kq\u0000~\u0000(sq\u0000~\u0000)t\u0000\rContactPersonq\u0000~\u0000eq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000(sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u0012q\u0000~\u0000\u0016psq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0012ppsq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u0000Ecom.sun.identity."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"saml2.jaxb.metadata.ArtifactResolutionServiceElementq\u0000~\u0000-sq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0017pp\u0000sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u00008com.sun.identity.saml2.jaxb.metadata."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"IndexedEndpointTypeq\u0000~\u0000-sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000;q\u0000~\u0000Kq\u0000~\u0000(s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000)t\u0000\u0019ArtifactResolutionServiceq\u0000~\u0000eq\u0000~\u0000(sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0016psq\u0000~\u0000\u0012q\u0000~\u0000\u0016psq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016p"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u0000?com.sun.identity.saml2.jaxb.metadata"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".SingleLogoutServiceElementq\u0000~\u0000-sq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0017p"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"p\u0000sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u00001co"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"m.sun.identity.saml2.jaxb.metadata.EndpointTypeq\u0000~\u0000-sq\u0000~\u0000\u0012pp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000;q\u0000~\u0000Kq\u0000~\u0000(sq\u0000~\u0000)t\u0000\u0013SingleLogoutServiceq\u0000~\u0000e"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000(sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u0012q\u0000~\u0000\u0016psq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0012ppsq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u0000?com.sun.identi"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ty.saml2.jaxb.metadata.ManageNameIDServiceElementq\u0000~\u0000-sq\u0000~\u0000\u0017"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0017pp\u0000sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016psq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)q\u0000~\u0000\u00c9q\u0000~\u0000-sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000;q\u0000~\u0000Kq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000(sq\u0000~\u0000)t\u0000\u0013ManageNameIDServiceq\u0000~\u0000eq\u0000~\u0000(sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0016p"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000\u0017q\u0000~\u0000\u0016p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u00008q\u0000~\u0000\u0016psr\u0000#com.sun.msv.datatype.xs"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"d.AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000=q\u0000~\u0000Bt\u0000\u0006anyURIq\u0000~\u0000Fq\u0000~\u0000Hsq\u0000~\u0000Iq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u00e9q\u0000~\u0000Bsq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000;q\u0000~\u0000Kq\u0000~\u0000(sq\u0000~\u0000)t\u0000\fNameIDF"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ormatq\u0000~\u0000eq\u0000~\u0000(sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0016psq\u0000~\u00008ppsr\u0000\u001fcom.sun.msv.d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"atatype.xsd.IDType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype.xsd.Nc"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"nameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\"com.sun.msv.datatype.xsd.TokenType\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\risAlwaysValidxq\u0000~\u0000=q\u0000~\u0000Bt\u0000\u0002IDq\u0000~\u0000F\u0000q\u0000~\u0000Hsq\u0000~\u0000Iq\u0000~\u0000\u00f7q\u0000~\u0000Bsq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000)t\u0000\u0002IDt\u0000\u0000q\u0000~\u0000(sq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0016psq\u0000~\u00008ppsr\u0000%com.sun.msv."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"datatype.xsd.DurationType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000=q\u0000~\u0000Bt\u0000\bdurationq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000Fq\u0000~\u0000Hsq\u0000~\u0000Iq\u0000~\u0001\u0001q\u0000~\u0000Bsq\u0000~\u0000)t\u0000\rcacheDurationq\u0000~\u0000\u00fbq\u0000~\u0000(sq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0012ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0016pq\u0000~\u0000\u00e6sq\u0000~\u0000)t\u0000\berrorURLq\u0000~\u0000\u00fbq\u0000~\u0000(sq\u0000~\u0000\u001fppsq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00008ppsr\u0000!com.sun.msv.datatype.xsd.ListType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bitemT"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ypet\u0000)Lcom/sun/msv/datatype/xsd/XSDatatypeImpl;xq\u0000~\u0000>q\u0000~\u0000et\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u000eanyURIListTypeq\u0000~\u0000Fq\u0000~\u0000\u00e8q\u0000~\u0000Hpsq\u0000~\u0000)t\u0000\u001aprotocolSupportEnume"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rationq\u0000~\u0000\u00fbsq\u0000~\u0000\u0012ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0016psq\u0000~\u00008ppsr\u0000%com.sun.msv.datat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ype.xsd.DateTimeType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000)com.sun.msv.datatype.xsd."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"DateTimeBaseType\u0014W\u001a@3\u00a5\u00b4\u00e5\u0002\u0000\u0000xq\u0000~\u0000=q\u0000~\u0000Bt\u0000\bdateTimeq\u0000~\u0000Fq\u0000~\u0000Hs"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000Iq\u0000~\u0001\u0017q\u0000~\u0000Bsq\u0000~\u0000)t\u0000\nvalidUntilq\u0000~\u0000\u00fbq\u0000~\u0000(sr\u0000\"com.sun.msv."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"grammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersion"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"L\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000Z\u0001pq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u007fq\u0000~\u0000sq\u0000~\u0000kq\u0000~\u0000]q\u0000~\u0000Uq\u0000~\u00002q\u0000~\u0000\u001eq\u0000~\u0000\u00c6q\u0000~\u0000\fq\u0000~\u0000\u00d3q\u0000~\u0000\u00dbq\u0000~\u0000\u00e2q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0007q\u0000~\u0000\u00a5q\u0000~\u0000\u0090q\u0000~\u0000gq\u0000~\u0000\u00baq\u0000~\u0000\u00cfq\u0000~\u0000\u00b0q\u0000~\u0000\u00a8q\u0000~\u0000\u009bq\u0000~\u0000\u0093q\u0000~\u0000\u0086q\u0000~\u0000~q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rq\u0000~\u0000jq\u0000~\u0000\\q\u0000~\u0000Tq\u0000~\u00001q\u0000~\u0000\u001bq\u0000~\u0000\u00bdq\u0000~\u0000\u00c5q\u0000~\u0000\u00d2q\u0000~\u0000\u00daq\u0000~\u0000\u00aeq\u0000~\u0000\u0099q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0084q\u0000~\u0000pq\u0000~\u0000Zq\u0000~\u0000/q\u0000~\u0000\u00c3q\u0000~\u0000\u00d8q\u0000~\u0000\rq\u0000~\u0000\tq\u0000~\u0000{q\u0000~\u0000Qq\u0000~\u0000\u0013q\u0000~\u0000\u00efq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00a4q\u0000~\u0000\u008fq\u0000~\u0000fq\u0000~\u0000\u00b9q\u0000~\u0000\u00ceq\u0000~\u0000\u00a6q\u0000~\u0000\u0091q\u0000~\u0000|q\u0000~\u0000hq\u0000~\u0000Rq\u0000~\u0000\u0014q\u0000~\u0000\u00bbq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00d0q\u0000~\u0001\u0011q\u0000~\u0001\u0005q\u0000~\u0000\bq\u0000~\u0000\u00b5q\u0000~\u0000\u00a0q\u0000~\u0000\u008bq\u0000~\u0000wq\u0000~\u0000aq\u0000~\u00006q\u0000~\u0000\u00caq\u0000~\u0000\u00deq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00ebq\u0000~\u0000\u000eq\u0000~\u0000\u0011q\u0000~\u0000\u0006q\u0000~\u0000\u000fq\u0000~\u0000\u00e5q\u0000~\u0000\nq\u0000~\u0000\u0010q\u0000~\u0000\u0005q\u0000~\u0000\u000bq\u0000~\u0000\u00fcq\u0000~\u0000\u00e3q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00beq\u0000~\u0000\u00b1q\u0000~\u0000\u00a9q\u0000~\u0000\u009cq\u0000~\u0000\u0094q\u0000~\u0000\u0087x"));
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.metadata.impl.SSODescriptorTypeImpl.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 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Binding");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ManageNameIDService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getManageNameIDService().add(((com.sun.identity.saml2.jaxb.metadata.impl.ManageNameIDServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.ManageNameIDServiceElementImpl.class), 6, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ManageNameIDService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 10;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("NameIDFormat" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, true);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 7;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ArtifactResolutionService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getArtifactResolutionService().add(((com.sun.identity.saml2.jaxb.metadata.impl.ArtifactResolutionServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.ArtifactResolutionServiceElementImpl.class), 2, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ArtifactResolutionService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("SingleLogoutService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getSingleLogoutService().add(((com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl.class), 5, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("SingleLogoutService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 5;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 5 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("SingleLogoutService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getSingleLogoutService().add(((com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl.class), 5, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("SingleLogoutService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ManageNameIDService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getManageNameIDService().add(((com.sun.identity.saml2.jaxb.metadata.impl.ManageNameIDServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.ManageNameIDServiceElementImpl.class), 6, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ManageNameIDService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 10;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 10 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Binding");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ArtifactResolutionService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getArtifactResolutionService().add(((com.sun.identity.saml2.jaxb.metadata.impl.ArtifactResolutionServiceElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.ArtifactResolutionServiceElementImpl.class), 2, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ArtifactResolutionService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "errorURL");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "protocolSupportEnumeration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("NameIDFormat" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, true);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 7;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
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 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Binding");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 5;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 4 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("SingleLogoutService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 5;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 5 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 11 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ManageNameIDService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 10 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Binding");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 13 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ArtifactResolutionService" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "errorURL");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "protocolSupportEnumeration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 8 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("NameIDFormat" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
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 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Binding" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getSingleLogoutService().add(((com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl.class), 4, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 5;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("index" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getArtifactResolutionService().add(((com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl.class), 13, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 5 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 10 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Binding" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getManageNameIDService().add(((com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.EndpointTypeImpl.class), 11, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ID" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("cacheDuration" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("errorURL" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("protocolSupportEnumeration" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.SSODescriptorTypeImpl.this).new Unmarshaller(context)), 1, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
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 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Binding");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 5;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 5 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 10 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Binding");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "errorURL");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "protocolSupportEnumeration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
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 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Binding");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 5;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 5 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 10 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "Binding");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 2;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 7 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 8;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "errorURL");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "protocolSupportEnumeration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
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
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private void eatText1(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getNameIDFormat().add(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleParseConversionException(e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk}