SPDescriptorElementImpl.java revision dbcf55756e293292dfbfbb75fe317dd094b0585f
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington//
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// Any modifications to this file will be lost upon recompilation of the source schema.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// Generated on: 2012.06.11 at 10:33:54 AM PDT
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster//
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpackage com.sun.identity.liberty.ws.meta.jaxb.impl;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpublic class SPDescriptorElementImpl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster extends com.sun.identity.liberty.ws.meta.jaxb.impl.SPDescriptorTypeImpl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster implements com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster{
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public final static java.lang.Class version = (com.sun.identity.liberty.ws.meta.jaxb.impl.JAXBVersion.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private static com.sun.msv.grammar.Grammar schemaFragment;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return (com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorElement.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.String ____jaxb_ri____getNamespaceURI() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return "urn:liberty:metadata:2003-08";
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
365156d5428edc07eae024879829e586bbaf9d42Neil Madden public java.lang.String ____jaxb_ri____getLocalName() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return "SPDescriptor";
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington public com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington return new com.sun.identity.liberty.ws.meta.jaxb.impl.SPDescriptorElementImpl.Unmarshaller(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void serializeBody(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.startElement("urn:liberty:metadata:2003-08", "SPDescriptor");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.serializeURIs(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endNamespaceDecls();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.serializeAttributes(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endAttributes();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.serializeBody(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endElement();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void serializeAttributes(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void serializeURIs(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
365156d5428edc07eae024879829e586bbaf9d42Neil Madden public java.lang.Class getPrimaryInterface() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return (com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorElement.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (schemaFragment == null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington "\u00ac\u00ed\u0000\u0005sr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington+"\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\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"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000"
365156d5428edc07eae024879829e586bbaf9d42Neil Madden+"\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsr\u0000\u001dcom.sun.m"
365156d5428edc07eae024879829e586bbaf9d42Neil Madden+"sv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsr\u0000 com.sun.msv.gramm"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000"
365156d5428edc07eae024879829e586bbaf9d42Neil Madden+"\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0003xq\u0000~\u0000\u0004sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0005valuexp\u0000psq\u0000~\u0000!q\u0000~\u0000\'psq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'psr\u0000 c"
365156d5428edc07eae024879829e586bbaf9d42Neil Madden+"om.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tname"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Classq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000\'psr\u00002com.sun.msv.grammar.Expression$Any"
365156d5428edc07eae024879829e586bbaf9d42Neil Madden+"StringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000&\u0001q\u0000~\u0000/sr\u0000 com.sun.msv"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+".grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.Name"
365156d5428edc07eae024879829e586bbaf9d42Neil Madden+"Class\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$Epsilon"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Expression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u00000q\u0000~\u00005sr\u0000#com.sun.msv.grammar"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+".SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"L\u0000\fnamespaceURIq\u0000~\u00007xq\u0000~\u00002t\u0000:com.sun.identity.liberty.ws.met"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"a.jaxb.KeyDescriptorElementt\u0000+http://java.sun.com/jaxb/xjc/d"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ummy-elementssq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000!ppsq\u0000~\u0000#q\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\'psq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000/q\u0000~\u00003q\u0000~\u00005sq\u0000~\u00006t\u00007com.sun.identity.libe"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"rty.ws.meta.jaxb.KeyDescriptorTypeq\u0000~\u0000:sq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'ps"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"r\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxn"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"g/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/uti"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"l/StringPair;xq\u0000~\u0000\u0004q\u0000~\u0000\'psr\u0000\"com.sun.msv.datatype.xsd.QnameT"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ype\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\f"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"namespaceUriq\u0000~\u00007L\u0000\btypeNameq\u0000~\u00007L\u0000\nwhiteSpacet\u0000.Lcom/sun/ms"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"v/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/20"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"01/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpaceP"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"rocessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.Whi"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"teSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Express"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ion$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\'psr\u0000\u001bcom.sun.msv."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u00007L\u0000\fnamespaceURIq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u00007xpq\u0000~\u0000Pq\u0000~\u0000Osq\u0000~\u00006t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSch"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ema-instanceq\u0000~\u00005sq\u0000~\u00006t\u0000\rKeyDescriptort\u0000\u001curn:liberty:metada"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ta:2003-08q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000Eq\u0000~\u0000\'psr\u0000#"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"com.sun.msv.datatype.xsd.AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Jq\u0000~\u0000Ot\u0000\u0006"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"anyURIq\u0000~\u0000Sq\u0000~\u0000Usq\u0000~\u0000Vq\u0000~\u0000dq\u0000~\u0000Osq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\fSoapEndpointq\u0000~\u0000]q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000s"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\u0007ppq\u0000~\u0000asq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\u0016Sing"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"leLogoutServiceURLq\u0000~\u0000]q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000asq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\u001cSingleLogoutSe"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"rviceReturnURLq\u0000~\u0000]q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppq\u0000~\u0000asq"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\u001fFederationTerminat"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ionServiceURLq\u0000~\u0000]q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppq\u0000~\u0000asq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000%FederationTerminati"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"onServiceReturnURLq\u0000~\u0000]q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000\u0000q\u0000~\u0000\'p"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000sq\u0000~\u0000\u0007ppq\u0000~\u0000asq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u00000Fe"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"derationTerminationNotificationProtocolProfileq\u0000~\u0000]q\u0000~\u00005sq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppq\u0000~\u0000asq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\u001bSingleLogoutProtocolProfileq\u0000~\u0000]q\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppq\u0000~\u0000asq\u0000~\u0000!ppsq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000%RegisterNameIdentifierProto"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"colProfileq\u0000~\u0000]q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppq\u0000~\u0000asq\u0000~\u0000!"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ppsq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000 RegisterNameIdentifier"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ServiceURLq\u0000~\u0000]q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppq\u0000~\u0000asq\u0000~\u0000!"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ppsq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000&RegisterNameIdentifier"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ServiceReturnURLq\u0000~\u0000]q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000s"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000/q\u0000~\u00003q\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u00005sq\u0000~\u00006t\u0000Fcom.sun.identity.liberty.ws.common.jaxb.assertio"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"n.AuthorityBindingTypeq\u0000~\u0000:sq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u00005sq\u0000~\u00006t\u0000$NameIdentifierMappingProtocolProfileq\u0000~\u0000]q\u0000~\u00005sq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppq\u0000~\u0000asq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000&NameIdentifierMappingEncryptionPr"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ofileq\u0000~\u0000]q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000!p"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"psq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000/q\u0000~\u00003q\u0000~\u00005sq\u0000~\u00006t\u00006com.sun.ide"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ntity.liberty.ws.meta.jaxb.OrganizationTypeq\u0000~\u0000:sq\u0000~\u0000!ppsq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\fOrganizationq\u0000~\u0000]q\u0000~\u00005sq\u0000~\u0000!"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000!ppsq\u0000~\u0000#q\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000\'psq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000/q\u0000~\u00003q\u0000~\u00005sq\u0000~\u00006t\u00001com.sun.identity.lib"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"erty.ws.meta.jaxb.ContactTypeq\u0000~\u0000:sq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\rContactPersonq\u0000~\u0000]q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"psq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000,q\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\'pq\u0000~\u0000/q\u0000~\u00003q\u0000~\u00005sq\u0000~\u00006t\u0000Dcom.sun.identity.liberty.ws.meta."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"jaxb.AdditionalMetadataLocationTypeq\u0000~\u0000:sq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'p"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\u0016AdditionalMetaLocationq\u0000~\u0000]q\u0000~\u00005sq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000!ppsq\u0000~\u0000!q\u0000~\u0000\'psq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000,q\u0000~\u0000\'"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"pq\u0000~\u0000/q\u0000~\u00003q\u0000~\u00005sq\u0000~\u00006t\u00006com.sun.identity.liberty.ws.meta.ja"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"xb.ExtensionElementq\u0000~\u0000:sq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000!"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000/q\u0000~\u00003q\u0000~\u00005sq\u0000~\u00006t\u00003com.sun.id"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"entity.liberty.ws.meta.jaxb.ExtensionTypeq\u0000~\u0000:sq\u0000~\u0000!ppsq\u0000~\u0000,"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\tExtensionq\u0000~\u0000]q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000"
365156d5428edc07eae024879829e586bbaf9d42Neil Madden+"~\u0000!q\u0000~\u0000\'psq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000/q"
365156d5428edc07eae024879829e586bbaf9d42Neil Madden+"\u0000~\u00003q\u0000~\u00005sq\u0000~\u00006t\u0000?com.sun.identity.liberty.ws.common.jaxb.xm"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"lsig.SignatureElementq\u0000~\u0000:sq\u0000~\u0000\u0000q\u0000~\u0000\'p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000/q\u0000~\u00003q\u0000~\u00005sq\u0000~\u00006t\u0000<com.sun."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"identity.liberty.ws.common.jaxb.xmlsig.SignatureTypeq\u0000~\u0000:sq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\tSignaturet\u0000\"http://"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"www.w3.org/2000/09/xmldsig#q\u0000~\u00005sq\u0000~\u0000#ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0007ppsq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000\u0000pp\u0000sq\u0000~\u0000!ppsq\u0000~\u0000#q\u0000~\u0000\'psq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000/q\u0000~\u00003q\u0000~\u00005sq\u0000~\u00006t"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000Vcom.sun.identity.liberty.ws.meta.jaxb.SPDescriptorType.Ass"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ertionConsumerServiceURLTypeq\u0000~\u0000:sq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\u001bAssertionConsumerServiceURLq\u0000~\u0000]sq\u0000~\u0000\u0000pp\u0000sq"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000~\u0000\u0007ppsq\u0000~\u0000Eppsr\u0000$com.sun.msv.datatype.xsd.BooleanType\u0000\u0000\u0000\u0000\u0000\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Jq\u0000~\u0000Ot\u0000\u0007booleanq\u0000~\u0000Sq\u0000~\u0000Usq\u0000~\u0000Vq\u0000~\u0001&q\u0000~\u0000Osq\u0000~\u0000!pp"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\u0013AuthnRequestsSignedq\u0000~\u0000]"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'psq\u0000~\u0000Eppsr\u0000%com.sun.msv.datatype.xsd.Dur"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ationType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Jq\u0000~\u0000Ot\u0000\bdurationq\u0000~\u0000Sq\u0000~\u0000Usq\u0000~\u0000Vq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u00011q\u0000~\u0000Osq\u0000~\u00006t\u0000\rcacheDurationt\u0000\u0000q\u0000~\u00005sq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'psq"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000~\u0000Eppsr\u0000\u001fcom.sun.msv.datatype.xsd.IDType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sun.msv.datatype.xsd.NcnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\"com.sun.msv.da"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"tatype.xsd.TokenType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype.xsd."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~\u0000Jq\u0000~\u0000Ot\u0000\u0002IDq\u0000~\u0000S\u0000q"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000~\u0000Usq\u0000~\u0000Vq\u0000~\u0001>q\u0000~\u0000Osq\u0000~\u00006t\u0000\u0002idq\u0000~\u00015q\u0000~\u00005sq\u0000~\u0000,ppsq\u0000~\u0000Eppsr\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"*com.sun.msv.datatype.xsd.DatatypeFactory$1\u00a1\u00f3\u000b\u00e3`rj\u000e\u0002\u0000\u0000xr\u0000\u001eco"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"m.sun.msv.datatype.xsd.Proxy\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bbaseTypet\u0000)Lcom/su"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"n/msv/datatype/xsd/XSDatatypeImpl;xq\u0000~\u0000Lq\u0000~\u0000Ot\u0000\bNMTOKENSq\u0000~\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Ssr\u0000\'com.sun.msv.datatype.xsd.MinLengthFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\tmi"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"nLengthxr\u00009com.sun.msv.datatype.xsd.DataTypeWithValueConstra"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"intFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.DataTypeWith"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Facet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needValueCheckFlagL\u0000\bbaseT"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ypeq\u0000~\u0001FL\u0000\fconcreteTypet\u0000\'Lcom/sun/msv/datatype/xsd/Concrete"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Type;L\u0000\tfacetNameq\u0000~\u00007xq\u0000~\u0000Lppq\u0000~\u0000S\u0000\u0000sr\u0000!com.sun.msv.datatyp"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"e.xsd.ListType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bitemTypeq\u0000~\u0001Fxq\u0000~\u0000Kppq\u0000~\u0000Ssr\u0000$co"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"m.sun.msv.datatype.xsd.NmtokenType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0001;q\u0000~\u0000Ot\u0000\u0007N"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"MTOKENq\u0000~\u0000S\u0000q\u0000~\u0001Ot\u0000\tminLength\u0000\u0000\u0000\u0001q\u0000~\u0000Upsq\u0000~\u00006t\u0000\u001aprotocolSupp"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ortEnumerationq\u0000~\u00015sq\u0000~\u0000!ppsq\u0000~\u0000,q\u0000~\u0000\'psq\u0000~\u0000Eppsr\u0000%com.sun.m"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sv.datatype.xsd.DateTimeType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000)com.sun.msv.datat"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ype.xsd.DateTimeBaseType\u0014W\u001a@3\u00a5\u00b4\u00e5\u0002\u0000\u0000xq\u0000~\u0000Jq\u0000~\u0000Ot\u0000\bdateTimeq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000Sq\u0000~\u0000Usq\u0000~\u0000Vq\u0000~\u0001\\q\u0000~\u0000Osq\u0000~\u00006t\u0000\nvalidUntilq\u0000~\u00015q\u0000~\u00005sq\u0000~\u0000!pp"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sq\u0000~\u0000,q\u0000~\u0000\'pq\u0000~\u0000Hq\u0000~\u0000Xq\u0000~\u00005sq\u0000~\u00006t\u0000\fSPDescriptorq\u0000~\u0000]sr\u0000\"com"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+".sun.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"/sun/msv/grammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+".grammar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstre"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"amVersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\u0000x\u0001pq\u0000~\u0000\u001cq\u0000~\u0000\u000eq\u0000~\u0000%q\u0000~\u0000\u00bbq\u0000~\u0000\u0087q\u0000~\u0000\u008fq\u0000~\u0000\u0097q\u0000~\u0001\u0016q\u0000~\u0001\bq\u0000~\u0000\u00f4q\u0000~\u0000\u00e0"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\u00d2q\u0000~\u0000\u00c4q\u0000~\u0000<q\u0000~\u0000\u00afq\u0000~\u0000\u0011q\u0000~\u0000\u00ffq\u0000~\u0000\u00ebq\u0000~\u0000 q\u0000~\u0000\u0012q\u0000~\u0000\u0013q\u0000~\u0000\u0010q\u0000~\u0000\u0015"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\nq\u0000~\u0000\u0017q\u0000~\u0000\"q\u0000~\u0001\u0000q\u0000~\u0000\u00ecq\u0000~\u0000(q\u0000~\u0000\u00ddq\u0000~\u0000\u00cfq\u0000~\u0000\u00acq\u0000~\u0000\rq\u0000~\u0000\u0018q\u0000~\u0001\u0018"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0001\nq\u0000~\u0001\u0002q\u0000~\u0000\u00f6q\u0000~\u0000\u00eeq\u0000~\u0000\u00e2q\u0000~\u0000\u00d4q\u0000~\u0000\u00c6q\u0000~\u0000*q\u0000~\u0000>q\u0000~\u0000\u00b1q\u0000~\u0000\u00c2q\u0000~\u0000\f"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\u000fq\u0000~\u00016q\u0000~\u0000\u001aq\u0000~\u0000\u0019q\u0000~\u0001,q\u0000~\u0001Vq\u0000~\u0000\tq\u0000~\u0001\u000bq\u0000~\u0001\u0003q\u0000~\u0000\u00f7q\u0000~\u0000\u00efq\u0000~\u0000\u00e3"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\u00d5q\u0000~\u0000\u00c7q\u0000~\u0000+q\u0000~\u0000?q\u0000~\u0000\u00b2q\u0000~\u0001\u0019q\u0000~\u0000\u00bdq\u0000~\u0000`q\u0000~\u0000lq\u0000~\u0000sq\u0000~\u0000zq\u0000~\u0000\u0081"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\u0089q\u0000~\u0000\u0091q\u0000~\u0000\u0099q\u0000~\u0000\u00a0q\u0000~\u0000\u00a7q\u0000~\u0001(q\u0000~\u0001\u001dq\u0000~\u0001\u000fq\u0000~\u0000\u00fbq\u0000~\u0000\u00e7q\u0000~\u0000\u00d9q\u0000~\u0000\u00cb"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\u00beq\u0000~\u0000Cq\u0000~\u0000fq\u0000~\u0000mq\u0000~\u0000tq\u0000~\u0000{q\u0000~\u0000\u0082q\u0000~\u0000\u008aq\u0000~\u0000\u0092q\u0000~\u0000\u001bq\u0000~\u0000\u009aq\u0000~\u0000\u00a1"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\u00a8q\u0000~\u0000\u00b6q\u0000~\u0001`q\u0000~\u0000\u001dq\u0000~\u0000\u001fq\u0000~\u0000\u000bq\u0000~\u0000\u00baq\u0000~\u0000\u0086q\u0000~\u0000\u008eq\u0000~\u0000\u0096q\u0000~\u0000\u001eq\u0000~\u0000\u0014"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0001\"q\u0000~\u0000^q\u0000~\u0000jq\u0000~\u0000qq\u0000~\u0000xq\u0000~\u0000\u007fq\u0000~\u0001\u0014q\u0000~\u0000\u00deq\u0000~\u0000\u00d0q\u0000~\u0000\u00adq\u0000~\u0000\u0016q\u0000~\u0000\u009e"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\u00a5x"));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public class Unmarshaller
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster extends com.sun.identity.federation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington public Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super(context, "----");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context, int startState) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster this(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = startState;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.Object owner() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return com.sun.identity.liberty.ws.meta.jaxb.impl.SPDescriptorElementImpl.this;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "cacheDuration");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "id");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "protocolSupportEnumeration");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 0 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("SPDescriptor" == ___local)&&("urn:liberty:metadata:2003-08" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.pushAttributes(__atts, false);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 1;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.enterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 2 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("SPDescriptor" == ___local)&&("urn:liberty:metadata:2003-08" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.popAttributes();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 3;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "cacheDuration");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "id");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "protocolSupportEnumeration");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromLeaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.leaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("cacheDuration" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.meta.jaxb.impl.SPDescriptorTypeImpl)com.sun.identity.liberty.ws.meta.jaxb.impl.SPDescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("id" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.meta.jaxb.impl.SPDescriptorTypeImpl)com.sun.identity.liberty.ws.meta.jaxb.impl.SPDescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("protocolSupportEnumeration" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.meta.jaxb.impl.SPDescriptorTypeImpl)com.sun.identity.liberty.ws.meta.jaxb.impl.SPDescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromEnterAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.enterAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "cacheDuration");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "id");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "protocolSupportEnumeration");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.leaveAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void handleText(final java.lang.String value)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington int attIdx;
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington outer:
bee2440354b4bc8796e1de0b6cbd60e1f68deba0Phill Cunnington while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "cacheDuration");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().text(value);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "id");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().text(value);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "protocolSupportEnumeration");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().text(value);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromText(value);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (java.lang.RuntimeException e) {
365156d5428edc07eae024879829e586bbaf9d42Neil Madden handleUnexpectedTextException(value, e);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster