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 EntityDescriptorElementImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk extends com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk implements com.sun.identity.saml2.jaxb.metadata.EntityDescriptorElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk{
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
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.EntityDescriptorElement.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.String ____jaxb_ri____getNamespaceURI() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return "urn:oasis:names:tc:SAML:2.0:metadata";
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.String ____jaxb_ri____getLocalName() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return "EntityDescriptor";
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.EntityDescriptorElementImpl.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 context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "EntityDescriptor");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.serializeURIs(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endNamespaceDecls();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.serializeAttributes(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.serializeBody(context);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.endElement();
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 }
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 }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public java.lang.Class getPrimaryInterface() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return (com.sun.identity.saml2.jaxb.metadata.EntityDescriptorElement.class);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (schemaFragment == null) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk "\u00ac\u00ed\u0000\u0005sr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsr\u0000\u001dc"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"om.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsq\u0000~\u0000\u0013sr\u0000\u0011jav"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"a.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psq\u0000~\u0000\u0000q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0013ppsr"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0003xq\u0000~\u0000\u0004q\u0000~\u0000\u0017psr\u0000 com.s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"un.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tnameClas"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000\u0017psr\u00002com.sun.msv.grammar.Expression$AnyStri"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ngExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u0016\u0001q\u0000~\u0000 sr\u0000 com.sun.msv.gra"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mmar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClas"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"s\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$EpsilonExpr"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ession\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000!q\u0000~\u0000&sr\u0000#com.sun.msv.grammar.Sim"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"pleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fn"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"amespaceURIq\u0000~\u0000(xq\u0000~\u0000#t\u00003com.sun.identity.saml2.jaxb.xmlsig."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"SignatureElementt\u0000+http://java.sun.com/jaxb/xjc/dummy-elemen"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tssq\u0000~\u0000\u0000q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u00000com.sun.identity.saml2.jaxb.xmls"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ig.SignatureTypeq\u0000~\u0000+sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psr\u0000\u001bcom.sun.msv.gra"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mmar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatyp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"e;L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0004ppsr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.dat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"atype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000(L\u0000\bty"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"peNameq\u0000~\u0000(L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"aceProcessor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u0017psr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000(L\u0000\fnamespaceURIq\u0000~\u0000(xpq\u0000~\u0000Aq\u0000~\u0000@sq\u0000~\u0000\'t"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000&sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\'t\u0000\tSignaturet\u0000\"http://www.w3.org/2000/09/xmldsig#q\u0000~\u0000&sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0013ppsq\u0000~\u0000\u0013q\u0000~\u0000\u0017psq\u0000~\u0000\u0000q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017p"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u00006com.sun.identity.saml2.jaxb.metadata"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".ExtensionsElementq\u0000~\u0000+sq\u0000~\u0000\u0000q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013p"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"psq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u00003com.sun.ide"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ntity.saml2.jaxb.metadata.ExtensionsTypeq\u0000~\u0000+sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u0017pq\u0000~\u00009q\u0000~\u0000Iq\u0000~\u0000&sq\u0000~\u0000\'t\u0000\nExtensionst\u0000$urn:oasis:names:tc"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+":SAML:2.0:metadataq\u0000~\u0000&sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001appsq\u0000~\u0000\u0013ppsq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0013ppsq\u0000~\u0000\u0013ppsq\u0000~\u0000\u0013ppsq\u0000~\u0000\u0013ppsq\u0000~\u0000\u0013ppsq\u0000~\u0000\u0013ppsq\u0000~\u0000\u0013ppsq\u0000~\u0000\u0013pps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\'t\u0000:com.sun.identity.saml2.jaxb.metadata.RoleDescriptorEleme"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ntq\u0000~\u0000+sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000&sq\u0000~\u0000\'t\u0000<com.sun.identity.saml2.jaxb.metadata.IDPSSODescr"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"iptorElementq\u0000~\u0000+sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u0000;com.sun.identity.saml2.jaxb.metadata.S"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"PSSODescriptorElementq\u0000~\u0000+sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u0000Dcom.sun.identity.saml2.jaxb.m"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"etadata.AuthnAuthorityDescriptorElementq\u0000~\u0000+sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013p"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"psq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u0000Hcom.sun.ide"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ntity.saml2.jaxb.metadata.AttributeAuthorityDescriptorElemen"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tq\u0000~\u0000+sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000&sq\u0000~\u0000\'t\u00009com.sun.identity.saml2.jaxb.metadata.PDPDescripto"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rElementq\u0000~\u0000+sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u0000>com.sun.identity.saml2.jaxb.metadata.XACML"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"PDPDescriptorElementq\u0000~\u0000+sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u0000;com.sun.identity.saml2.jaxb.me"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tadata.QueryDescriptorElementq\u0000~\u0000+sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u0000Mcom.sun.identity.saml"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"2.jaxb.metadata.XACMLAuthzDecisionQueryDescriptorElementq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"+sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\'t\u0000Lcom.sun.identity.saml2.jaxb.metadataextquery.Attribute"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"QueryDescriptorElementq\u0000~\u0000+sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u0000Acom.sun.identity.saml2.jaxb."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"metadata.AffiliationDescriptorElementq\u0000~\u0000+sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0007pps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\'t\u0000>com.sun.identity.saml2.jaxb.metadata.AffiliationDescript"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"orTypeq\u0000~\u0000+sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u00009q\u0000~\u0000Iq\u0000~\u0000&sq\u0000~\u0000\'t\u0000\u0015Affil"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"iationDescriptorq\u0000~\u0000csq\u0000~\u0000\u0013ppsq\u0000~\u0000\u0013q\u0000~\u0000\u0017psq\u0000~\u0000\u0000q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0013"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u00008com.sun.id"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"entity.saml2.jaxb.metadata.OrganizationElementq\u0000~\u0000+sq\u0000~\u0000\u0000q\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0017p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u00005com.sun.identity.saml2.jaxb.metadata.Organi"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"zationTypeq\u0000~\u0000+sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u00009q\u0000~\u0000Iq\u0000~\u0000&sq\u0000~\u0000\'t\u0000\fO"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rganizationq\u0000~\u0000cq\u0000~\u0000&sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u0013q\u0000~\u0000\u0017psq\u0000~\u0000\u0000q"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u00009com.sun.identity.saml2.jaxb.metadata.ContactPersonElementq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000+sq\u0000~\u0000\u0000q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u00000com.sun.identity.saml2.jaxb.me"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tadata.ContactTypeq\u0000~\u0000+sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u00009q\u0000~\u0000Iq\u0000~\u0000&sq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\'t\u0000\rContactPersonq\u0000~\u0000cq\u0000~\u0000&sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u0013q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0017psq\u0000~\u0000\u0000q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000&sq\u0000~\u0000\'t\u0000Fcom.sun.identity.saml2.jaxb.metadata.AdditionalMe"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tadataLocationElementq\u0000~\u0000+sq\u0000~\u0000\u0000q\u0000~\u0000\u0017p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0013ppsq\u0000~\u0000\u001aq\u0000~\u0000\u0017psq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u0000 q\u0000~\u0000$q\u0000~\u0000&sq\u0000~\u0000\'t\u0000Ccom.sun."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"identity.saml2.jaxb.metadata.AdditionalMetadataLocationTypeq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000+sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017pq\u0000~\u00009q\u0000~\u0000Iq\u0000~\u0000&sq\u0000~\u0000\'t\u0000\u001aAdditionalMe"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"tadataLocationq\u0000~\u0000cq\u0000~\u0000&sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u00006ppsr\u0000\u001fcom."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sun.msv.datatype.xsd.IDType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.dataty"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"pe.xsd.NcnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\"com.sun.msv.datatype.xsd.Tok"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"enType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype.xsd.StringType\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~\u0000;q\u0000~\u0000@t\u0000\u0002IDq\u0000~\u0000D\u0000q\u0000~\u0000Fsq\u0000~\u0000Gq\u0000~\u0001"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0004q\u0000~\u0000@sq\u0000~\u0000\'t\u0000\u0002IDt\u0000\u0000q\u0000~\u0000&sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u00006ppsr\u0000%com"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".sun.msv.datatype.xsd.DurationType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000;q\u0000~\u0000@t\u0000\bd"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"urationq\u0000~\u0000Dq\u0000~\u0000Fsq\u0000~\u0000Gq\u0000~\u0001\u000eq\u0000~\u0000@sq\u0000~\u0000\'t\u0000\rcacheDurationq\u0000~\u0001\b"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000&sq\u0000~\u0000\u001dppsq\u0000~\u00006ppsr\u0000\'com.sun.msv.datatype.xsd.MaxLengthF"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"acet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\tmaxLengthxr\u00009com.sun.msv.datatype.xsd.Data"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"TypeWithValueConstraintFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.datat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ype.xsd.DataTypeWithFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needVa"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"lueCheckFlagL\u0000\bbaseTypet\u0000)Lcom/sun/msv/datatype/xsd/XSDataty"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"peImpl;L\u0000\fconcreteTypet\u0000\'Lcom/sun/msv/datatype/xsd/ConcreteT"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ype;L\u0000\tfacetNameq\u0000~\u0000(xq\u0000~\u0000=q\u0000~\u0000ct\u0000\fentityIDTypeq\u0000~\u0000D\u0000\u0000sr\u0000#co"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"m.sun.msv.datatype.xsd.AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000;q\u0000~\u0000@t\u0000\u0006an"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"yURIq\u0000~\u0000Dq\u0000~\u0001\u001ct\u0000\tmaxLength\u0000\u0000\u0004\u0000q\u0000~\u0000Fsq\u0000~\u0000Gq\u0000~\u0001\u001aq\u0000~\u0000csq\u0000~\u0000\'t\u0000\b"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"entityIDq\u0000~\u0001\bsq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001dq\u0000~\u0000\u0017psq\u0000~\u00006ppsr\u0000%com.sun.msv.dat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"atype.xsd.DateTimeType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000)com.sun.msv.datatype.xs"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"d.DateTimeBaseType\u0014W\u001a@3\u00a5\u00b4\u00e5\u0002\u0000\u0000xq\u0000~\u0000;q\u0000~\u0000@t\u0000\bdateTimeq\u0000~\u0000Dq\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"Fsq\u0000~\u0000Gq\u0000~\u0001(q\u0000~\u0000@sq\u0000~\u0000\'t\u0000\nvalidUntilq\u0000~\u0001\bq\u0000~\u0000&sq\u0000~\u0000\u0013ppsq\u0000~\u0000\u001d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0017pq\u0000~\u00009q\u0000~\u0000Iq\u0000~\u0000&sq\u0000~\u0000\'t\u0000\u0010EntityDescriptorq\u0000~\u0000csr\u0000\"com.s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"un.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"un/msv/grammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.g"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"rammar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstream"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"VersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"^\u0001pq\u0000~\u0000\u0096q\u0000~\u0000\u0090q\u0000~\u0000\u008aq\u0000~\u0000\u0084q\u0000~\u0000~q\u0000~\u0000xq\u0000~\u0000rq\u0000~\u0000[q\u0000~\u0000Sq\u0000~\u00000q\u0000~\u0000\u001cq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u00caq\u0000~\u0000\u00d7q\u0000~\u0000\u00dfq\u0000~\u0000\u000fq\u0000~\u0000\u00ecq\u0000~\u0000\u00f4q\u0000~\u0000\nq\u0000~\u0000\u0010q\u0000~\u0000\u00d3q\u0000~\u0000\u00e8q\u0000~\u0000\u00b5q\u0000~\u0000\u00adq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000\u00a7q\u0000~\u0000\u00a1q\u0000~\u0000\u009bq\u0000~\u0000\u0095q\u0000~\u0000\u008fq\u0000~\u0000\u0089q\u0000~\u0000\u0083q\u0000~\u0000}q\u0000~\u0000wq\u0000~\u0000qq\u0000~\u0000Zq\u0000~\u0000Rq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000/q\u0000~\u0000\u0019q\u0000~\u0000dq\u0000~\u0000eq\u0000~\u0000\u00c1q\u0000~\u0000\u00c9q\u0000~\u0000\u00d6q\u0000~\u0000\u00deq\u0000~\u0000\u00ebq\u0000~\u0000\u00f3q\u0000~\u0000\u00b3q\u0000~\u0000Xq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000-q\u0000~\u0000\u00c7q\u0000~\u0000\u00dcq\u0000~\u0000\u00f1q\u0000~\u0000hq\u0000~\u0000oq\u0000~\u0000Oq\u0000~\u0000\u0014q\u0000~\u0000\u00beq\u0000~\u0000\u00fcq\u0000~\u0000\u00d2q\u0000~\u0000\u00e7q\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0001\tq\u0000~\u0000Pq\u0000~\u0000\u0015q\u0000~\u0000\u00bfq\u0000~\u0000\u00d4q\u0000~\u0000\u00e9q\u0000~\u0000\u000eq\u0000~\u0000nq\u0000~\u0000\tq\u0000~\u0000\fq\u0000~\u0000\u0011q\u0000~\u0000fq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000iq\u0000~\u0000mq\u0000~\u0000\u00baq\u0000~\u0000_q\u0000~\u00004q\u0000~\u0000\u00ceq\u0000~\u0000\u00e3q\u0000~\u0000\u00f8q\u0000~\u0001,q\u0000~\u0000\u0012q\u0000~\u0001\"q\u0000~\u0000\rq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000gq\u0000~\u0000lq\u0000~\u0000jq\u0000~\u0000kq\u0000~\u0000\u000bq\u0000~\u0000\u00c2q\u0000~\u0000\u00b6q\u0000~\u0000\u00aeq\u0000~\u0000\u00a8q\u0000~\u0000\u00a2q\u0000~\u0000\u009cx"));
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.EntityDescriptorElementImpl.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 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("EntityDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.pushAttributes(__atts, false);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 1;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "entityID");
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 public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("EntityDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.popAttributes();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk state = 3;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "entityID");
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 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("ID" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("cacheDuration" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("entityID" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.EntityDescriptorElementImpl.this).new Unmarshaller(context)), 2, ___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 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "entityID");
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 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromText(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "ID");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "cacheDuration");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "entityID");
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}