//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.06.11 at 10:34:07 AM PDT
//
package com.sun.identity.saml2.jaxb.metadata.impl;
public class AttributeConsumingServiceTypeImpl implements com.sun.identity.saml2.jaxb.metadata.AttributeConsumingServiceType, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
{
protected com.sun.xml.bind.util.ListImpl _ServiceDescription;
protected boolean has_Index;
protected int _Index;
protected com.sun.xml.bind.util.ListImpl _ServiceName;
protected com.sun.xml.bind.util.ListImpl _RequestedAttribute;
protected boolean has_IsDefault;
protected boolean _IsDefault;
public final static java.lang.Class version = (com.sun.identity.saml2.jaxb.metadata.impl.JAXBVersion.class);
private static com.sun.msv.grammar.Grammar schemaFragment;
private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
return (com.sun.identity.saml2.jaxb.metadata.AttributeConsumingServiceType.class);
}
protected com.sun.xml.bind.util.ListImpl _getServiceDescription() {
if (_ServiceDescription == null) {
_ServiceDescription = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
}
return _ServiceDescription;
}
public java.util.List getServiceDescription() {
return _getServiceDescription();
}
public int getIndex() {
return _Index;
}
public void setIndex(int value) {
_Index = value;
has_Index = true;
}
protected com.sun.xml.bind.util.ListImpl _getServiceName() {
if (_ServiceName == null) {
_ServiceName = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
}
return _ServiceName;
}
public java.util.List getServiceName() {
return _getServiceName();
}
protected com.sun.xml.bind.util.ListImpl _getRequestedAttribute() {
if (_RequestedAttribute == null) {
_RequestedAttribute = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
}
return _RequestedAttribute;
}
public java.util.List getRequestedAttribute() {
return _getRequestedAttribute();
}
public boolean isIsDefault() {
return _IsDefault;
}
public void setIsDefault(boolean value) {
_IsDefault = value;
has_IsDefault = true;
}
public com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
return new com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl.Unmarshaller(context);
}
public void serializeBody(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
int idx1 = 0;
final int len1 = ((_ServiceDescription == null)? 0 :_ServiceDescription.size());
if (!has_Index) {
context.reportError(com.sun.xml.bind.serializer.Util.createMissingObjectError(this, "Index"));
}
int idx3 = 0;
final int len3 = ((_ServiceName == null)? 0 :_ServiceName.size());
int idx4 = 0;
final int len4 = ((_RequestedAttribute == null)? 0 :_RequestedAttribute.size());
while (idx3 != len3) {
if (_ServiceName.get(idx3) instanceof javax.xml.bind.Element) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _ServiceName.get(idx3 ++)), "ServiceName");
} else {
context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "ServiceName");
int idx_0 = idx3;
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ServiceName.get(idx_0 ++)), "ServiceName");
context.endNamespaceDecls();
int idx_1 = idx3;
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ServiceName.get(idx_1 ++)), "ServiceName");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _ServiceName.get(idx3 ++)), "ServiceName");
context.endElement();
}
}
while (idx1 != len1) {
if (_ServiceDescription.get(idx1) instanceof javax.xml.bind.Element) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _ServiceDescription.get(idx1 ++)), "ServiceDescription");
} else {
context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "ServiceDescription");
int idx_2 = idx1;
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ServiceDescription.get(idx_2 ++)), "ServiceDescription");
context.endNamespaceDecls();
int idx_3 = idx1;
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ServiceDescription.get(idx_3 ++)), "ServiceDescription");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _ServiceDescription.get(idx1 ++)), "ServiceDescription");
context.endElement();
}
}
while (idx4 != len4) {
if (_RequestedAttribute.get(idx4) instanceof javax.xml.bind.Element) {
context.childAsBody(((com.sun.xml.bind.JAXBObject) _RequestedAttribute.get(idx4 ++)), "RequestedAttribute");
} else {
context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "RequestedAttribute");
int idx_4 = idx4;
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _RequestedAttribute.get(idx_4 ++)), "RequestedAttribute");
context.endNamespaceDecls();
int idx_5 = idx4;
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _RequestedAttribute.get(idx_5 ++)), "RequestedAttribute");
context.endAttributes();
context.childAsBody(((com.sun.xml.bind.JAXBObject) _RequestedAttribute.get(idx4 ++)), "RequestedAttribute");
context.endElement();
}
}
}
public void serializeAttributes(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
int idx1 = 0;
final int len1 = ((_ServiceDescription == null)? 0 :_ServiceDescription.size());
if (!has_Index) {
context.reportError(com.sun.xml.bind.serializer.Util.createMissingObjectError(this, "Index"));
}
int idx3 = 0;
final int len3 = ((_ServiceName == null)? 0 :_ServiceName.size());
int idx4 = 0;
final int len4 = ((_RequestedAttribute == null)? 0 :_RequestedAttribute.size());
context.startAttribute("", "index");
try {
context.text(javax.xml.bind.DatatypeConverter.printInt(((int) _Index)), "Index");
} catch (java.lang.Exception e) {
com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
if (has_IsDefault) {
context.startAttribute("", "isDefault");
try {
context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IsDefault)), "IsDefault");
} catch (java.lang.Exception e) {
com.sun.identity.saml2.jaxb.assertion.impl.runtime.Util.handlePrintConversionException(this, e, context);
}
context.endAttribute();
}
while (idx3 != len3) {
if (_ServiceName.get(idx3) instanceof javax.xml.bind.Element) {
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ServiceName.get(idx3 ++)), "ServiceName");
} else {
idx3 += 1;
}
}
while (idx1 != len1) {
if (_ServiceDescription.get(idx1) instanceof javax.xml.bind.Element) {
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ServiceDescription.get(idx1 ++)), "ServiceDescription");
} else {
idx1 += 1;
}
}
while (idx4 != len4) {
if (_RequestedAttribute.get(idx4) instanceof javax.xml.bind.Element) {
context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _RequestedAttribute.get(idx4 ++)), "RequestedAttribute");
} else {
idx4 += 1;
}
}
}
public void serializeURIs(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
{
int idx1 = 0;
final int len1 = ((_ServiceDescription == null)? 0 :_ServiceDescription.size());
if (!has_Index) {
context.reportError(com.sun.xml.bind.serializer.Util.createMissingObjectError(this, "Index"));
}
int idx3 = 0;
final int len3 = ((_ServiceName == null)? 0 :_ServiceName.size());
int idx4 = 0;
final int len4 = ((_RequestedAttribute == null)? 0 :_RequestedAttribute.size());
while (idx3 != len3) {
if (_ServiceName.get(idx3) instanceof javax.xml.bind.Element) {
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ServiceName.get(idx3 ++)), "ServiceName");
} else {
idx3 += 1;
}
}
while (idx1 != len1) {
if (_ServiceDescription.get(idx1) instanceof javax.xml.bind.Element) {
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ServiceDescription.get(idx1 ++)), "ServiceDescription");
} else {
idx1 += 1;
}
}
while (idx4 != len4) {
if (_RequestedAttribute.get(idx4) instanceof javax.xml.bind.Element) {
context.childAsURIs(((com.sun.xml.bind.JAXBObject) _RequestedAttribute.get(idx4 ++)), "RequestedAttribute");
} else {
idx4 += 1;
}
}
}
public java.lang.Class getPrimaryInterface() {
return (com.sun.identity.saml2.jaxb.metadata.AttributeConsumingServiceType.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\u0000ppsr\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\u0003ppsr\u0000\u001dcom.sun.msv.grammar.Cho"
+"iceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsr\u0000\'com.sun.msv.grammar.trex.Elemen"
+"tPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameC"
+"lass;xr\u0000\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreU"
+"ndeclaredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003pp\u0000sq\u0000~\u0000\fppsq\u0000~"
+"\u0000\tsr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000 com.sun.ms"
+"v.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000"
+"\u000fxq\u0000~\u0000\u0003q\u0000~\u0000\u0015psr\u00002com.sun.msv.grammar.Expression$AnyStringExp"
+"ression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u0014\u0001q\u0000~\u0000\u0019sr\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\u00000com.sun.msv.grammar.Expression$EpsilonExpressio"
+"n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u001aq\u0000~\u0000\u001fsr\u0000#com.sun.msv.grammar.SimpleNa"
+"meClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamesp"
+"aceURIq\u0000~\u0000!xq\u0000~\u0000\u001ct\u00007com.sun.identity.saml2.jaxb.metadata.Ser"
+"viceNameElementt\u0000+http://java.sun.com/jaxb/xjc/dummy-element"
+"ssq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\tq\u0000~\u0000\u0015psq\u0000~\u0000\u0016q\u0000~\u0000\u0015pq"
+"\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u00006com.sun.identity.saml2.jaxb.metadata."
+"LocalizedNameTypeq\u0000~\u0000$sq\u0000~\u0000\fppsq\u0000~\u0000\u0016q\u0000~\u0000\u0015psr\u0000\u001bcom.sun.msv.gr"
+"ammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Dataty"
+"pe;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~"
+"\u0000\u0003ppsr\u0000\"com.sun.msv.datatype.xsd.QnameType\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.su"
+"n.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.da"
+"tatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000!L\u0000\bt"
+"ypeNameq\u0000~\u0000!L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteS"
+"paceProcessor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005QNames"
+"r\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcessor$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.Expression$NullSetExpression"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u0015psr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f"
+"\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000!L\u0000\fnamespaceURIq\u0000~\u0000!xpq\u0000~\u0000:q\u0000~\u00009sq\u0000~\u0000 "
+"t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000\u001fsq\u0000~"
+"\u0000 t\u0000\u000bServiceNamet\u0000$urn:oasis:names:tc:SAML:2.0:metadatasq\u0000~\u0000"
+"\fppsq\u0000~\u0000\tq\u0000~\u0000\u0015psq\u0000~\u0000\fq\u0000~\u0000\u0015psq\u0000~\u0000\u000eq\u0000~\u0000\u0015p\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\tq\u0000~\u0000\u0015p"
+"sq\u0000~\u0000\u0016q\u0000~\u0000\u0015pq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000>com.sun.identity.saml2.j"
+"axb.metadata.ServiceDescriptionElementq\u0000~\u0000$sq\u0000~\u0000\u000eq\u0000~\u0000\u0015p\u0000sq\u0000~"
+"\u0000\u0000ppsq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\tq\u0000~\u0000\u0015psq\u0000~\u0000\u0016q\u0000~\u0000\u0015pq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001f"
+"sq\u0000~\u0000 q\u0000~\u0000,q\u0000~\u0000$sq\u0000~\u0000\fppsq\u0000~\u0000\u0016q\u0000~\u0000\u0015pq\u0000~\u00002q\u0000~\u0000Bq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000\u0012"
+"ServiceDescriptionq\u0000~\u0000Gq\u0000~\u0000\u001fsq\u0000~\u0000\tppsq\u0000~\u0000\fppsq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\fp"
+"psq\u0000~\u0000\tq\u0000~\u0000\u0015psq\u0000~\u0000\u0016q\u0000~\u0000\u0015pq\u0000~\u0000\u0019q\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000>com.sun.ide"
+"ntity.saml2.jaxb.metadata.RequestedAttributeElementq\u0000~\u0000$sq\u0000~"
+"\u0000\u000epp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\tq\u0000~\u0000\u0015psq\u0000~\u0000\u0016q\u0000~\u0000\u0015pq\u0000~\u0000\u0019q"
+"\u0000~\u0000\u001dq\u0000~\u0000\u001fsq\u0000~\u0000 t\u0000;com.sun.identity.saml2.jaxb.metadata.Reque"
+"stedAttributeTypeq\u0000~\u0000$sq\u0000~\u0000\fppsq\u0000~\u0000\u0016q\u0000~\u0000\u0015pq\u0000~\u00002q\u0000~\u0000Bq\u0000~\u0000\u001fsq\u0000"
+"~\u0000 t\u0000\u0012RequestedAttributeq\u0000~\u0000Gsq\u0000~\u0000\u0016ppsq\u0000~\u0000/ppsr\u0000*com.sun.msv"
+".datatype.xsd.UnsignedShortType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000 com.sun.msv.da"
+"tatype.xsd.IntType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000+com.sun.msv.datatype.xsd.In"
+"tegerDerivedType\u0099\u00f1]\u0090&6k\u00be\u0002\u0000\u0001L\u0000\nbaseFacetst\u0000)Lcom/sun/msv/data"
+"type/xsd/XSDatatypeImpl;xq\u0000~\u00004q\u0000~\u00009t\u0000\runsignedShortq\u0000~\u0000=sr\u0000*"
+"com.sun.msv.datatype.xsd.MaxInclusiveFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com"
+".sun.msv.datatype.xsd.RangeFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\nlimitValuet\u0000\u0012L"
+"java/lang/Object;xr\u00009com.sun.msv.datatype.xsd.DataTypeWithVa"
+"lueConstraintFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.Da"
+"taTypeWithFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needValueCheckFl"
+"agL\u0000\bbaseTypeq\u0000~\u0000uL\u0000\fconcreteTypet\u0000\'Lcom/sun/msv/datatype/xs"
+"d/ConcreteType;L\u0000\tfacetNameq\u0000~\u0000!xq\u0000~\u00006ppq\u0000~\u0000=\u0000\u0000sr\u0000(com.sun.m"
+"sv.datatype.xsd.UnsignedIntType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000!com.sun.msv.da"
+"tatype.xsd.LongType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000tq\u0000~\u00009t\u0000\u000bunsignedIntq\u0000~\u0000="
+"sq\u0000~\u0000xppq\u0000~\u0000=\u0000\u0000sr\u0000)com.sun.msv.datatype.xsd.UnsignedLongType"
+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000$com.sun.msv.datatype.xsd.IntegerType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
+"\u0000\u0000xq\u0000~\u0000tq\u0000~\u00009t\u0000\funsignedLongq\u0000~\u0000=sq\u0000~\u0000xppq\u0000~\u0000=\u0000\u0000sr\u0000/com.sun."
+"msv.datatype.xsd.NonNegativeIntegerType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0085q\u0000~\u0000"
+"9t\u0000\u0012nonNegativeIntegerq\u0000~\u0000=sr\u0000*com.sun.msv.datatype.xsd.MinI"
+"nclusiveFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000yppq\u0000~\u0000=\u0000\u0000sq\u0000~\u0000\u0085q\u0000~\u00009t\u0000\u0007integer"
+"q\u0000~\u0000=sr\u0000,com.sun.msv.datatype.xsd.FractionDigitsFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
+"\u0001\u0002\u0000\u0001I\u0000\u0005scalexr\u0000;com.sun.msv.datatype.xsd.DataTypeWithLexical"
+"ConstraintFacetT\u0090\u001c>\u001azb\u00ea\u0002\u0000\u0000xq\u0000~\u0000|ppq\u0000~\u0000=\u0001\u0000sr\u0000#com.sun.msv.dat"
+"atype.xsd.NumberType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00004q\u0000~\u00009t\u0000\u0007decimalq\u0000~\u0000=q\u0000~"
+"\u0000\u0094t\u0000\u000efractionDigits\u0000\u0000\u0000\u0000q\u0000~\u0000\u008et\u0000\fminInclusivesr\u0000)com.sun.msv.d"
+"atatype.xsd.IntegerValueType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0005valueq\u0000~\u0000!xr\u0000\u0010java"
+".lang.Number\u0086\u00ac\u0095\u001d\u000b\u0094\u00e0\u008b\u0002\u0000\u0000xpt\u0000\u00010q\u0000~\u0000\u008at\u0000\fmaxInclusivesq\u0000~\u0000\u0098t\u0000\u001418"
+"446744073709551615q\u0000~\u0000\u0086q\u0000~\u0000\u009csr\u0000\u000ejava.lang.Long;\u008b\u00e4\u0090\u00cc\u008f#\u00df\u0002\u0000\u0001J\u0000\u0005"
+"valuexq\u0000~\u0000\u0099\u0000\u0000\u0000\u0000\u00ff\u00ff\u00ff\u00ffq\u0000~\u0000\u0081q\u0000~\u0000\u009csr\u0000\u0011java.lang.Integer\u0012\u00e2\u00a0\u00a4\u00f7\u0081\u00878\u0002\u0000"
+"\u0001I\u0000\u0005valuexq\u0000~\u0000\u0099\u0000\u0000\u00ff\u00ffq\u0000~\u0000?sq\u0000~\u0000@q\u0000~\u0000wq\u0000~\u00009sq\u0000~\u0000 t\u0000\u0005indext\u0000\u0000sq\u0000"
+"~\u0000\fppsq\u0000~\u0000\u0016q\u0000~\u0000\u0015psq\u0000~\u0000/ppsr\u0000$com.sun.msv.datatype.xsd.Boolea"
+"nType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00004q\u0000~\u00009t\u0000\u0007booleanq\u0000~\u0000=q\u0000~\u0000?sq\u0000~\u0000@q\u0000~\u0000\u00acq\u0000"
+"~\u00009sq\u0000~\u0000 t\u0000\tisDefaultq\u0000~\u0000\u00a6q\u0000~\u0000\u001fsr\u0000\"com.sun.msv.grammar.Expre"
+"ssionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/Expre"
+"ssionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.ExpressionPoo"
+"l$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$L"
+"com/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\u001e\u0001pq\u0000~\u0000\u0012q\u0000~\u0000(q\u0000~\u0000\u000bq\u0000"
+"~\u0000Lq\u0000~\u0000Tq\u0000~\u0000Iq\u0000~\u0000_q\u0000~\u0000gq\u0000~\u0000\\q\u0000~\u0000\u0005q\u0000~\u0000&q\u0000~\u0000Rq\u0000~\u0000eq\u0000~\u0000Hq\u0000~\u0000\bq\u0000"
+"~\u0000\u0006q\u0000~\u0000\u00a7q\u0000~\u0000\u0013q\u0000~\u0000)q\u0000~\u0000Mq\u0000~\u0000Uq\u0000~\u0000`q\u0000~\u0000hq\u0000~\u0000-q\u0000~\u0000Xq\u0000~\u0000lq\u0000~\u0000\u0007q\u0000"
+"~\u0000\rq\u0000~\u0000Jq\u0000~\u0000]x"));
}
return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
}
public class Unmarshaller
extends com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
{
public Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
super(context, "----------------");
}
protected Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context, int startState) {
this(context);
state = startState;
}
public java.lang.Object owner() {
return com.sun.identity.saml2.jaxb.metadata.impl.AttributeConsumingServiceTypeImpl.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 :
if (("RequestedAttribute" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
_getRequestedAttribute().add(((com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeElementImpl.class), 13, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("RequestedAttribute" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
context.pushAttributes(__atts, false);
state = 14;
return ;
}
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
case 7 :
attIdx = context.getAttribute("http://www.w3.org/XML/1998/namespace", "lang");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
break;
case 12 :
if (("ServiceDescription" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
_getServiceDescription().add(((com.sun.identity.saml2.jaxb.metadata.impl.ServiceDescriptionElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.ServiceDescriptionElementImpl.class), 12, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("ServiceDescription" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
context.pushAttributes(__atts, true);
state = 10;
return ;
}
if (("RequestedAttribute" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
_getRequestedAttribute().add(((com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeElementImpl.class), 13, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("RequestedAttribute" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
context.pushAttributes(__atts, false);
state = 14;
return ;
}
break;
case 14 :
attIdx = context.getAttribute("", "isRequired");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
attIdx = context.getAttribute("", "FriendlyName");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
attIdx = context.getAttribute("", "Name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
break;
case 6 :
if (("ServiceName" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
_getServiceName().add(((com.sun.identity.saml2.jaxb.metadata.impl.ServiceNameElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.ServiceNameElementImpl.class), 9, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("ServiceName" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
context.pushAttributes(__atts, true);
state = 7;
return ;
}
break;
case 10 :
attIdx = context.getAttribute("http://www.w3.org/XML/1998/namespace", "lang");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
break;
case 9 :
if (("ServiceName" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
_getServiceName().add(((com.sun.identity.saml2.jaxb.metadata.impl.ServiceNameElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.ServiceNameElementImpl.class), 9, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("ServiceName" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
context.pushAttributes(__atts, true);
state = 7;
return ;
}
if (("ServiceDescription" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
_getServiceDescription().add(((com.sun.identity.saml2.jaxb.metadata.impl.ServiceDescriptionElementImpl) spawnChildFromEnterElement((com.sun.identity.saml2.jaxb.metadata.impl.ServiceDescriptionElementImpl.class), 12, ___uri, ___local, ___qname, __atts)));
return ;
}
if (("ServiceDescription" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
context.pushAttributes(__atts, true);
state = 10;
return ;
}
state = 12;
continue outer;
case 3 :
attIdx = context.getAttribute("", "isDefault");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 6;
eatText1(v);
continue outer;
}
state = 6;
continue outer;
case 0 :
attIdx = context.getAttribute("", "index");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText2(v);
continue outer;
}
break;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
private void eatText1(final java.lang.String value)
throws org.xml.sax.SAXException
{
try {
_IsDefault = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
has_IsDefault = true;
} catch (java.lang.Exception e) {
handleParseConversionException(e);
}
}
private void eatText2(final java.lang.String value)
throws org.xml.sax.SAXException
{
try {
_Index = javax.xml.bind.DatatypeConverter.parseInt(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
has_Index = 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 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
case 7 :
attIdx = context.getAttribute("http://www.w3.org/XML/1998/namespace", "lang");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
break;
case 14 :
attIdx = context.getAttribute("", "isRequired");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "FriendlyName");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "Name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
break;
case 8 :
if (("ServiceName" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
context.popAttributes();
state = 9;
return ;
}
break;
case 15 :
if (("RequestedAttribute" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
context.popAttributes();
state = 13;
return ;
}
break;
case 10 :
attIdx = context.getAttribute("http://www.w3.org/XML/1998/namespace", "lang");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
break;
case 9 :
state = 12;
continue outer;
case 11 :
if (("ServiceDescription" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
context.popAttributes();
state = 12;
return ;
}
break;
case 3 :
attIdx = context.getAttribute("", "isDefault");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 6;
eatText1(v);
continue outer;
}
state = 6;
continue outer;
case 0 :
attIdx = context.getAttribute("", "index");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText2(v);
continue outer;
}
break;
}
super.leaveElement(___uri, ___local, ___qname);
break;
}
}
public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 13 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
case 7 :
if (("lang" == ___local)&&("http://www.w3.org/XML/1998/namespace" == ___uri)) {
_getServiceName().add(((com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl.class), 8, ___uri, ___local, ___qname)));
return ;
}
break;
case 14 :
if (("isRequired" == ___local)&&("" == ___uri)) {
_getRequestedAttribute().add(((com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl.class), 15, ___uri, ___local, ___qname)));
return ;
}
if (("FriendlyName" == ___local)&&("" == ___uri)) {
_getRequestedAttribute().add(((com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl.class), 15, ___uri, ___local, ___qname)));
return ;
}
if (("Name" == ___local)&&("" == ___uri)) {
_getRequestedAttribute().add(((com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.RequestedAttributeTypeImpl.class), 15, ___uri, ___local, ___qname)));
return ;
}
break;
case 10 :
if (("lang" == ___local)&&("http://www.w3.org/XML/1998/namespace" == ___uri)) {
_getServiceDescription().add(((com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl) spawnChildFromEnterAttribute((com.sun.identity.saml2.jaxb.metadata.impl.LocalizedNameTypeImpl.class), 11, ___uri, ___local, ___qname)));
return ;
}
break;
case 9 :
state = 12;
continue outer;
case 3 :
if (("isDefault" == ___local)&&("" == ___uri)) {
state = 4;
return ;
}
state = 6;
continue outer;
case 0 :
if (("index" == ___local)&&("" == ___uri)) {
state = 1;
return ;
}
break;
}
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 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
case 2 :
if (("index" == ___local)&&("" == ___uri)) {
state = 3;
return ;
}
break;
case 7 :
attIdx = context.getAttribute("http://www.w3.org/XML/1998/namespace", "lang");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
break;
case 14 :
attIdx = context.getAttribute("", "isRequired");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "FriendlyName");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "Name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
break;
case 10 :
attIdx = context.getAttribute("http://www.w3.org/XML/1998/namespace", "lang");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
break;
case 9 :
state = 12;
continue outer;
case 5 :
if (("isDefault" == ___local)&&("" == ___uri)) {
state = 6;
return ;
}
break;
case 3 :
attIdx = context.getAttribute("", "isDefault");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 6;
eatText1(v);
continue outer;
}
state = 6;
continue outer;
case 0 :
attIdx = context.getAttribute("", "index");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText2(v);
continue outer;
}
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 :
revertToParentFromText(value);
return ;
case 7 :
attIdx = context.getAttribute("http://www.w3.org/XML/1998/namespace", "lang");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
break;
case 14 :
attIdx = context.getAttribute("", "isRequired");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
attIdx = context.getAttribute("", "FriendlyName");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
attIdx = context.getAttribute("", "Name");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
break;
case 4 :
state = 5;
eatText1(value);
return ;
case 10 :
attIdx = context.getAttribute("http://www.w3.org/XML/1998/namespace", "lang");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
break;
case 9 :
state = 12;
continue outer;
case 3 :
attIdx = context.getAttribute("", "isDefault");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 6;
eatText1(v);
continue outer;
}
state = 6;
continue outer;
case 0 :
attIdx = context.getAttribute("", "index");
if (attIdx >= 0) {
final java.lang.String v = context.eatAttribute(attIdx);
state = 3;
eatText2(v);
continue outer;
}
break;
case 1 :
state = 2;
eatText2(value);
return ;
}
} catch (java.lang.RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
}
}