8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster//
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.disco.jaxb11.impl;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpublic class SendSingleLogOutElementImpl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster extends com.sun.identity.liberty.ws.disco.jaxb.impl.DirectiveTypeImpl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster implements com.sun.identity.liberty.ws.disco.jaxb11.SendSingleLogOutElement, 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.disco.jaxb11.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.disco.jaxb11.SendSingleLogOutElement.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.String ____jaxb_ri____getNamespaceURI() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return "urn:liberty:disco:2004-04";
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.String ____jaxb_ri____getLocalName() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return "SendSingleLogOut";
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return new com.sun.identity.liberty.ws.disco.jaxb11.impl.SendSingleLogOutElementImpl.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:disco:2004-04", "SendSingleLogOut");
8d3140b524c0e28c0a49dc7c7d481123ef3cfe11Chris Lee 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
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.Class getPrimaryInterface() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return (com.sun.identity.liberty.ws.disco.jaxb11.SendSingleLogOutElement.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((
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster "\u00ac\u00ed\u0000\u0005sr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\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\u0004ppsr\u0000\u001dcom.sun.msv.g"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"rammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsr\u0000 com.sun.msv.grammar.A"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tnameClassq\u0000~\u0000\u0001xq\u0000~\u0000\u0004sr\u0000\u0011"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\u001bcom.sun.msv.gram"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"mar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+";L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0004"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ppsr\u0000*com.sun.msv.datatype.xsd.DatatypeFactory$1\u00a1\u00f3\u000b\u00e3`rj\u000e\u0002\u0000\u0000x"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"r\u0000\u001ecom.sun.msv.datatype.xsd.Proxy\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bbaseTypet\u0000)Lc"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"om/sun/msv/datatype/xsd/XSDatatypeImpl;xr\u0000\'com.sun.msv.datat"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUrit\u0000\u0012Ljava/lan"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"g/String;L\u0000\btypeNameq\u0000~\u0000\u0018L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/dataty"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"pe/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XMLSc"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"hemat\u0000\u0006IDREFSsr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcesso"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"r$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpace"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Processor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u0000\'com.sun.msv.datatype.xsd.MinLength"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Facet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\tminLengthxr\u00009com.sun.msv.datatype.xsd.Dat"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"aTypeWithValueConstraintFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.data"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"type.xsd.DataTypeWithFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needV"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"alueCheckFlagL\u0000\bbaseTypeq\u0000~\u0000\u0016L\u0000\fconcreteTypet\u0000\'Lcom/sun/msv/"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"datatype/xsd/ConcreteType;L\u0000\tfacetNameq\u0000~\u0000\u0018xq\u0000~\u0000\u0017ppq\u0000~\u0000\u001f\u0000\u0000sr"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000!com.sun.msv.datatype.xsd.ListType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bitemTypeq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\u0016xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0017"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ppq\u0000~\u0000\u001fsr\u0000\"com.sun.msv.datatype.xsd.IDREFType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"com.sun.msv.datatype.xsd.NcnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\"com.sun.ms"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"v.datatype.xsd.TokenType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxr\u0000*com.sun.msv.dat"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"atype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000&q\u0000~\u0000\u001bt\u0000\u0005IDREFq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\u001f\u0000q\u0000~\u0000\'t\u0000\tminLength\u0000\u0000\u0000\u0001sr\u00000com.sun.msv.grammar.Expression$N"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u000fppsr\u0000#com.sun.msv.gram"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"mar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u0018L\u0000\fnamespaceU"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"RIq\u0000~\u0000\u0018xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpt\u0000\u0011desc"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"riptionIDRefst\u0000\u0000sr\u00000com.sun.msv.grammar.Expression$EpsilonEx"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"pression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u000e\u0001q\u0000~\u00008sq\u0000~\u0000\nppsq\u0000~\u0000\fq\u0000~\u0000\u000fpsq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000\u0010q\u0000~\u0000\u000fpsr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000~\u0000,q\u0000~\u0000\u001bt\u0000\u0005QNameq\u0000~\u0000\u001fq\u0000~\u00001sr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u0018L\u0000\fnamespaceURIq\u0000~\u0000\u0018xpq\u0000~\u0000?q\u0000~\u0000\u001bsq"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000~\u00002t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instanceq\u0000~\u00008"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sq\u0000~\u00002t\u0000\u0010SendSingleLogOutt\u0000\u0019urn:liberty:disco:2004-04sr\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\u0000\u0003\u0001pq\u0000~\u0000\u000bq\u0000~\u0000\tq\u0000~\u0000:x"));
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 {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster 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.disco.jaxb11.impl.SendSingleLogOutElementImpl.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 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "descriptionIDRefs");
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 spawnHandlerFromEnterElement((((com.sun.identity.liberty.ws.disco.jaxb.impl.DirectiveTypeImpl)com.sun.identity.liberty.ws.disco.jaxb11.impl.SendSingleLogOutElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 0 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("SendSingleLogOut" == ___local)&&("urn:liberty:disco:2004-04" == ___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)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 3 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
case 1 :
attIdx = context.getAttribute("", "descriptionIDRefs");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
spawnHandlerFromLeaveElement((((com.sun.identity.liberty.ws.disco.jaxb.impl.DirectiveTypeImpl)com.sun.identity.liberty.ws.disco.jaxb11.impl.SendSingleLogOutElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
case 2 :
if (("SendSingleLogOut" == ___local)&&("urn:liberty:disco:2004-04" == ___uri)) {
context.popAttributes();
state = 3;
return ;
}
break;
}
super.leaveElement(___uri, ___local, ___qname);
break;
}
}
public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 3 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
case 1 :
if (("descriptionIDRefs" == ___local)&&("" == ___uri)) {
spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.disco.jaxb.impl.DirectiveTypeImpl)com.sun.identity.liberty.ws.disco.jaxb11.impl.SendSingleLogOutElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.disco.jaxb.impl.DirectiveTypeImpl)com.sun.identity.liberty.ws.disco.jaxb11.impl.SendSingleLogOutElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
super.enterAttribute(___uri, ___local, ___qname);
break;
}
}
public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 3 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
case 1 :
attIdx = context.getAttribute("", "descriptionIDRefs");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
spawnHandlerFromLeaveAttribute((((com.sun.identity.liberty.ws.disco.jaxb.impl.DirectiveTypeImpl)com.sun.identity.liberty.ws.disco.jaxb11.impl.SendSingleLogOutElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
super.leaveAttribute(___uri, ___local, ___qname);
break;
}
}
public void handleText(final java.lang.String value)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
try {
switch (state) {
case 3 :
revertToParentFromText(value);
return ;
case 1 :
attIdx = context.getAttribute("", "descriptionIDRefs");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
spawnHandlerFromText((((com.sun.identity.liberty.ws.disco.jaxb.impl.DirectiveTypeImpl)com.sun.identity.liberty.ws.disco.jaxb11.impl.SendSingleLogOutElementImpl.this).new Unmarshaller(context)), 2, value);
return ;
}
} catch (java.lang.RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
}
}