LElementImpl.java revision 4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22
894b27768c68091df4918b3219c91ed77d2d4054mcpowers//
894b27768c68091df4918b3219c91ed77d2d4054mcpowers// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
894b27768c68091df4918b3219c91ed77d2d4054mcpowers// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
894b27768c68091df4918b3219c91ed77d2d4054mcpowers// Any modifications to this file will be lost upon recompilation of the source schema.
9b009fc1b553084f6003dcd46b171890049de0ffValerie Bubb Fenwick// Generated on: 2012.06.11 at 10:33:54 AM PDT
9b009fc1b553084f6003dcd46b171890049de0ffValerie Bubb Fenwick//
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowerspackage com.sun.identity.liberty.ws.idpp.jaxb.impl;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowerspublic class LElementImpl
894b27768c68091df4918b3219c91ed77d2d4054mcpowers extends com.sun.identity.liberty.ws.idpp.jaxb.impl.DSTStringImpl
894b27768c68091df4918b3219c91ed77d2d4054mcpowers implements com.sun.identity.liberty.ws.idpp.jaxb.LElement, 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
894b27768c68091df4918b3219c91ed77d2d4054mcpowers{
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public final static java.lang.Class version = (com.sun.identity.liberty.ws.idpp.jaxb.impl.JAXBVersion.class);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers private static com.sun.msv.grammar.Grammar schemaFragment;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return (com.sun.identity.liberty.ws.idpp.jaxb.LElement.class);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
9b009fc1b553084f6003dcd46b171890049de0ffValerie Bubb Fenwick
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public java.lang.String ____jaxb_ri____getNamespaceURI() {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return "urn:liberty:id-sis-pp:2003-08";
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public java.lang.String ____jaxb_ri____getLocalName() {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return "L";
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return new com.sun.identity.liberty.ws.idpp.jaxb.impl.LElementImpl.Unmarshaller(context);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public void serializeBody(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
894b27768c68091df4918b3219c91ed77d2d4054mcpowers throws org.xml.sax.SAXException
894b27768c68091df4918b3219c91ed77d2d4054mcpowers {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.startElement("urn:liberty:id-sis-pp:2003-08", "L");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers super.serializeURIs(context);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.endNamespaceDecls();
894b27768c68091df4918b3219c91ed77d2d4054mcpowers super.serializeAttributes(context);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.endAttributes();
894b27768c68091df4918b3219c91ed77d2d4054mcpowers super.serializeBody(context);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.endElement();
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public void serializeAttributes(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
894b27768c68091df4918b3219c91ed77d2d4054mcpowers throws org.xml.sax.SAXException
894b27768c68091df4918b3219c91ed77d2d4054mcpowers {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public void serializeURIs(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
894b27768c68091df4918b3219c91ed77d2d4054mcpowers throws org.xml.sax.SAXException
894b27768c68091df4918b3219c91ed77d2d4054mcpowers {
9b009fc1b553084f6003dcd46b171890049de0ffValerie Bubb Fenwick }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public java.lang.Class getPrimaryInterface() {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return (com.sun.identity.liberty.ws.idpp.jaxb.LElement.class);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (schemaFragment == null) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
894b27768c68091df4918b3219c91ed77d2d4054mcpowers "\u00ac\u00ed\u0000\u0005sr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv."
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\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"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"q\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0004sr\u0000\u0011java.lang.Boo"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"lean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000#com.sun.msv.datatype.xsd.Stri"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"ngType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxr\u0000*com.sun.msv.datatype.xs"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"d.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.C"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"oncreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatyp"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"eImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUrit\u0000\u0012Ljava/lang/String;L\u0000\btypeN"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"ameq\u0000~\u0000\u0019L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpace"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"Processor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0006stringsr\u00005"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\u0002\u0000\u0000xp\u0001sr\u00000com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u0014psr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u0019L\u0000\fnamespaceURIq\u0000~\u0000\u0019xpq\u0000~\u0000\u001dq\u0000~\u0000\u001csr\u0000\u001dcom."
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsr\u0000 com.sun.msv."
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tnameClassq\u0000~\u0000\u0001x"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"q\u0000~\u0000\u0004q\u0000~\u0000\u0014psq\u0000~\u0000\u000fq\u0000~\u0000\u0014psr\u0000#com.sun.msv.datatype.xsd.AnyURITy"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"pe\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0016q\u0000~\u0000\u001ct\u0000\u0006anyURIsr\u00005com.sun.msv.datatype.xs"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"d.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u001fq\u0000~\u0000\"sq\u0000~\u0000#q\u0000"
9b009fc1b553084f6003dcd46b171890049de0ffValerie Bubb Fenwick+"~\u0000,q\u0000~\u0000\u001csr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\tlocalNameq\u0000~\u0000\u0019L\u0000\fnamespaceURIq\u0000~\u0000\u0019xr\u0000\u001dcom.sun.msv.grammar.N"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"ameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpt\u0000\u0003ACCt\u0000\u001durn:liberty:id-sis-pp:2003-08s"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"r\u00000com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u0013\u0001q\u0000~\u00006sq\u0000~\u0000%ppsq\u0000~\u0000\'q\u0000~\u0000\u0014psq\u0000~\u0000\u000fppsr\u0000%com.sun."
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"msv.datatype.xsd.DateTimeType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000)com.sun.msv.data"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"type.xsd.DateTimeBaseType\u0014W\u001a@3\u00a5\u00b4\u00e5\u0002\u0000\u0000xq\u0000~\u0000\u0016q\u0000~\u0000\u001ct\u0000\bdateTimeq\u0000"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"~\u0000.q\u0000~\u0000\"sq\u0000~\u0000#q\u0000~\u0000>q\u0000~\u0000\u001csq\u0000~\u00000t\u0000\u0007ACCTimeq\u0000~\u00004q\u0000~\u00006sq\u0000~\u0000%ppsq"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\u0000~\u0000\'q\u0000~\u0000\u0014psq\u0000~\u0000\u000fppsr\u0000\'com.sun.msv.datatype.xsd.MaxLengthFace"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\tmaxLengthxr\u00009com.sun.msv.datatype.xsd.DataTyp"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"eWithValueConstraintFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+".xsd.DataTypeWithFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needValue"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"CheckFlagL\u0000\bbaseTypet\u0000)Lcom/sun/msv/datatype/xsd/XSDatatypeI"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"mpl;L\u0000\fconcreteTypet\u0000\'Lcom/sun/msv/datatype/xsd/ConcreteType"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+";L\u0000\tfacetNameq\u0000~\u0000\u0019xq\u0000~\u0000\u0018t\u0000\u001curn:liberty:metadata:2003-08t\u0000\fen"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"tityIDTypeq\u0000~\u0000.\u0000\u0000q\u0000~\u0000+q\u0000~\u0000+t\u0000\tmaxLength\u0000\u0000\u0004\u0000q\u0000~\u0000\"sq\u0000~\u0000#q\u0000~\u0000Lq"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\u0000~\u0000Ksq\u0000~\u00000t\u0000\bmodifierq\u0000~\u00004q\u0000~\u00006sq\u0000~\u0000%ppsq\u0000~\u0000\'q\u0000~\u0000\u0014psq\u0000~\u0000\u000fpps"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"r\u0000\'com.sun.msv.datatype.xsd.FinalComponent\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\nfina"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"lValuexr\u0000\u001ecom.sun.msv.datatype.xsd.Proxy\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bbaseTy"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"peq\u0000~\u0000Hxq\u0000~\u0000\u0018q\u0000~\u00004t\u0000\u0006IDTypeq\u0000~\u0000 q\u0000~\u0000\u001b\u0000\u0000\u0000\u0000q\u0000~\u0000\"sq\u0000~\u0000#q\u0000~\u0000\u001dq\u0000~"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"\u00004sq\u0000~\u00000t\u0000\u0002idq\u0000~\u00004q\u0000~\u00006sq\u0000~\u0000%ppsq\u0000~\u0000\'q\u0000~\u0000\u0014pq\u0000~\u0000:sq\u0000~\u00000t\u0000\u0010mod"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"ificationTimeq\u0000~\u00004q\u0000~\u00006sq\u0000~\u0000%ppsq\u0000~\u0000\'q\u0000~\u0000\u0014psq\u0000~\u0000\u000fq\u0000~\u0000\u0014psr\u0000\"c"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"om.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0016q\u0000~\u0000\u001ct\u0000\u0005QN"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"ameq\u0000~\u0000.q\u0000~\u0000\"sq\u0000~\u0000#q\u0000~\u0000dq\u0000~\u0000\u001csq\u0000~\u00000t\u0000\u0004typet\u0000)http://www.w3.o"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"rg/2001/XMLSchema-instanceq\u0000~\u00006sq\u0000~\u00000t\u0000\u0001Lq\u0000~\u00004sr\u0000\"com.sun.ms"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"v.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/ms"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"v/grammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.gramma"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"r.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersi"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"onL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\f\u0001pq\u0000"
894b27768c68091df4918b3219c91ed77d2d4054mcpowers+"~\u0000\fq\u0000~\u0000Bq\u0000~\u0000[q\u0000~\u0000\tq\u0000~\u00008q\u0000~\u0000Qq\u0000~\u0000\u000eq\u0000~\u0000\nq\u0000~\u0000&q\u0000~\u0000\u000bq\u0000~\u0000\rq\u0000~\u0000_x"));
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public class Unmarshaller
894b27768c68091df4918b3219c91ed77d2d4054mcpowers extends com.sun.identity.federation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
894b27768c68091df4918b3219c91ed77d2d4054mcpowers {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
9b009fc1b553084f6003dcd46b171890049de0ffValerie Bubb Fenwick
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers super(context, "----");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers protected Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context, int startState) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers this(context);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers state = startState;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public java.lang.Object owner() {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return com.sun.identity.liberty.ws.idpp.jaxb.impl.LElementImpl.this;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
894b27768c68091df4918b3219c91ed77d2d4054mcpowers throws org.xml.sax.SAXException
894b27768c68091df4918b3219c91ed77d2d4054mcpowers {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers int attIdx;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers outer:
894b27768c68091df4918b3219c91ed77d2d4054mcpowers while (true) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers switch (state) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers case 0 :
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (("L" == ___local)&&("urn:liberty:id-sis-pp:2003-08" == ___uri)) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.pushAttributes(__atts, true);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers state = 1;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers break;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers case 3 :
894b27768c68091df4918b3219c91ed77d2d4054mcpowers revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers case 1 :
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "id");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "modificationTime");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
9b009fc1b553084f6003dcd46b171890049de0ffValerie Bubb Fenwick context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "ACC");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "ACCTime");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "modifier");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers break;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers super.enterElement(___uri, ___local, ___qname, __atts);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers break;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
894b27768c68091df4918b3219c91ed77d2d4054mcpowers throws org.xml.sax.SAXException
894b27768c68091df4918b3219c91ed77d2d4054mcpowers {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers int attIdx;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers outer:
894b27768c68091df4918b3219c91ed77d2d4054mcpowers while (true) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers switch (state) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers case 2 :
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (("L" == ___local)&&("urn:liberty:id-sis-pp:2003-08" == ___uri)) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.popAttributes();
9b009fc1b553084f6003dcd46b171890049de0ffValerie Bubb Fenwick state = 3;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers break;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers case 3 :
894b27768c68091df4918b3219c91ed77d2d4054mcpowers revertToParentFromLeaveElement(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers case 1 :
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "id");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "modificationTime");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "ACC");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "ACCTime");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "modifier");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
9b009fc1b553084f6003dcd46b171890049de0ffValerie Bubb Fenwick }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers break;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers super.leaveElement(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers break;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
894b27768c68091df4918b3219c91ed77d2d4054mcpowers throws org.xml.sax.SAXException
894b27768c68091df4918b3219c91ed77d2d4054mcpowers {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers int attIdx;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers outer:
894b27768c68091df4918b3219c91ed77d2d4054mcpowers while (true) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers switch (state) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers case 3 :
894b27768c68091df4918b3219c91ed77d2d4054mcpowers revertToParentFromEnterAttribute(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers case 1 :
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (("id" == ___local)&&("urn:liberty:id-sis-pp:2003-08" == ___uri)) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.idpp.jaxb.impl.DSTStringImpl)com.sun.identity.liberty.ws.idpp.jaxb.impl.LElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (("modificationTime" == ___local)&&("urn:liberty:id-sis-pp:2003-08" == ___uri)) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.idpp.jaxb.impl.DSTStringImpl)com.sun.identity.liberty.ws.idpp.jaxb.impl.LElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (("ACC" == ___local)&&("urn:liberty:id-sis-pp:2003-08" == ___uri)) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.idpp.jaxb.impl.DSTStringImpl)com.sun.identity.liberty.ws.idpp.jaxb.impl.LElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (("ACCTime" == ___local)&&("urn:liberty:id-sis-pp:2003-08" == ___uri)) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.idpp.jaxb.impl.DSTStringImpl)com.sun.identity.liberty.ws.idpp.jaxb.impl.LElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (("modifier" == ___local)&&("urn:liberty:id-sis-pp:2003-08" == ___uri)) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.idpp.jaxb.impl.DSTStringImpl)com.sun.identity.liberty.ws.idpp.jaxb.impl.LElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers break;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers super.enterAttribute(___uri, ___local, ___qname);
9b009fc1b553084f6003dcd46b171890049de0ffValerie Bubb Fenwick break;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
894b27768c68091df4918b3219c91ed77d2d4054mcpowers throws org.xml.sax.SAXException
894b27768c68091df4918b3219c91ed77d2d4054mcpowers {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers int attIdx;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers outer:
894b27768c68091df4918b3219c91ed77d2d4054mcpowers while (true) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers switch (state) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers case 3 :
894b27768c68091df4918b3219c91ed77d2d4054mcpowers revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers case 1 :
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "id");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "modificationTime");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "ACC");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "ACCTime");
9b009fc1b553084f6003dcd46b171890049de0ffValerie Bubb Fenwick if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "modifier");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers break;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers super.leaveAttribute(___uri, ___local, ___qname);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers break;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers
894b27768c68091df4918b3219c91ed77d2d4054mcpowers public void handleText(final java.lang.String value)
894b27768c68091df4918b3219c91ed77d2d4054mcpowers throws org.xml.sax.SAXException
894b27768c68091df4918b3219c91ed77d2d4054mcpowers {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers int attIdx;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers outer:
894b27768c68091df4918b3219c91ed77d2d4054mcpowers while (true) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers try {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers switch (state) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers case 3 :
894b27768c68091df4918b3219c91ed77d2d4054mcpowers revertToParentFromText(value);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers case 1 :
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "id");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().text(value);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "modificationTime");
9b009fc1b553084f6003dcd46b171890049de0ffValerie Bubb Fenwick if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().text(value);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "ACC");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().text(value);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "ACCTime");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().text(value);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers return ;
894b27768c68091df4918b3219c91ed77d2d4054mcpowers }
894b27768c68091df4918b3219c91ed77d2d4054mcpowers attIdx = context.getAttribute("urn:liberty:id-sis-pp:2003-08", "modifier");
894b27768c68091df4918b3219c91ed77d2d4054mcpowers if (attIdx >= 0) {
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.consumeAttribute(attIdx);
894b27768c68091df4918b3219c91ed77d2d4054mcpowers context.getCurrentHandler().text(value);
return ;
}
spawnHandlerFromText((((com.sun.identity.liberty.ws.idpp.jaxb.impl.DSTStringImpl)com.sun.identity.liberty.ws.idpp.jaxb.impl.LElementImpl.this).new Unmarshaller(context)), 2, value);
return ;
}
} catch (java.lang.RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
}
}