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 AssertionConsumerServiceElementImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk extends com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk implements com.sun.identity.saml2.jaxb.metadata.AssertionConsumerServiceElement, 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.AssertionConsumerServiceElement.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 "AssertionConsumerService";
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.AssertionConsumerServiceElementImpl.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", "AssertionConsumerService");
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.AssertionConsumerServiceElement.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\u0007ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0003xq\u0000~"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0004sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psq\u0000~\u0000\u0000q\u0000~\u0000\u0015p\u0000s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"r\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\t"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"nameClassq\u0000~\u0000\u0001xq\u0000~\u0000\u0004ppsr\u00002com.sun.msv.grammar.Expression$Any"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"StringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u0014\u0001q\u0000~\u0000\u001asr\u0000\'com.sun.msv"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".grammar.DifferenceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003nc1q\u0000~\u0000\u0001L\u0000\u0003nc2q\u0000~\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0001xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u0000 com.sun.m"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u001dsr\u0000#com.sun.msv.gram"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mar.ChoiceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003nc1q\u0000~\u0000\u0001L\u0000\u0003nc2q\u0000~\u0000\u0001xq\u0000~\u0000\u001dsr"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000&com.sun.msv.grammar.NamespaceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\fnamesp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"aceURIt\u0000\u0012Ljava/lang/String;xq\u0000~\u0000\u001dt\u0000\u0000sq\u0000~\u0000#t\u0000$urn:oasis:names"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+":tc:SAML:2.0:metadatasq\u0000~\u0000#t\u0000+http://java.sun.com/jaxb/xjc/d"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ummy-elementssr\u00000com.sun.msv.grammar.Expression$EpsilonExpre"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ssion\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u001bq\u0000~\u0000,sq\u0000~\u0000\u0017ppsr\u0000\u001bcom.sun.msv.gram"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+";L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0004"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0015psr\u0000#com.sun.msv.datatype.xsd.AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000$L"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\btypeNameq\u0000~\u0000$L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/Whi"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"teSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0006any"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"URIsr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Collapse"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$NullSetExpres"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sion\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u0015psr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000$L\u0000\fnamespaceURIq\u0000~\u0000$xpq\u0000~\u00009q\u0000~\u00008sr"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000#com.sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalName"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000$L\u0000\fnamespaceURIq\u0000~\u0000$xq\u0000~\u0000\u001dt\u0000\u0007Bindingq\u0000~\u0000&sq\u0000~\u0000\u0017ppq\u0000~\u00001s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000At\u0000\bLocationq\u0000~\u0000&sq\u0000~\u0000\u000fppsq\u0000~\u0000\u0017q\u0000~\u0000\u0015pq\u0000~\u00001sq\u0000~\u0000At\u0000\u0010Respo"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"nseLocationq\u0000~\u0000&q\u0000~\u0000,sq\u0000~\u0000\u0017ppsq\u0000~\u0000.ppsr\u0000*com.sun.msv.datatyp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"e.xsd.UnsignedShortType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000 com.sun.msv.datatype.x"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sd.IntType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000+com.sun.msv.datatype.xsd.IntegerDer"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ivedType\u0099\u00f1]\u0090&6k\u00be\u0002\u0000\u0001L\u0000\nbaseFacetst\u0000)Lcom/sun/msv/datatype/xsd"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"/XSDatatypeImpl;xq\u0000~\u00003q\u0000~\u00008t\u0000\runsignedShortq\u0000~\u0000<sr\u0000*com.sun."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"msv.datatype.xsd.MaxInclusiveFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".datatype.xsd.RangeFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\nlimitValuet\u0000\u0012Ljava/lan"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"g/Object;xr\u00009com.sun.msv.datatype.xsd.DataTypeWithValueConst"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"raintFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.DataTypeWi"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"thFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needValueCheckFlagL\u0000\bbas"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"eTypeq\u0000~\u0000PL\u0000\fconcreteTypet\u0000\'Lcom/sun/msv/datatype/xsd/Concre"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"teType;L\u0000\tfacetNameq\u0000~\u0000$xq\u0000~\u00005ppq\u0000~\u0000<\u0000\u0000sr\u0000(com.sun.msv.datat"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ype.xsd.UnsignedIntType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000!com.sun.msv.datatype.x"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"sd.LongType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Oq\u0000~\u00008t\u0000\u000bunsignedIntq\u0000~\u0000<sq\u0000~\u0000Spp"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000<\u0000\u0000sr\u0000)com.sun.msv.datatype.xsd.UnsignedLongType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0002\u0000\u0000xr\u0000$com.sun.msv.datatype.xsd.IntegerType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000O"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u00008t\u0000\funsignedLongq\u0000~\u0000<sq\u0000~\u0000Sppq\u0000~\u0000<\u0000\u0000sr\u0000/com.sun.msv.data"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"type.xsd.NonNegativeIntegerType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000`q\u0000~\u00008t\u0000\u0012nonN"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"egativeIntegerq\u0000~\u0000<sr\u0000*com.sun.msv.datatype.xsd.MinInclusive"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"Facet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Tppq\u0000~\u0000<\u0000\u0000sq\u0000~\u0000`q\u0000~\u00008t\u0000\u0007integerq\u0000~\u0000<sr\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+",com.sun.msv.datatype.xsd.FractionDigitsFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\u0005s"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"calexr\u0000;com.sun.msv.datatype.xsd.DataTypeWithLexicalConstrai"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ntFacetT\u0090\u001c>\u001azb\u00ea\u0002\u0000\u0000xq\u0000~\u0000Wppq\u0000~\u0000<\u0001\u0000sr\u0000#com.sun.msv.datatype.xs"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"d.NumberType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00003q\u0000~\u00008t\u0000\u0007decimalq\u0000~\u0000<q\u0000~\u0000ot\u0000\u000efra"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ctionDigits\u0000\u0000\u0000\u0000q\u0000~\u0000it\u0000\fminInclusivesr\u0000)com.sun.msv.datatype."
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"xsd.IntegerValueType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0005valueq\u0000~\u0000$xr\u0000\u0010java.lang.Nu"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"mber\u0086\u00ac\u0095\u001d\u000b\u0094\u00e0\u008b\u0002\u0000\u0000xpt\u0000\u00010q\u0000~\u0000et\u0000\fmaxInclusivesq\u0000~\u0000st\u0000\u00141844674407"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"3709551615q\u0000~\u0000aq\u0000~\u0000wsr\u0000\u000ejava.lang.Long;\u008b\u00e4\u0090\u00cc\u008f#\u00df\u0002\u0000\u0001J\u0000\u0005valuexq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000t\u0000\u0000\u0000\u0000\u00ff\u00ff\u00ff\u00ffq\u0000~\u0000\\q\u0000~\u0000wsr\u0000\u0011java.lang.Integer\u0012\u00e2\u00a0\u00a4\u00f7\u0081\u00878\u0002\u0000\u0001I\u0000\u0005valu"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"exq\u0000~\u0000t\u0000\u0000\u00ff\u00ffq\u0000~\u0000>sq\u0000~\u0000?q\u0000~\u0000Rq\u0000~\u00008sq\u0000~\u0000At\u0000\u0005indexq\u0000~\u0000&sq\u0000~\u0000\u000fpps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"q\u0000~\u0000\u0017q\u0000~\u0000\u0015psq\u0000~\u0000.ppsr\u0000$com.sun.msv.datatype.xsd.BooleanType\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00003q\u0000~\u00008t\u0000\u0007booleanq\u0000~\u0000<q\u0000~\u0000>sq\u0000~\u0000?q\u0000~\u0000\u0086q\u0000~\u00008sq\u0000"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"~\u0000At\u0000\tisDefaultq\u0000~\u0000&q\u0000~\u0000,sq\u0000~\u0000\u000fppsq\u0000~\u0000\u0017q\u0000~\u0000\u0015psq\u0000~\u0000.ppsr\u0000\"com"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+".sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00003q\u0000~\u00008t\u0000\u0005QNam"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"eq\u0000~\u0000<q\u0000~\u0000>sq\u0000~\u0000?q\u0000~\u0000\u008fq\u0000~\u00008sq\u0000~\u0000At\u0000\u0004typet\u0000)http://www.w3.org"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"/2001/XMLSchema-instanceq\u0000~\u0000,sq\u0000~\u0000At\u0000\u0018AssertionConsumerServi"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"ceq\u0000~\u0000(sr\u0000\"com.sun.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\be"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"xpTablet\u0000/Lcom/sun/msv/grammar/ExpressionPool$ClosedHash;xps"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"r\u0000-com.sun.msv.grammar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/Expr"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"essionPool;xp\u0000\u0000\u0000\u000b\u0001pq\u0000~\u0000\rq\u0000~\u0000\u0010q\u0000~\u0000\tq\u0000~\u0000\u0013q\u0000~\u0000Gq\u0000~\u0000\u000eq\u0000~\u0000\u000bq\u0000~\u0000\nq"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk+"\u0000~\u0000\u008aq\u0000~\u0000\u0081q\u0000~\u0000\fx"));
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.AssertionConsumerServiceElementImpl.this;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 0 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionConsumerService" == ___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 }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.enterElement(___uri, ___local, ___qname, __atts);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 2 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("AssertionConsumerService" == ___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 }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.leaveElement(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (("index" == ___local)&&("" == ___uri)) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.IndexedEndpointTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.AssertionConsumerServiceElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromEnterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.enterAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk super.leaveAttribute(___uri, ___local, ___qname);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk public void handleText(final java.lang.String value)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk throws org.xml.sax.SAXException
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk int attIdx;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk outer:
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk while (true) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk try {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk switch (state) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 1 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk attIdx = context.getAttribute("", "index");
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk if (attIdx >= 0) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.consumeAttribute(attIdx);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk context.getCurrentHandler().text(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk case 3 :
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk revertToParentFromText(value);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk return ;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk } catch (java.lang.RuntimeException e) {
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk handleUnexpectedTextException(value, e);
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk break;
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk }
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk}