// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.06.11 at 10:33:54 AM PDT // package com.sun.identity.liberty.ws.soapbinding.jaxb11.impl; public class ServiceInstanceUpdateTypeImpl implements com.sun.identity.liberty.ws.soapbinding.jaxb11.ServiceInstanceUpdateType, 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.xml.bind.marshaller.IdentifiableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject { protected com.sun.xml.bind.util.ListImpl _SecurityMechID; protected boolean has_MustUnderstand; protected boolean _MustUnderstand; protected com.sun.xml.bind.util.ListImpl _Credential; protected java.lang.String _Actor; protected java.lang.String _Id; protected java.lang.String _Endpoint; public final static java.lang.Class version = (com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.JAXBVersion.class); private static com.sun.msv.grammar.Grammar schemaFragment; private final static java.lang.Class PRIMARY_INTERFACE_CLASS() { return (com.sun.identity.liberty.ws.soapbinding.jaxb11.ServiceInstanceUpdateType.class); } protected com.sun.xml.bind.util.ListImpl _getSecurityMechID() { if (_SecurityMechID == null) { _SecurityMechID = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList()); } return _SecurityMechID; } public java.util.List getSecurityMechID() { return _getSecurityMechID(); } public boolean isMustUnderstand() { return _MustUnderstand; } public void setMustUnderstand(boolean value) { _MustUnderstand = value; has_MustUnderstand = true; } protected com.sun.xml.bind.util.ListImpl _getCredential() { if (_Credential == null) { _Credential = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList()); } return _Credential; } public java.util.List getCredential() { return _getCredential(); } public java.lang.String getActor() { return _Actor; } public void setActor(java.lang.String value) { _Actor = value; } public java.lang.String getId() { return _Id; } public void setId(java.lang.String value) { _Id = value; } public java.lang.String getEndpoint() { return _Endpoint; } public void setEndpoint(java.lang.String value) { _Endpoint = value; } public com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) { return new com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.ServiceInstanceUpdateTypeImpl.Unmarshaller(context); } public void serializeBody(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { int idx1 = 0; final int len1 = ((_SecurityMechID == null)? 0 :_SecurityMechID.size()); int idx3 = 0; final int len3 = ((_Credential == null)? 0 :_Credential.size()); while (idx1 != len1) { context.startElement("urn:liberty:sb:2004-04", "SecurityMechID"); int idx_0 = idx1; try { idx_0 += 1; } catch (java.lang.Exception e) { com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endNamespaceDecls(); int idx_1 = idx1; try { idx_1 += 1; } catch (java.lang.Exception e) { com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endAttributes(); try { context.text(((java.lang.String) _SecurityMechID.get(idx1 ++)), "SecurityMechID"); } catch (java.lang.Exception e) { com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endElement(); } while (idx3 != len3) { context.startElement("urn:liberty:sb:2004-04", "Credential"); int idx_2 = idx3; context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Credential.get(idx_2 ++)), "Credential"); context.endNamespaceDecls(); int idx_3 = idx3; context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Credential.get(idx_3 ++)), "Credential"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _Credential.get(idx3 ++)), "Credential"); context.endElement(); } if (_Endpoint!= null) { context.startElement("urn:liberty:sb:2004-04", "Endpoint"); context.endNamespaceDecls(); context.endAttributes(); try { context.text(((java.lang.String) _Endpoint), "Endpoint"); } catch (java.lang.Exception e) { com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endElement(); } } public void serializeAttributes(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { int idx1 = 0; final int len1 = ((_SecurityMechID == null)? 0 :_SecurityMechID.size()); int idx3 = 0; final int len3 = ((_Credential == null)? 0 :_Credential.size()); if (_Id!= null) { context.startAttribute("", "id"); try { context.text(context.onID(this, ((java.lang.String) _Id)), "Id"); } catch (java.lang.Exception e) { com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endAttribute(); } if (_Actor!= null) { context.startAttribute("http://schemas.xmlsoap.org/soap/envelope/", "actor"); try { context.text(((java.lang.String) _Actor), "Actor"); } catch (java.lang.Exception e) { com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endAttribute(); } if (has_MustUnderstand) { context.startAttribute("http://schemas.xmlsoap.org/soap/envelope/", "mustUnderstand"); try { context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _MustUnderstand)), "MustUnderstand"); } catch (java.lang.Exception e) { com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endAttribute(); } while (idx1 != len1) { try { idx1 += 1; } catch (java.lang.Exception e) { com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context); } } while (idx3 != len3) { idx3 += 1; } } public void serializeURIs(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { int idx1 = 0; final int len1 = ((_SecurityMechID == null)? 0 :_SecurityMechID.size()); int idx3 = 0; final int len3 = ((_Credential == null)? 0 :_Credential.size()); if (_Actor!= null) { context.getNamespaceContext().declareNamespace("http://schemas.xmlsoap.org/soap/envelope/", null, true); } if (has_MustUnderstand) { context.getNamespaceContext().declareNamespace("http://schemas.xmlsoap.org/soap/envelope/", null, true); } while (idx1 != len1) { try { idx1 += 1; } catch (java.lang.Exception e) { com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context); } } while (idx3 != len3) { idx3 += 1; } } public java.lang.String ____jaxb____getId() { return ((java.lang.String) _Id); } public java.lang.Class getPrimaryInterface() { return (com.sun.identity.liberty.ws.soapbinding.jaxb11.ServiceInstanceUpdateType.class); } public com.sun.msv.verifier.DocumentDeclaration createRawValidator() { if (schemaFragment == null) { schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize(( "\u00ac\u00ed\u0000\u0005sr\u0000\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su" +"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra" +"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi" +"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b" +"expandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001dcom." +"sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsr\u0000 com.sun.msv." +"grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.Unary" +"Exp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee" +"\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000" +"\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ec" +"om.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredA" +"ttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\u0000ppsr\u0000\u001bcom.su" +"n.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatyp" +"e/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringP" +"air;xq\u0000~\u0000\u0003q\u0000~\u0000\u0010psr\u0000#com.sun.msv.datatype.xsd.AnyURIType\u0000\u0000\u0000\u0000\u0000" +"\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\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\u0002\u0000\u0000xr\u0000\'c" +"om.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespac" +"eUrit\u0000\u0012Ljava/lang/String;L\u0000\btypeNameq\u0000~\u0000\u001eL\u0000\nwhiteSpacet\u0000.Lco" +"m/sun/msv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w" +"3.org/2001/XMLSchemat\u0000\u0006anyURIsr\u00005com.sun.msv.datatype.xsd.Wh" +"iteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatyp" +"e.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.gramma" +"r.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0010psr\u0000\u001bcom" +".sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u001eL\u0000\fnames" +"paceURIq\u0000~\u0000\u001expq\u0000~\u0000\"q\u0000~\u0000!sq\u0000~\u0000\nppsr\u0000 com.sun.msv.grammar.Attr" +"ibuteExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0012xq\u0000~\u0000\u0003q\u0000~\u0000\u0010ps" +"q\u0000~\u0000\u0016q\u0000~\u0000\u0010psr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000" +"xq\u0000~\u0000\u001bq\u0000~\u0000!t\u0000\u0005QNameq\u0000~\u0000%q\u0000~\u0000\'sq\u0000~\u0000(q\u0000~\u00000q\u0000~\u0000!sr\u0000#com.sun.msv" +".grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u001eL\u0000\fnames" +"paceURIq\u0000~\u0000\u001exr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpt\u0000" +"\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instancesr\u00000com.sun" +".msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq" +"\u0000~\u0000\u000f\u0001q\u0000~\u00008sq\u0000~\u00002t\u0000\u000eSecurityMechIDt\u0000\u0016urn:liberty:sb:2004-04q\u0000" +"~\u00008sq\u0000~\u0000\nppsq\u0000~\u0000\fq\u0000~\u0000\u0010psq\u0000~\u0000\u0011q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0011pp\u0000sq\u0000~\u0000\np" +"psq\u0000~\u0000\fq\u0000~\u0000\u0010psq\u0000~\u0000+q\u0000~\u0000\u0010psr\u00002com.sun.msv.grammar.Expression$" +"AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u00009q\u0000~\u0000Fsr\u0000 com.sun.ms" +"v.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00003q\u0000~\u00008sq\u0000~\u00002t\u0000Wcom.sun" +".identity.liberty.ws.soapbinding.jaxb11.ServiceInstanceUpdat" +"eType.CredentialTypet\u0000+http://java.sun.com/jaxb/xjc/dummy-el" +"ementssq\u0000~\u0000\nppsq\u0000~\u0000+q\u0000~\u0000\u0010pq\u0000~\u0000-q\u0000~\u00004q\u0000~\u00008sq\u0000~\u00002t\u0000\nCredential" +"q\u0000~\u0000\u001azb\u00ea\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.DataTypeW" +"ithFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needValueCheckFlagL\u0000\bba" +"seTypet\u0000)Lcom/sun/msv/datatype/xsd/XSDatatypeImpl;L\u0000\fconcret" +"eTypet\u0000\'Lcom/sun/msv/datatype/xsd/ConcreteType;L\u0000\tfacetNameq" +"\u0000~\u0000\u001exq\u0000~\u0000\u001dq\u0000~\u0000hpq\u0000~\u0000%\u0000\u0000sr\u0000$com.sun.msv.datatype.xsd.BooleanT" +"ype\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u001bq\u0000~\u0000!t\u0000\u0007booleanq\u0000~\u0000%q\u0000~\u0000tt\u0000\u0007patternur\u0000\u0013[" +"Ljava.lang.String;\u00ad\u00d2V\u00e7\u00e9\u001d{G\u0002\u0000\u0000xp\u0000\u0000\u0000\u0001t\u0000\u00030|1q\u0000~\u0000\'sq\u0000~\u0000(t\u0000\u000fboole" +"an-derivedq\u0000~\u0000hsq\u0000~\u00002t\u0000\u000emustUnderstandq\u0000~\u0000hq\u0000~\u00008sr\u0000\"com.sun." +"msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/" +"msv/grammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.gram" +"mar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVer" +"sionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\u0015\u0001p" +"q\u0000~\u0000\u000bq\u0000~\u0000Cq\u0000~\u0000\u0015q\u0000~\u0000Rq\u0000~\u0000>q\u0000~\u0000Bq\u0000~\u0000\u0007q\u0000~\u0000@q\u0000~\u0000\u0006q\u0000~\u0000Wq\u0000~\u0000\bq\u0000~\u0000i" +"q\u0000~\u0000dq\u0000~\u0000\u000eq\u0000~\u0000=q\u0000~\u0000\tq\u0000~\u0000\u0005q\u0000~\u0000*q\u0000~\u0000Lq\u0000~\u0000Sq\u0000~\u0000Px")); } return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment); } public static class CredentialTypeImpl implements com.sun.identity.liberty.ws.soapbinding.jaxb11.ServiceInstanceUpdateType.CredentialType, 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 { protected java.lang.Object _Any; protected java.util.Calendar _NotOnOrAfter; public final static java.lang.Class version = (com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.JAXBVersion.class); private static com.sun.msv.grammar.Grammar schemaFragment; private final static java.lang.Class PRIMARY_INTERFACE_CLASS() { return (com.sun.identity.liberty.ws.soapbinding.jaxb11.ServiceInstanceUpdateType.CredentialType.class); } public java.lang.Object getAny() { return _Any; } public void setAny(java.lang.Object value) { _Any = value; } public java.util.Calendar getNotOnOrAfter() { return _NotOnOrAfter; } public void setNotOnOrAfter(java.util.Calendar value) { _NotOnOrAfter = value; } public com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) { return new com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.ServiceInstanceUpdateTypeImpl.CredentialTypeImpl.Unmarshaller(context); } public void serializeBody(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { context.childAsBody(((com.sun.xml.bind.JAXBObject) _Any), "Any"); } public void serializeAttributes(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { if (_NotOnOrAfter!= null) { context.startAttribute("", "notOnOrAfter"); try { context.text(com.sun.msv.datatype.xsd.DateTimeType.theInstance.serializeJavaObject(((java.util.Calendar) _NotOnOrAfter), null), "NotOnOrAfter"); } catch (java.lang.Exception e) { com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endAttribute(); } } public void serializeURIs(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { } public java.lang.Class getPrimaryInterface() { return (com.sun.identity.liberty.ws.soapbinding.jaxb11.ServiceInstanceUpdateType.CredentialType.class); } public com.sun.msv.verifier.DocumentDeclaration createRawValidator() { if (schemaFragment == null) { schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize(( "\u00ac\u00ed\u0000\u0005sr\u0000\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su" +"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra" +"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi" +"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b" +"expandedExpq\u0000~\u0000\u0002xpppsr\u0000\'com.sun.msv.grammar.trex.ElementPatt" +"ern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;" +"xr\u0000\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndecl" +"aredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003pp\u0000sr\u0000 com.sun.msv.g" +"rammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0007xq" +"\u0000~\u0000\u0003ppsr\u00002com.sun.msv.grammar.Expression$AnyStringExpression" +"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0001" +"q\u0000~\u0000\rsr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom." +"sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u0000&com.sun.msv.gramma" +"r.NamespaceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\fnamespaceURIt\u0000\u0012Ljava/lang/" +"String;xq\u0000~\u0000\u0011t\u0000+http://java.sun.com/jaxb/xjc/dummy-elementss" +"r\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsq\u0000~\u0000\nsq\u0000" +"~\u0000\u000e\u0000psr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/" +"relaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/m" +"sv/util/StringPair;xq\u0000~\u0000\u0003ppsr\u0000%com.sun.msv.datatype.xsd.Date" +"TimeType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000)com.sun.msv.datatype.xsd.DateTimeBase" +"Type\u0014W\u001a@3\u00a5\u00b4\u00e5\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicTyp" +"e\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\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000" +"\fnamespaceUriq\u0000~\u0000\u0014L\u0000\btypeNameq\u0000~\u0000\u0014L\u0000\nwhiteSpacet\u0000.Lcom/sun/m" +"sv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2" +"001/XMLSchemat\u0000\bdateTimesr\u00005com.sun.msv.datatype.xsd.WhiteSp" +"aceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd" +".WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Exp" +"ression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u001apsr\u0000\u001bcom.sun." +"msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u0014L\u0000\fnamespaceU" +"RIq\u0000~\u0000\u0014xpq\u0000~\u0000\'q\u0000~\u0000&sr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000\u0000" +"\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u0014L\u0000\fnamespaceURIq\u0000~\u0000\u0014xq\u0000~\u0000\u0011t\u0000\fnotOn" +"OrAftert\u0000\u0000sr\u00000com.sun.msv.grammar.Expression$EpsilonExpressi" +"on\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u000fq\u0000~\u00004sr\u0000\"com.sun.msv.grammar.Express" +"ionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/Express" +"ionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.ExpressionPool$" +"ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lco" +"m/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\u0002\u0001pq\u0000~\u0000\u0005q\u0000~\u0000\u0018x")); } return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment); } public class Unmarshaller extends com.sun.identity.federation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl { public Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) { super(context, "-----"); } protected Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context, int startState) { this(context); state = startState; } public java.lang.Object owner() { return com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.ServiceInstanceUpdateTypeImpl.CredentialTypeImpl.this; } public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts) throws org.xml.sax.SAXException { int attIdx; outer: while (true) { switch (state) { case 4 : revertToParentFromEnterElement(___uri, ___local, ___qname, __atts); return ; case 0 : attIdx = context.getAttribute("", "notOnOrAfter"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 3 : if (true) { java.lang.Object co = spawnWildcard(4, ___uri, ___local, ___qname, __atts); if (co!= null) { _Any = co; } return ; } break; } super.enterElement(___uri, ___local, ___qname, __atts); break; } } private void eatText1(final java.lang.String value) throws org.xml.sax.SAXException { try { _NotOnOrAfter = ((java.util.Calendar) com.sun.msv.datatype.xsd.DateTimeType.theInstance.createJavaObject(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value), null)); } catch (java.lang.Exception e) { handleParseConversionException(e); } } 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 4 : revertToParentFromLeaveElement(___uri, ___local, ___qname); return ; case 0 : attIdx = context.getAttribute("", "notOnOrAfter"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; } 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 4 : revertToParentFromEnterAttribute(___uri, ___local, ___qname); return ; case 0 : if (("notOnOrAfter" == ___local)&&("" == ___uri)) { state = 1; return ; } state = 3; continue outer; } 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 2 : if (("notOnOrAfter" == ___local)&&("" == ___uri)) { state = 3; return ; } break; case 4 : revertToParentFromLeaveAttribute(___uri, ___local, ___qname); return ; case 0 : attIdx = context.getAttribute("", "notOnOrAfter"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; } 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 1 : state = 2; eatText1(value); return ; case 4 : revertToParentFromText(value); return ; case 0 : attIdx = context.getAttribute("", "notOnOrAfter"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; } } catch (java.lang.RuntimeException e) { handleUnexpectedTextException(value, e); } break; } } } } public class Unmarshaller extends com.sun.identity.federation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl { public Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) { super(context, "-------------------"); } protected Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context, int startState) { this(context); state = startState; } public java.lang.Object owner() { return com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.ServiceInstanceUpdateTypeImpl.this; } public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts) throws org.xml.sax.SAXException { int attIdx; outer: while (true) { switch (state) { case 13 : attIdx = context.getAttribute("", "notOnOrAfter"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } if (true) { _getCredential().add(((com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.ServiceInstanceUpdateTypeImpl.CredentialTypeImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.ServiceInstanceUpdateTypeImpl.CredentialTypeImpl.class), 14, ___uri, ___local, ___qname, __atts))); return ; } break; case 0 : attIdx = context.getAttribute("", "id"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 3 : attIdx = context.getAttribute("http://schemas.xmlsoap.org/soap/envelope/", "actor"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 6; eatText2(v); continue outer; } state = 6; continue outer; case 12 : if (("SecurityMechID" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) { context.pushAttributes(__atts, true); state = 10; return ; } if (("Credential" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) { context.pushAttributes(__atts, false); state = 13; return ; } state = 15; continue outer; case 9 : if (("SecurityMechID" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) { context.pushAttributes(__atts, true); state = 10; return ; } state = 12; continue outer; case 18 : revertToParentFromEnterElement(___uri, ___local, ___qname, __atts); return ; case 15 : if (("Credential" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) { context.pushAttributes(__atts, false); state = 13; return ; } if (("Endpoint" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) { context.pushAttributes(__atts, true); state = 16; return ; } state = 18; continue outer; case 6 : attIdx = context.getAttribute("http://schemas.xmlsoap.org/soap/envelope/", "mustUnderstand"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 9; eatText3(v); continue outer; } state = 9; continue outer; } super.enterElement(___uri, ___local, ___qname, __atts); break; } } private void eatText1(final java.lang.String value) throws org.xml.sax.SAXException { try { _Id = context.addToIdTable(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value)); } catch (java.lang.Exception e) { handleParseConversionException(e); } } private void eatText2(final java.lang.String value) throws org.xml.sax.SAXException { try { _Actor = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value); } catch (java.lang.Exception e) { handleParseConversionException(e); } } private void eatText3(final java.lang.String value) throws org.xml.sax.SAXException { try { _MustUnderstand = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value)); has_MustUnderstand = true; } catch (java.lang.Exception e) { handleParseConversionException(e); } } 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 13 : attIdx = context.getAttribute("", "notOnOrAfter"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } break; case 0 : attIdx = context.getAttribute("", "id"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 11 : if (("SecurityMechID" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) { context.popAttributes(); state = 12; return ; } break; case 3 : attIdx = context.getAttribute("http://schemas.xmlsoap.org/soap/envelope/", "actor"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 6; eatText2(v); continue outer; } state = 6; continue outer; case 12 : state = 15; continue outer; case 9 : state = 12; continue outer; case 18 : revertToParentFromLeaveElement(___uri, ___local, ___qname); return ; case 17 : if (("Endpoint" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) { context.popAttributes(); state = 18; return ; } break; case 15 : state = 18; continue outer; case 14 : if (("Credential" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) { context.popAttributes(); state = 15; return ; } break; case 6 : attIdx = context.getAttribute("http://schemas.xmlsoap.org/soap/envelope/", "mustUnderstand"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 9; eatText3(v); continue outer; } state = 9; continue outer; } 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 13 : if (("notOnOrAfter" == ___local)&&("" == ___uri)) { _getCredential().add(((com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.ServiceInstanceUpdateTypeImpl.CredentialTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.ServiceInstanceUpdateTypeImpl.CredentialTypeImpl.class), 14, ___uri, ___local, ___qname))); return ; } break; case 0 : if (("id" == ___local)&&("" == ___uri)) { state = 1; return ; } state = 3; continue outer; case 3 : if (("actor" == ___local)&&("http://schemas.xmlsoap.org/soap/envelope/" == ___uri)) { state = 4; return ; } state = 6; continue outer; case 12 : state = 15; continue outer; case 9 : state = 12; continue outer; case 18 : revertToParentFromEnterAttribute(___uri, ___local, ___qname); return ; case 15 : state = 18; continue outer; case 6 : if (("mustUnderstand" == ___local)&&("http://schemas.xmlsoap.org/soap/envelope/" == ___uri)) { state = 7; return ; } state = 9; continue outer; } 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 13 : attIdx = context.getAttribute("", "notOnOrAfter"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } break; case 0 : attIdx = context.getAttribute("", "id"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 2 : if (("id" == ___local)&&("" == ___uri)) { state = 3; return ; } break; case 3 : attIdx = context.getAttribute("http://schemas.xmlsoap.org/soap/envelope/", "actor"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 6; eatText2(v); continue outer; } state = 6; continue outer; case 12 : state = 15; continue outer; case 9 : state = 12; continue outer; case 18 : revertToParentFromLeaveAttribute(___uri, ___local, ___qname); return ; case 15 : state = 18; continue outer; case 5 : if (("actor" == ___local)&&("http://schemas.xmlsoap.org/soap/envelope/" == ___uri)) { state = 6; return ; } break; case 6 : attIdx = context.getAttribute("http://schemas.xmlsoap.org/soap/envelope/", "mustUnderstand"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 9; eatText3(v); continue outer; } state = 9; continue outer; case 8 : if (("mustUnderstand" == ___local)&&("http://schemas.xmlsoap.org/soap/envelope/" == ___uri)) { state = 9; return ; } break; } 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 13 : attIdx = context.getAttribute("", "notOnOrAfter"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } break; case 0 : attIdx = context.getAttribute("", "id"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText1(v); continue outer; } state = 3; continue outer; case 10 : state = 11; eatText4(value); return ; case 3 : attIdx = context.getAttribute("http://schemas.xmlsoap.org/soap/envelope/", "actor"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 6; eatText2(v); continue outer; } state = 6; continue outer; case 7 : state = 8; eatText3(value); return ; case 12 : state = 15; continue outer; case 9 : state = 12; continue outer; case 18 : revertToParentFromText(value); return ; case 15 : state = 18; continue outer; case 4 : state = 5; eatText2(value); return ; case 1 : state = 2; eatText1(value); return ; case 16 : state = 17; eatText5(value); return ; case 6 : attIdx = context.getAttribute("http://schemas.xmlsoap.org/soap/envelope/", "mustUnderstand"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 9; eatText3(v); continue outer; } state = 9; continue outer; } } catch (java.lang.RuntimeException e) { handleUnexpectedTextException(value, e); } break; } } private void eatText4(final java.lang.String value) throws org.xml.sax.SAXException { try { _getSecurityMechID().add(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value)); } catch (java.lang.Exception e) { handleParseConversionException(e); } } private void eatText5(final java.lang.String value) throws org.xml.sax.SAXException { try { _Endpoint = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value); } catch (java.lang.Exception e) { handleParseConversionException(e); } } } }