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 EntityDescriptorTypeImpl implements com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType, 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.xml.bind.marshaller.IdentifiableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk{
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.identity.saml2.jaxb.metadata.ExtensionsType _Extensions;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected java.util.Calendar _ValidUntil;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _ContactPerson;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk protected java.lang.String _ID;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.identity.saml2.jaxb.metadata.OrganizationType _Organization;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk protected java.lang.String _CacheDuration;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _AdditionalMetadataLocation;
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk protected java.lang.String _EntityID;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType _AffiliationDescriptor;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.identity.saml2.jaxb.xmlsig.SignatureType _Signature;
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.EntityDescriptorType.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.identity.saml2.jaxb.metadata.ExtensionsType getExtensions() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _Extensions;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void setExtensions(com.sun.identity.saml2.jaxb.metadata.ExtensionsType value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Extensions = value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.Calendar getValidUntil() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _ValidUntil;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void setValidUntil(java.util.Calendar value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _ValidUntil = value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getContactPerson() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ContactPerson == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _ContactPerson = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _ContactPerson;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getContactPerson() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getContactPerson();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.String getID() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _ID;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void setID(java.lang.String value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _ID = value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.identity.saml2.jaxb.metadata.OrganizationType getOrganization() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _Organization;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void setOrganization(com.sun.identity.saml2.jaxb.metadata.OrganizationType value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Organization = value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.String getCacheDuration() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _CacheDuration;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void setCacheDuration(java.lang.String value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _CacheDuration = value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk protected com.sun.xml.bind.util.ListImpl _getAdditionalMetadataLocation() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AdditionalMetadataLocation == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AdditionalMetadataLocation = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _AdditionalMetadataLocation;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public java.util.List getAdditionalMetadataLocation() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _getAdditionalMetadataLocation();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.String getEntityID() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _EntityID;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void setEntityID(java.lang.String value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _EntityID = value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType getAffiliationDescriptor() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _AffiliationDescriptor;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void setAffiliationDescriptor(com.sun.identity.saml2.jaxb.metadata.AffiliationDescriptorType value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AffiliationDescriptor = value;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.identity.saml2.jaxb.xmlsig.SignatureType getSignature() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return _Signature;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public void setSignature(com.sun.identity.saml2.jaxb.xmlsig.SignatureType value) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Signature = value;
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.EntityDescriptorTypeImpl.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 = ((_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor == null)? 0 :_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx4 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len4 = ((_ContactPerson == null)? 0 :_ContactPerson.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx8 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len8 = ((_AdditionalMetadataLocation == null)? 0 :_AdditionalMetadataLocation.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Signature!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Signature instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _Signature), "Signature");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("http://www.w3.org/2000/09/xmldsig#", "Signature");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Signature), "Signature");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Signature), "Signature");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _Signature), "Signature");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Extensions!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Extensions instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _Extensions), "Extensions");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "Extensions");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Extensions), "Extensions");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Extensions), "Extensions");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _Extensions), "Extensions");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if ((((_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor == null)? 0 :_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor.size())>= 1)&&(_AffiliationDescriptor == null)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx1 != len1) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor.get(idx1 ++)), "RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if ((((_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor == null)? 0 :_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor.size()) == 0)&&(_AffiliationDescriptor!= null)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AffiliationDescriptor instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AffiliationDescriptor), "AffiliationDescriptor");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "AffiliationDescriptor");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AffiliationDescriptor), "AffiliationDescriptor");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AffiliationDescriptor), "AffiliationDescriptor");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AffiliationDescriptor), "AffiliationDescriptor");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Organization!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Organization instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _Organization), "Organization");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "Organization");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Organization), "Organization");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Organization), "Organization");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _Organization), "Organization");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx4 != len4) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ContactPerson.get(idx4) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _ContactPerson.get(idx4 ++)), "ContactPerson");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "ContactPerson");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_8 = idx4;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ContactPerson.get(idx_8 ++)), "ContactPerson");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_9 = idx4;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ContactPerson.get(idx_9 ++)), "ContactPerson");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _ContactPerson.get(idx4 ++)), "ContactPerson");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx8 != len8) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AdditionalMetadataLocation.get(idx8) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AdditionalMetadataLocation.get(idx8 ++)), "AdditionalMetadataLocation");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "AdditionalMetadataLocation");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_10 = idx8;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AdditionalMetadataLocation.get(idx_10 ++)), "AdditionalMetadataLocation");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx_11 = idx8;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AdditionalMetadataLocation.get(idx_11 ++)), "AdditionalMetadataLocation");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsBody(((com.sun.xml.bind.JAXBObject) _AdditionalMetadataLocation.get(idx8 ++)), "AdditionalMetadataLocation");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
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 = ((_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor == null)? 0 :_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx4 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len4 = ((_ContactPerson == null)? 0 :_ContactPerson.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx8 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len8 = ((_AdditionalMetadataLocation == null)? 0 :_AdditionalMetadataLocation.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ID!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk context.text(context.onID(this, ((java.lang.String) _ID)), "ID");
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.endAttribute();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_CacheDuration!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk context.text(((java.lang.String) _CacheDuration), "CacheDuration");
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.endAttribute();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startAttribute("", "entityID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk context.text(((java.lang.String) _EntityID), "EntityID");
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.endAttribute();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ValidUntil!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.startAttribute("", "validUntil");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.text(com.sun.msv.datatype.xsd.DateTimeType.theInstance.serializeJavaObject(((java.util.Calendar) _ValidUntil), null), "ValidUntil");
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.endAttribute();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Signature!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Signature instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Signature), "Signature");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Extensions!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Extensions instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Extensions), "Extensions");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if ((((_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor == null)? 0 :_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor.size())>= 1)&&(_AffiliationDescriptor == null)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx1 != len1) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor.get(idx1 ++)), "RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if ((((_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor == null)? 0 :_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor.size()) == 0)&&(_AffiliationDescriptor!= null)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AffiliationDescriptor instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AffiliationDescriptor), "AffiliationDescriptor");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Organization!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Organization instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Organization), "Organization");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx4 != len4) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ContactPerson.get(idx4) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ContactPerson.get(idx4 ++)), "ContactPerson");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx4 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx8 != len8) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AdditionalMetadataLocation.get(idx8) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _AdditionalMetadataLocation.get(idx8 ++)), "AdditionalMetadataLocation");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx8 += 1;
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 = ((_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor == null)? 0 :_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx4 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len4 = ((_ContactPerson == null)? 0 :_ContactPerson.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int idx8 = 0;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk final int len8 = ((_AdditionalMetadataLocation == null)? 0 :_AdditionalMetadataLocation.size());
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Signature!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Signature instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Signature), "Signature");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Extensions!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Extensions instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Extensions), "Extensions");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if ((((_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor == null)? 0 :_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor.size())>= 1)&&(_AffiliationDescriptor == null)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx1 != len1) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor.get(idx1 ++)), "RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if ((((_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor == null)? 0 :_RoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor.size()) == 0)&&(_AffiliationDescriptor!= null)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AffiliationDescriptor instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AffiliationDescriptor), "AffiliationDescriptor");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Organization!= null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_Organization instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Organization), "Organization");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx4 != len4) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_ContactPerson.get(idx4) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ContactPerson.get(idx4 ++)), "ContactPerson");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx4 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (idx8 != len8) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (_AdditionalMetadataLocation.get(idx8) instanceof javax.xml.bind.Element) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.childAsURIs(((com.sun.xml.bind.JAXBObject) _AdditionalMetadataLocation.get(idx8 ++)), "AdditionalMetadataLocation");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk } else {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk idx8 += 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.String ____jaxb____getId() {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk return ((java.lang.String) _ID);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.Class getPrimaryInterface() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return (com.sun.identity.saml2.jaxb.metadata.EntityDescriptorType.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\u0000ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\u000esr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005val"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"uexp\u0000psr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.ms"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"v.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributes"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"L\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u0012p\u0000sq\u0000~\u0000\u000eppsr\u0000 com.sun.msv.gra"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mmar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u0012psr\u0000 com.sun.msv.grammar.At"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0014xq\u0000~\u0000\u0003q\u0000~\u0000\u0012"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"psr\u00002com.sun.msv.grammar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u0011\u0001q\u0000~\u0000\u001esr\u0000 com.sun.msv.grammar.AnyNameClass"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"0com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"xq\u0000~\u0000\u0003q\u0000~\u0000\u001fq\u0000~\u0000$sr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000~\u0000&x"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000!t\u00003com.sun.identity.saml2.jaxb.xmlsig.SignatureElementt"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\u0013q\u0000~\u0000\u0012p\u0000sq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u0000ppsq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000$sq\u0000~\u0000%t\u00000com.sun.identity.saml2.jaxb.xmlsig.SignatureTypeq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000)sq\u0000~\u0000\u000eppsq\u0000~\u0000\u001bq\u0000~\u0000\u0012psr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0003ppsr\u0000\"com.sun.ms"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"v.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000&L\u0000\btypeNameq\u0000~\u0000&L\u0000\nwhi"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"teSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+" http://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.dat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"atype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.su"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"n.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u0012psr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000&L\u0000\fnamespaceURIq\u0000~\u0000&xpq\u0000~\u0000?q\u0000~\u0000>sq\u0000~\u0000%t\u0000\u0004typet\u0000)http://w"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ww.w3.org/2001/XMLSchema-instanceq\u0000~\u0000$sq\u0000~\u0000%t\u0000\tSignaturet\u0000\"h"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ttp://www.w3.org/2000/09/xmldsig#q\u0000~\u0000$sq\u0000~\u0000\u000eppsq\u0000~\u0000\u000eq\u0000~\u0000\u0012psq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u0013q\u0000~\u0000\u0012p\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000%t\u00006com.sun.identity.saml2.jaxb.metadata.ExtensionsElemen"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tq\u0000~\u0000)sq\u0000~\u0000\u0013q\u0000~\u0000\u0012p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u00003com.sun.identity.saml2.jaxb."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"metadata.ExtensionsTypeq\u0000~\u0000)sq\u0000~\u0000\u000eppsq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u00007q\u0000~\u0000Gq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000$sq\u0000~\u0000%t\u0000\nExtensionst\u0000$urn:oasis:names:tc:SAML:2.0:metadat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"aq\u0000~\u0000$sq\u0000~\u0000\u000eppsq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018ppsq\u0000~\u0000\u000eppsq\u0000~\u0000\u000eppsq\u0000~\u0000\u000eppsq\u0000~\u0000\u000e"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ppsq\u0000~\u0000\u000eppsq\u0000~\u0000\u000eppsq\u0000~\u0000\u000eppsq\u0000~\u0000\u000eppsq\u0000~\u0000\u000eppsq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000epps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000:com.sun.ident"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ity.saml2.jaxb.metadata.RoleDescriptorElementq\u0000~\u0000)sq\u0000~\u0000\u0013pp\u0000s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000<com.s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"un.identity.saml2.jaxb.metadata.IDPSSODescriptorElementq\u0000~\u0000)"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000%t\u0000;com.sun.identity.saml2.jaxb.metadata.SPSSODescriptorEle"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mentq\u0000~\u0000)sq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\""
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000$sq\u0000~\u0000%t\u0000Dcom.sun.identity.saml2.jaxb.metadata.AuthnAuth"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"orityDescriptorElementq\u0000~\u0000)sq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000Hcom.sun.identity.saml2.jaxb."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"metadata.AttributeAuthorityDescriptorElementq\u0000~\u0000)sq\u0000~\u0000\u0013pp\u0000sq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u00009com.su"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"n.identity.saml2.jaxb.metadata.PDPDescriptorElementq\u0000~\u0000)sq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0013pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+">com.sun.identity.saml2.jaxb.metadata.XACMLPDPDescriptorElem"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"entq\u0000~\u0000)sq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000$sq\u0000~\u0000%t\u0000;com.sun.identity.saml2.jaxb.metadata.QueryDescr"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"iptorElementq\u0000~\u0000)sq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000Mcom.sun.identity.saml2.jaxb.metadata.X"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ACMLAuthzDecisionQueryDescriptorElementq\u0000~\u0000)sq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000ep"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"psq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000Lcom.sun.ide"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ntity.saml2.jaxb.metadataextquery.AttributeQueryDescriptorEl"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ementq\u0000~\u0000)sq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000Acom.sun.identity.saml2.jaxb.metadata.Affiliat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ionDescriptorElementq\u0000~\u0000)sq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000epps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000>com.sun.ident"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ity.saml2.jaxb.metadata.AffiliationDescriptorTypeq\u0000~\u0000)sq\u0000~\u0000\u000e"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ppsq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u00007q\u0000~\u0000Gq\u0000~\u0000$sq\u0000~\u0000%t\u0000\u0015AffiliationDescriptorq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000asq\u0000~\u0000\u000eppsq\u0000~\u0000\u000eq\u0000~\u0000\u0012psq\u0000~\u0000\u0013q\u0000~\u0000\u0012p\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u00008com.sun.identity.saml2.jaxb"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".metadata.OrganizationElementq\u0000~\u0000)sq\u0000~\u0000\u0013q\u0000~\u0000\u0012p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0013pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u00005"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"com.sun.identity.saml2.jaxb.metadata.OrganizationTypeq\u0000~\u0000)sq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u000eppsq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u00007q\u0000~\u0000Gq\u0000~\u0000$sq\u0000~\u0000%t\u0000\fOrganizationq\u0000~\u0000aq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000$sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u000eq\u0000~\u0000\u0012psq\u0000~\u0000\u0013q\u0000~\u0000\u0012p\u0000sq\u0000~\u0000\u000eppsq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u00009com.sun.identit"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"y.saml2.jaxb.metadata.ContactPersonElementq\u0000~\u0000)sq\u0000~\u0000\u0013q\u0000~\u0000\u0012p\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000$sq\u0000~\u0000%t\u00000com.sun.identity.saml2.jaxb.metadata.ContactTyp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"eq\u0000~\u0000)sq\u0000~\u0000\u000eppsq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u00007q\u0000~\u0000Gq\u0000~\u0000$sq\u0000~\u0000%t\u0000\rContactPer"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sonq\u0000~\u0000aq\u0000~\u0000$sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u000eq\u0000~\u0000\u0012psq\u0000~\u0000\u0013q\u0000~\u0000\u0012p\u0000sq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012psq\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000Fcom.su"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"n.identity.saml2.jaxb.metadata.AdditionalMetadataLocationEle"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mentq\u0000~\u0000)sq\u0000~\u0000\u0013q\u0000~\u0000\u0012p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0013pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0018q\u0000~\u0000\u0012ps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u001bq\u0000~\u0000\u0012pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000Ccom.sun.identity.saml2.ja"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"xb.metadata.AdditionalMetadataLocationTypeq\u0000~\u0000)sq\u0000~\u0000\u000eppsq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u001bq\u0000~\u0000\u0012pq\u0000~\u00007q\u0000~\u0000Gq\u0000~\u0000$sq\u0000~\u0000%t\u0000\u001aAdditionalMetadataLocationq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000aq\u0000~\u0000$sq\u0000~\u0000\u000eppsq\u0000~\u0000\u001bq\u0000~\u0000\u0012psq\u0000~\u00004ppsr\u0000\u001fcom.sun.msv.datatype."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"xsd.IDType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype.xsd.NcnameType"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\"com.sun.msv.datatype.xsd.TokenType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"xr\u0000#com.sun.msv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlway"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sValidxq\u0000~\u00009q\u0000~\u0000>t\u0000\u0002IDq\u0000~\u0000B\u0000q\u0000~\u0000Dsq\u0000~\u0000Eq\u0000~\u0001\u0002q\u0000~\u0000>sq\u0000~\u0000%t\u0000\u0002ID"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"t\u0000\u0000q\u0000~\u0000$sq\u0000~\u0000\u000eppsq\u0000~\u0000\u001bq\u0000~\u0000\u0012psq\u0000~\u00004ppsr\u0000%com.sun.msv.datatype"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".xsd.DurationType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00009q\u0000~\u0000>t\u0000\bdurationq\u0000~\u0000Bq\u0000~\u0000D"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000Eq\u0000~\u0001\fq\u0000~\u0000>sq\u0000~\u0000%t\u0000\rcacheDurationq\u0000~\u0001\u0006q\u0000~\u0000$sq\u0000~\u0000\u001bppsq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00004ppsr\u0000\'com.sun.msv.datatype.xsd.MaxLengthFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\tmaxLengthxr\u00009com.sun.msv.datatype.xsd.DataTypeWithValueCons"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"traintFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.DataTypeW"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ithFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needValueCheckFlagL\u0000\bba"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"seTypet\u0000)Lcom/sun/msv/datatype/xsd/XSDatatypeImpl;L\u0000\fconcret"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"eTypet\u0000\'Lcom/sun/msv/datatype/xsd/ConcreteType;L\u0000\tfacetNameq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000&xq\u0000~\u0000;q\u0000~\u0000at\u0000\fentityIDTypeq\u0000~\u0000B\u0000\u0000sr\u0000#com.sun.msv.datatyp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"e.xsd.AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00009q\u0000~\u0000>t\u0000\u0006anyURIq\u0000~\u0000Bq\u0000~\u0001\u001at\u0000\t"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"maxLength\u0000\u0000\u0004\u0000q\u0000~\u0000Dsq\u0000~\u0000Eq\u0000~\u0001\u0018q\u0000~\u0000asq\u0000~\u0000%t\u0000\bentityIDq\u0000~\u0001\u0006sq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u000eppsq\u0000~\u0000\u001bq\u0000~\u0000\u0012psq\u0000~\u00004ppsr\u0000%com.sun.msv.datatype.xsd.DateTim"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"eType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000)com.sun.msv.datatype.xsd.DateTimeBaseTyp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"e\u0014W\u001a@3\u00a5\u00b4\u00e5\u0002\u0000\u0000xq\u0000~\u00009q\u0000~\u0000>t\u0000\bdateTimeq\u0000~\u0000Bq\u0000~\u0000Dsq\u0000~\u0000Eq\u0000~\u0001&q\u0000~\u0000>"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000%t\u0000\nvalidUntilq\u0000~\u0001\u0006q\u0000~\u0000$sr\u0000\"com.sun.msv.grammar.Express"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/Express"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.ExpressionPool$"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lco"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"m/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\\\u0001pq\u0000~\u0000\u0094q\u0000~\u0000\u008eq\u0000~\u0000\u0088q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0082q\u0000~\u0000|q\u0000~\u0000vq\u0000~\u0000pq\u0000~\u0000Yq\u0000~\u0000Qq\u0000~\u0000.q\u0000~\u0000\u001aq\u0000~\u0000\u00c8q\u0000~\u0000\u00d5q\u0000~\u0000\u00ddq\u0000~\u0000\nq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00eaq\u0000~\u0000\u00f2q\u0000~\u0000\u0005q\u0000~\u0000\u000bq\u0000~\u0000\u00d1q\u0000~\u0000\u00e6q\u0000~\u0000\u00b3q\u0000~\u0000\u00abq\u0000~\u0000\u00a5q\u0000~\u0000\u009fq\u0000~\u0000\u0099q\u0000~\u0000\u0093q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u008dq\u0000~\u0000\u0087q\u0000~\u0000\u0081q\u0000~\u0000{q\u0000~\u0000uq\u0000~\u0000oq\u0000~\u0000Xq\u0000~\u0000Pq\u0000~\u0000-q\u0000~\u0000\u0017q\u0000~\u0000bq\u0000~\u0000cq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00bfq\u0000~\u0000\u00c7q\u0000~\u0000\u00d4q\u0000~\u0000\u00dcq\u0000~\u0000\u00e9q\u0000~\u0000\u00f1q\u0000~\u0000\u00b1q\u0000~\u0000Vq\u0000~\u0000+q\u0000~\u0000\u00c5q\u0000~\u0000\u00daq\u0000~\u0000\u00efq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"fq\u0000~\u0000mq\u0000~\u0000Mq\u0000~\u0000\u000fq\u0000~\u0000\u00bcq\u0000~\u0000\u00faq\u0000~\u0000\u00d0q\u0000~\u0000\u00e5q\u0000~\u0001\u0007q\u0000~\u0000Nq\u0000~\u0000\u0010q\u0000~\u0000\u00bdq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00d2q\u0000~\u0000\u00e7q\u0000~\u0000\tq\u0000~\u0000lq\u0000~\u0000\u0007q\u0000~\u0000\fq\u0000~\u0000dq\u0000~\u0000gq\u0000~\u0000kq\u0000~\u0000\u00b8q\u0000~\u0000]q\u0000~\u00002q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00ccq\u0000~\u0000\u00e1q\u0000~\u0000\u00f6q\u0000~\u0000\rq\u0000~\u0001 q\u0000~\u0000\bq\u0000~\u0000eq\u0000~\u0000jq\u0000~\u0000hq\u0000~\u0000iq\u0000~\u0000\u0006q\u0000~\u0000\u00c0q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00b4q\u0000~\u0000\u00acq\u0000~\u0000\u00a6q\u0000~\u0000\u00a0q\u0000~\u0000\u009ax"));
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.EntityDescriptorTypeImpl.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 15 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Extensions" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Extensions = ((com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsElementImpl.class), 18, ___uri, ___local, ___qname, __atts));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Extensions" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 16;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 18;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 16 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (!(("" == ___uri)||("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri))) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Extensions = ((com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsTypeImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.ExtensionsTypeImpl.class), 17, ___uri, ___local, ___qname, __atts));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 20 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Extensions" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Organization = ((com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl.class), 21, ___uri, ___local, ___qname, __atts));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Extensions" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Organization = ((com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl.class), 21, ___uri, ___local, ___qname, __atts));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("OrganizationName" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Organization = ((com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl.class), 21, ___uri, ___local, ___qname, __atts));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("OrganizationName" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Organization = ((com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.OrganizationTypeImpl.class), 21, ___uri, ___local, ___qname, __atts));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 22 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ContactPerson" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getContactPerson().add(((com.sun.identity.saml2.jaxb.metadata.impl.ContactPersonElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.ContactPersonElementImpl.class), 25, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ContactPerson" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 23;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 25;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "entityID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 23 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "contactType");
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 19 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("RoleDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("IDPSSODescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("SPSSODescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AuthnAuthorityDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeAuthorityDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("PDPDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("XACMLPDPDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("QueryDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("XACMLAuthzDecisionQueryDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeQueryDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:metadata:ext:query" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Organization" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Organization = ((com.sun.identity.saml2.jaxb.metadata.impl.OrganizationElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.OrganizationElementImpl.class), 22, ___uri, ___local, ___qname, __atts));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Organization" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 20;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 22;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 18 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("RoleDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.RoleDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("IDPSSODescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.IDPSSODescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("SPSSODescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.SPSSODescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AuthnAuthorityDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AuthnAuthorityDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeAuthorityDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AttributeAuthorityDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("PDPDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.PDPDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("XACMLPDPDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.XACMLPDPDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("QueryDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.QueryDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("XACMLAuthzDecisionQueryDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.XACMLAuthzDecisionQueryDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AttributeQueryDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:metadata:ext:query" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(((com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadataextquery.impl.AttributeQueryDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AffiliationDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AffiliationDescriptor = ((com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorElementImpl.class), 19, ___uri, ___local, ___qname, __atts));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AffiliationDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 29;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 29 :
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("", "affiliationOwnerID");
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 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Signature" == ___local)&&("http://www.w3.org/2000/09/xmldsig#" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Signature = ((com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureElementImpl.class), 15, ___uri, ___local, ___qname, __atts));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Signature" == ___local)&&("http://www.w3.org/2000/09/xmldsig#" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 13;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 15;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "validUntil");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText2(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText3(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 28 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AdditionalMetadataLocation" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAdditionalMetadataLocation().add(((com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationElementImpl.class), 28, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AdditionalMetadataLocation" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, true);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 26;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 25 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ContactPerson" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getContactPerson().add(((com.sun.identity.saml2.jaxb.metadata.impl.ContactPersonElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.ContactPersonElementImpl.class), 25, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ContactPerson" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 23;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AdditionalMetadataLocation" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAdditionalMetadataLocation().add(((com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationElementImpl.class), 28, ___uri, ___local, ___qname, __atts)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AdditionalMetadataLocation" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, true);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 26;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 28;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 13 :
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 if (("SignedInfo" == ___local)&&("http://www.w3.org/2000/09/xmldsig#" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Signature = ((com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl.class), 14, ___uri, ___local, ___qname, __atts));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("SignedInfo" == ___local)&&("http://www.w3.org/2000/09/xmldsig#" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Signature = ((com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl.class), 14, ___uri, ___local, ___qname, __atts));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText4(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 26 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "namespace");
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 }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.enterElement(___uri, ___local, ___qname, __atts);
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 _EntityID = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleParseConversionException(e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private void eatText2(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _ValidUntil = ((java.util.Calendar) com.sun.msv.datatype.xsd.DateTimeType.theInstance.createJavaObject(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value), null));
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleParseConversionException(e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private void eatText3(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _CacheDuration = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleParseConversionException(e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk private void eatText4(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _ID = context.addToIdTable(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.Exception e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleParseConversionException(e);
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 15 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 18;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 21 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Organization" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 22;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 22 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 25;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "entityID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 23 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "contactType");
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 19 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 22;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 27 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AdditionalMetadataLocation" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 28;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 29 :
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("", "affiliationOwnerID");
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 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 15;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 14 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Signature" == ___local)&&("http://www.w3.org/2000/09/xmldsig#" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 15;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "validUntil");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText2(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 24 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ContactPerson" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 25;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText3(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 30 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AffiliationDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 19;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 28 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 25 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 28;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 17 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Extensions" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 18;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 13 :
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 break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText4(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 26 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "namespace");
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 }
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 15 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 18;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 22 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 25;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("entityID" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 7;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 23 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("contactType" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getContactPerson().add(((com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.ContactTypeImpl.class), 24, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 19 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 22;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 29 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ID" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AffiliationDescriptor = ((com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl.class), 30, ___uri, ___local, ___qname));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("affiliationOwnerID" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _AffiliationDescriptor = ((com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.AffiliationDescriptorTypeImpl.class), 30, ___uri, ___local, ___qname));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 15;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("validUntil" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 10;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("cacheDuration" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 4;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 28 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 25 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 28;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 13 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("Id" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _Signature = ((com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.xmlsig.impl.SignatureTypeImpl.class), 14, ___uri, ___local, ___qname));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ID" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 26 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("namespace" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk _getAdditionalMetadataLocation().add(((com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.AdditionalMetadataLocationTypeImpl.class), 27, ___uri, ___local, ___qname)));
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
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 15 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 18;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 22 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 25;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 11 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("validUntil" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "entityID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 23 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "contactType");
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 19 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 22;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 29 :
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("", "affiliationOwnerID");
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 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 15;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "validUntil");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText2(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ID" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText3(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 28 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 25 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 28;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 5 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("cacheDuration" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 13 :
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 break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 8 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("entityID" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText4(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 26 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "namespace");
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 }
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 7 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 8;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 15 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 18;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 22 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 25;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 4 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 5;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText3(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 6 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "entityID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 9;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText1(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 23 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "contactType");
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 19 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 22;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 29 :
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("", "affiliationOwnerID");
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 eatText4(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 12 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 15;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 10 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 11;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText2(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 9 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "validUntil");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText2(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 12;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText3(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 6;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 28 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromText(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 25 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 28;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 13 :
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 break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk final java.lang.String v = context.eatAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk eatText4(v);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk continue outer;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 26 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "namespace");
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 }
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.RuntimeException e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleUnexpectedTextException(value, e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk}