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.soapbinding.jaxb11.impl;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpublic class StatusTypeImpl implements com.sun.identity.liberty.ws.soapbinding.jaxb11.StatusType, 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 protected com.sun.xml.bind.util.ListImpl _Status;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected java.lang.String _Ref;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected java.lang.String _Comment;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected javax.xml.namespace.QName _Code;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public final static java.lang.Class version = (com.sun.identity.liberty.ws.soapbinding.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.soapbinding.jaxb11.StatusType.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected com.sun.xml.bind.util.ListImpl _getStatus() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_Status == null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _Status = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura return _Status;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.util.List getStatus() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return _getStatus();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.String getRef() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return _Ref;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void setRef(java.lang.String value) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _Ref = value;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.String getComment() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return _Comment;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void setComment(java.lang.String value) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _Comment = value;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public javax.xml.namespace.QName getCode() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return _Code;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void setCode(javax.xml.namespace.QName value) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _Code = value;
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.soapbinding.jaxb11.impl.StatusTypeImpl.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 int idx1 = 0;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final int len1 = ((_Status == null)? 0 :_Status.size());
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (idx1 != len1) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_Status.get(idx1) instanceof javax.xml.bind.Element) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsBody(((com.sun.xml.bind.JAXBObject) _Status.get(idx1 ++)), "Status");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } else {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.startElement("urn:liberty:sb:2004-04", "Status");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int idx_0 = idx1;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Status.get(idx_0 ++)), "Status");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endNamespaceDecls();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int idx_1 = idx1;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Status.get(idx_1 ++)), "Status");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endAttributes();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsBody(((com.sun.xml.bind.JAXBObject) _Status.get(idx1 ++)), "Status");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endElement();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
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
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int idx1 = 0;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final int len1 = ((_Status == null)? 0 :_Status.size());
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.startAttribute("", "code");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.text(javax.xml.bind.DatatypeConverter.printQName(((javax.xml.namespace.QName) _Code), context.getNamespaceContext()), "Code");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (java.lang.Exception e) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context);
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endAttribute();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_Comment!= null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.startAttribute("", "comment");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.text(((java.lang.String) _Comment), "Comment");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (java.lang.Exception e) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endAttribute();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_Ref!= null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.startAttribute("", "ref");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.text(((java.lang.String) _Ref), "Ref");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (java.lang.Exception e) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context);
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endAttribute();
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura while (idx1 != len1) {
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura if (_Status.get(idx1) instanceof javax.xml.bind.Element) {
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Status.get(idx1 ++)), "Status");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } else {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster idx1 += 1;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
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 int idx1 = 0;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final int len1 = ((_Status == null)? 0 :_Status.size());
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getNamespaceContext().declareNamespace(((javax.xml.namespace.QName) _Code).getNamespaceURI(), ((javax.xml.namespace.QName) _Code).getPrefix(), false);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (java.lang.Exception e) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster com.sun.identity.federation.jaxb.entityconfig.impl.runtime.Util.handlePrintConversionException(this, e, context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (idx1 != len1) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (_Status.get(idx1) instanceof javax.xml.bind.Element) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Status.get(idx1 ++)), "Status");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } else {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster idx1 += 1;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.Class getPrimaryInterface() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return (com.sun.identity.liberty.ws.soapbinding.jaxb11.StatusType.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\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"expandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001dcom.sun.msv.grammar."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsr\u0000 com.sun.msv.grammar.OneOrMor"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"eExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000ps"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\bq\u0000~\u0000\u000epsr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.s"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"un.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttri"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"butesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u000ep\u0000sq\u0000~\u0000\bppsq\u0000~\u0000\nq\u0000~\u0000\u000epsr"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tn"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ameClassq\u0000~\u0000\u0011xq\u0000~\u0000\u0003q\u0000~\u0000\u000epsr\u00002com.sun.msv.grammar.Expression$"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\r\u0001q\u0000~\u0000\u0019sr\u0000 com.sun."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.N"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$Epsi"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"lonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u001aq\u0000~\u0000\u001fsr\u0000#com.sun.msv.gram"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"mar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/Stri"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ng;L\u0000\fnamespaceURIq\u0000~\u0000!xq\u0000~\u0000\u001ct\u0000<com.sun.identity.liberty.ws."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"soapbinding.jaxb11.StatusElementt\u0000+http://java.sun.com/jaxb/"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"xjc/dummy-elementssq\u0000~\u0000\u0010q\u0000~\u0000\u000ep\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0010pp\u0000sq\u0000~\u0000\bppsq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\nq\u0000~\u0000\u000epsq\u0000~\u0000\u0016q\u0000~\u0000\u000epq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u00009com.sun.identity"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+".liberty.ws.soapbinding.jaxb11.StatusTypeq\u0000~\u0000$sq\u0000~\u0000\bppsq\u0000~\u0000\u0016"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"q\u0000~\u0000\u000epsr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"/relaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"msv/util/StringPair;xq\u0000~\u0000\u0003q\u0000~\u0000\u000epsr\u0000\"com.sun.msv.datatype.xsd"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+".QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAto"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"micType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000!L\u0000\btypeNameq\u0000~\u0000!L\u0000\nwhiteSpacet\u0000.Lcom"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"/sun/msv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+".org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.Whit"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"eSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u000epsr\u0000\u001bcom.s"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"un.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000!L\u0000\fnamespa"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ceURIq\u0000~\u0000!xpq\u0000~\u0000:q\u0000~\u00009sq\u0000~\u0000 t\u0000\u0004typet\u0000)http://www.w3.org/2001"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"/XMLSchema-instanceq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000\u0006Statust\u0000\u0016urn:liberty:sb:200"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"4-04q\u0000~\u0000\u001fsq\u0000~\u0000\u0016ppq\u0000~\u00002sq\u0000~\u0000 t\u0000\u0004codet\u0000\u0000sq\u0000~\u0000\bppsq\u0000~\u0000\u0016q\u0000~\u0000\u000epsq"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000~\u0000/q\u0000~\u0000\u000epsr\u0000#com.sun.msv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Z\u0000\risAlwaysValidxq\u0000~\u00004q\u0000~\u00009t\u0000\u0006stringsr\u00005com.sun.msv.datatype"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+".xsd.WhiteSpaceProcessor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000<\u0001q\u0000~\u0000?sq\u0000~"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000@q\u0000~\u0000Qq\u0000~\u00009sq\u0000~\u0000 t\u0000\u0007commentq\u0000~\u0000Kq\u0000~\u0000\u001fsq\u0000~\u0000\bppsq\u0000~\u0000\u0016q\u0000~\u0000\u000epsq"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000~\u0000/ppsr\u0000#com.sun.msv.datatype.xsd.NcnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\""
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"com.sun.msv.datatype.xsd.TokenType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Oq\u0000~\u00009t\u0000\u0006N"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"CNameq\u0000~\u0000=\u0000q\u0000~\u0000?sq\u0000~\u0000@q\u0000~\u0000]q\u0000~\u00009sq\u0000~\u0000 t\u0000\u0003refq\u0000~\u0000Kq\u0000~\u0000\u001fsr\u0000\"co"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"m.sun.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lco"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"m/sun/msv/grammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.ms"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"v.grammar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstr"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"eamVersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\u0000\u0000\u000e\u0001pq\u0000~\u0000\tq\u0000~\u0000\fq\u0000~\u0000\u0015q\u0000~\u0000)q\u0000~\u0000\u0007q\u0000~\u0000\u0014q\u0000~\u0000(q\u0000~\u0000\u0006q\u0000~\u0000&q\u0000~\u0000\u0005q\u0000~\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"Wq\u0000~\u0000Lq\u0000~\u0000-q\u0000~\u0000\u000fx"));
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.soapbinding.jaxb11.impl.StatusTypeImpl.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 9 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("Status" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _getStatus().add(((com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.StatusElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.StatusElementImpl.class), 12, ___uri, ___local, ___qname, __atts)));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("Status" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.pushAttributes(__atts, false);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 10;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 12;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 6 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "ref");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final java.lang.String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText1(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "comment");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final java.lang.String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText2(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 12 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("Status" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _getStatus().add(((com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.StatusElementImpl) spawnChildFromEnterElement((com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.StatusElementImpl.class), 12, ___uri, ___local, ___qname, __atts)));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("Status" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) {
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura context.pushAttributes(__atts, false);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 10;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 10 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "code");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 0 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "code");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final java.lang.String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 3;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText3(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura break;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.enterElement(___uri, ___local, ___qname, __atts);
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura break;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura private void eatText1(final java.lang.String value)
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura throws org.xml.sax.SAXException
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura {
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura try {
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura _Ref = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura } catch (java.lang.Exception e) {
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura handleParseConversionException(e);
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private void eatText2(final java.lang.String value)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura _Comment = value;
2a1b2eaa3abf12d3825147bd3a6c72394cbc7c77Mark de Reeper } catch (java.lang.Exception e) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster handleParseConversionException(e);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private void eatText3(final java.lang.String value)
2a1b2eaa3abf12d3825147bd3a6c72394cbc7c77Mark de Reeper throws org.xml.sax.SAXException
2a1b2eaa3abf12d3825147bd3a6c72394cbc7c77Mark de Reeper {
2a1b2eaa3abf12d3825147bd3a6c72394cbc7c77Mark de Reeper try {
2a1b2eaa3abf12d3825147bd3a6c72394cbc7c77Mark de Reeper _Code = javax.xml.bind.DatatypeConverter.parseQName(com.sun.xml.bind.WhiteSpaceProcessor.collapse(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value)), context);
2a1b2eaa3abf12d3825147bd3a6c72394cbc7c77Mark de Reeper } catch (java.lang.Exception e) {
2a1b2eaa3abf12d3825147bd3a6c72394cbc7c77Mark de Reeper handleParseConversionException(e);
2a1b2eaa3abf12d3825147bd3a6c72394cbc7c77Mark de Reeper }
2a1b2eaa3abf12d3825147bd3a6c72394cbc7c77Mark de Reeper }
2a1b2eaa3abf12d3825147bd3a6c72394cbc7c77Mark de Reeper
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 9 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 12;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 6 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "ref");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final java.lang.String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura eatText1(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "comment");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final java.lang.String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText2(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 12 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromLeaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 10 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "code");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 11 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("Status" == ___local)&&("urn:liberty:sb:2004-04" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.popAttributes();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 12;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 0 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "code");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final java.lang.String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 3;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText3(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.leaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 9 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 12;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 6 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("ref" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 7;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("comment" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 4;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 12 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromEnterAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 10 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("code" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster _getStatus().add(((com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.StatusTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.liberty.ws.soapbinding.jaxb11.impl.StatusTypeImpl.class), 11, ___uri, ___local, ___qname)));
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura return ;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 0 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("code" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 1;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.enterAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
2a1b2eaa3abf12d3825147bd3a6c72394cbc7c77Mark de Reeper }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 9 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 12;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 6 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "ref");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final java.lang.String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText1(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "comment");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final java.lang.String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText2(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 12 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 2 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("code" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 3;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 10 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "code");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 0 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "code");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final java.lang.String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 3;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText3(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 5 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("comment" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 8 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("ref" == ___local)&&("" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.leaveAttribute(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void handleText(final java.lang.String value)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
bcb85423bc6855cb1c7accc69fa051e1771c000aMark de Reeper outer:
bcb85423bc6855cb1c7accc69fa051e1771c000aMark de Reeper while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster try {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 9 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 12;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 6 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "ref");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final java.lang.String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText1(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 9;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 2;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText3(value);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "comment");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster final java.lang.String v = context.eatAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText2(v);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 6;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster continue outer;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 12 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromText(value);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 4 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 5;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText2(value);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 10 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster attIdx = context.getAttribute("", "code");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (attIdx >= 0) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.consumeAttribute(attIdx);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.getCurrentHandler().text(value);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 7 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 8;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster eatText1(value);
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura return ;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura case 0 :
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura attIdx = context.getAttribute("", "code");
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura if (attIdx >= 0) {
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura final java.lang.String v = context.eatAttribute(attIdx);
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura state = 3;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura eatText3(v);
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura continue outer;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura break;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster } catch (java.lang.RuntimeException e) {
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura handleUnexpectedTextException(value, e);
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura break;
5f4d6070f856d0de82c1d16459b89233e2e81ff2Kohei Tamura }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster