![]() |
![]() |
soapui-4.6.416:25:21.560 INFO jd.cli.Main - Decompiling soapui-4.6.4.jar package org.wsI.testing.x2003.x03.monitorConfig; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.Reader; import java.net.URL; import javax.xml.stream.XMLStreamReader; import org.apache.xmlbeans.SchemaType; import org.apache.xmlbeans.SchemaTypeLoader; import org.apache.xmlbeans.XmlBeans; import org.apache.xmlbeans.XmlException; import org.apache.xmlbeans.XmlOptions; import org.apache.xmlbeans.xml.stream.XMLInputStream; import org.apache.xmlbeans.xml.stream.XMLStreamException; import org.w3c.dom.Node; public final class Comment$Factory { public static Comment newValue(Object paramObject) { return (Comment)Comment.type.newValue(paramObject); } public static Comment newInstance() { return (Comment)XmlBeans.getContextTypeLoader().newInstance(Comment.type, null); } public static Comment newInstance(XmlOptions paramXmlOptions) { return (Comment)XmlBeans.getContextTypeLoader().newInstance(Comment.type, paramXmlOptions); } public static Comment parse(String paramString) throws XmlException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramString, Comment.type, null); } public static Comment parse(String paramString, XmlOptions paramXmlOptions) throws XmlException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramString, Comment.type, paramXmlOptions); } public static Comment parse(File paramFile) throws XmlException, IOException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramFile, Comment.type, null); } public static Comment parse(File paramFile, XmlOptions paramXmlOptions) throws XmlException, IOException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramFile, Comment.type, paramXmlOptions); } public static Comment parse(URL paramURL) throws XmlException, IOException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramURL, Comment.type, null); } public static Comment parse(URL paramURL, XmlOptions paramXmlOptions) throws XmlException, IOException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramURL, Comment.type, paramXmlOptions); } public static Comment parse(InputStream paramInputStream) throws XmlException, IOException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramInputStream, Comment.type, null); } public static Comment parse(InputStream paramInputStream, XmlOptions paramXmlOptions) throws XmlException, IOException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramInputStream, Comment.type, paramXmlOptions); } public static Comment parse(Reader paramReader) throws XmlException, IOException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramReader, Comment.type, null); } public static Comment parse(Reader paramReader, XmlOptions paramXmlOptions) throws XmlException, IOException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramReader, Comment.type, paramXmlOptions); } public static Comment parse(XMLStreamReader paramXMLStreamReader) throws XmlException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramXMLStreamReader, Comment.type, null); } public static Comment parse(XMLStreamReader paramXMLStreamReader, XmlOptions paramXmlOptions) throws XmlException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramXMLStreamReader, Comment.type, paramXmlOptions); } public static Comment parse(Node paramNode) throws XmlException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramNode, Comment.type, null); } public static Comment parse(Node paramNode, XmlOptions paramXmlOptions) throws XmlException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramNode, Comment.type, paramXmlOptions); } /** * @deprecated */ public static Comment parse(XMLInputStream paramXMLInputStream) throws XmlException, XMLStreamException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramXMLInputStream, Comment.type, null); } /** * @deprecated */ public static Comment parse(XMLInputStream paramXMLInputStream, XmlOptions paramXmlOptions) throws XmlException, XMLStreamException { return (Comment)XmlBeans.getContextTypeLoader().parse(paramXMLInputStream, Comment.type, paramXmlOptions); } /** * @deprecated */ public static XMLInputStream newValidatingXMLInputStream(XMLInputStream paramXMLInputStream) throws XmlException, XMLStreamException { return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream(paramXMLInputStream, Comment.type, null); } /** * @deprecated */ public static XMLInputStream newValidatingXMLInputStream(XMLInputStream paramXMLInputStream, XmlOptions paramXmlOptions) throws XmlException, XMLStreamException { return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream(paramXMLInputStream, Comment.type, paramXmlOptions); } } /* Location: * Qualified Name: org.wsI.testing.x2003.x03.monitorConfig.Comment.Factory * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package org.wsI.testing.x2003.x03.monitorConfig.impl; import java.util.AbstractList; import org.wsI.testing.x2003.x03.monitorConfig.Redirect; final class ArrayOfRedirectImpl$1RedirectList extends AbstractList<Redirect> { ArrayOfRedirectImpl$1RedirectList(ArrayOfRedirectImpl paramArrayOfRedirectImpl) {} public Redirect get(int paramInt) { return this$0.getRedirectArray(paramInt); } public Redirect set(int paramInt, Redirect paramRedirect) { Redirect localRedirect = this$0.getRedirectArray(paramInt); this$0.setRedirectArray(paramInt, paramRedirect); return localRedirect; } public void add(int paramInt, Redirect paramRedirect) { this$0.insertNewRedirect(paramInt).set(paramRedirect); } public Redirect remove(int paramInt) { Redirect localRedirect = this$0.getRedirectArray(paramInt); this$0.removeRedirect(paramInt); return localRedirect; } public int size() { return this$0.sizeOfRedirectArray(); } } /* Location: * Qualified Name: org.wsI.testing.x2003.x03.monitorConfig.impl.ArrayOfRedirectImpl.1RedirectList * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package org.wsI.testing.x2003.x03.monitorConfig.impl; import javax.xml.namespace.QName; import org.apache.xmlbeans.SchemaType; import org.apache.xmlbeans.impl.values.TypeStore; import org.apache.xmlbeans.impl.values.XmlComplexContentImpl; import org.wsI.testing.x2003.x03.monitorConfig.Configuration; import org.wsI.testing.x2003.x03.monitorConfig.ConfigurationDocument; public class ConfigurationDocumentImpl extends XmlComplexContentImpl implements ConfigurationDocument { private static final long serialVersionUID = 1L; private static final QName CONFIGURATION$0 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "configuration"); public ConfigurationDocumentImpl(SchemaType paramSchemaType) { super(paramSchemaType); } public Configuration getConfiguration() { synchronized (monitor()) { check_orphaned(); Configuration localConfiguration = null; localConfiguration = (Configuration)get_store().find_element_user(CONFIGURATION$0, 0); if (localConfiguration == null) { return null; } return localConfiguration; } } public boolean isNilConfiguration() { synchronized (monitor()) { check_orphaned(); Configuration localConfiguration = null; localConfiguration = (Configuration)get_store().find_element_user(CONFIGURATION$0, 0); if (localConfiguration == null) { return false; } return localConfiguration.isNil(); } } public void setConfiguration(Configuration paramConfiguration) { synchronized (monitor()) { check_orphaned(); Configuration localConfiguration = null; localConfiguration = (Configuration)get_store().find_element_user(CONFIGURATION$0, 0); if (localConfiguration == null) { localConfiguration = (Configuration)get_store().add_element_user(CONFIGURATION$0); } localConfiguration.set(paramConfiguration); } } public Configuration addNewConfiguration() { synchronized (monitor()) { check_orphaned(); Configuration localConfiguration = null; localConfiguration = (Configuration)get_store().add_element_user(CONFIGURATION$0); return localConfiguration; } } public void setNilConfiguration() { synchronized (monitor()) { check_orphaned(); Configuration localConfiguration = null; localConfiguration = (Configuration)get_store().find_element_user(CONFIGURATION$0, 0); if (localConfiguration == null) { localConfiguration = (Configuration)get_store().add_element_user(CONFIGURATION$0); } localConfiguration.setNil(); } } } /* Location: * Qualified Name: org.wsI.testing.x2003.x03.monitorConfig.impl.ConfigurationDocumentImpl * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package org.wsI.testing.x2003.x03.monitorConfig.impl; import org.apache.xmlbeans.SchemaType; import org.apache.xmlbeans.impl.values.JavaStringHolderEx; import org.wsI.testing.x2003.x03.monitorConfig.Comment; public class CommentImpl extends JavaStringHolderEx implements Comment { private static final long serialVersionUID = 1L; public CommentImpl(SchemaType paramSchemaType) { super(paramSchemaType, false); } protected CommentImpl(SchemaType paramSchemaType, boolean paramBoolean) { super(paramSchemaType, paramBoolean); } } /* Location: * Qualified Name: org.wsI.testing.x2003.x03.monitorConfig.impl.CommentImpl * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package org.wsI.testing.x2003.x03.monitorConfig.impl; import javax.xml.namespace.QName; import org.apache.xmlbeans.SchemaType; import org.apache.xmlbeans.SimpleValue; import org.apache.xmlbeans.XmlInt; import org.apache.xmlbeans.impl.values.TypeStore; import org.apache.xmlbeans.impl.values.XmlComplexContentImpl; import org.wsI.testing.x2003.x03.monitorConfig.ArrayOfRedirect; import org.wsI.testing.x2003.x03.monitorConfig.Comment; import org.wsI.testing.x2003.x03.monitorConfig.Configuration; import org.wsI.testing.x2003.x03.monitorConfig.LogFile; public class ConfigurationImpl extends XmlComplexContentImpl implements Configuration { private static final long serialVersionUID = 1L; private static final QName COMMENT$0 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "comment"); private static final QName LOGFILE$2 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "logFile"); private static final QName LOGDURATION$4 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "logDuration"); private static final QName CLEANUPTIMEOUTSECONDS$6 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "cleanupTimeoutSeconds"); private static final QName MANINTHEMIDDLE$8 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "manInTheMiddle"); public ConfigurationImpl(SchemaType paramSchemaType) { super(paramSchemaType); } public String getComment() { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(COMMENT$0, 0); if (localSimpleValue == null) { return null; } return localSimpleValue.getStringValue(); } } public Comment xgetComment() { synchronized (monitor()) { check_orphaned(); Comment localComment = null; localComment = (Comment)get_store().find_element_user(COMMENT$0, 0); return localComment; } } public boolean isSetComment() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(COMMENT$0) != 0; } } public void setComment(String paramString) { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(COMMENT$0, 0); if (localSimpleValue == null) { localSimpleValue = (SimpleValue)get_store().add_element_user(COMMENT$0); } localSimpleValue.setStringValue(paramString); } } public void xsetComment(Comment paramComment) { synchronized (monitor()) { check_orphaned(); Comment localComment = null; localComment = (Comment)get_store().find_element_user(COMMENT$0, 0); if (localComment == null) { localComment = (Comment)get_store().add_element_user(COMMENT$0); } localComment.set(paramComment); } } public void unsetComment() { synchronized (monitor()) { check_orphaned(); get_store().remove_element(COMMENT$0, 0); } } public LogFile getLogFile() { synchronized (monitor()) { check_orphaned(); LogFile localLogFile = null; localLogFile = (LogFile)get_store().find_element_user(LOGFILE$2, 0); if (localLogFile == null) { return null; } return localLogFile; } } public void setLogFile(LogFile paramLogFile) { synchronized (monitor()) { check_orphaned(); LogFile localLogFile = null; localLogFile = (LogFile)get_store().find_element_user(LOGFILE$2, 0); if (localLogFile == null) { localLogFile = (LogFile)get_store().add_element_user(LOGFILE$2); } localLogFile.set(paramLogFile); } } public LogFile addNewLogFile() { synchronized (monitor()) { check_orphaned(); LogFile localLogFile = null; localLogFile = (LogFile)get_store().add_element_user(LOGFILE$2); return localLogFile; } } public int getLogDuration() { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(LOGDURATION$4, 0); if (localSimpleValue == null) { return 0; } return localSimpleValue.getIntValue(); } } public XmlInt xgetLogDuration() { synchronized (monitor()) { check_orphaned(); XmlInt localXmlInt = null; localXmlInt = (XmlInt)get_store().find_element_user(LOGDURATION$4, 0); return localXmlInt; } } public void setLogDuration(int paramInt) { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(LOGDURATION$4, 0); if (localSimpleValue == null) { localSimpleValue = (SimpleValue)get_store().add_element_user(LOGDURATION$4); } localSimpleValue.setIntValue(paramInt); } } public void xsetLogDuration(XmlInt paramXmlInt) { synchronized (monitor()) { check_orphaned(); XmlInt localXmlInt = null; localXmlInt = (XmlInt)get_store().find_element_user(LOGDURATION$4, 0); if (localXmlInt == null) { localXmlInt = (XmlInt)get_store().add_element_user(LOGDURATION$4); } localXmlInt.set(paramXmlInt); } } public int getCleanupTimeoutSeconds() { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(CLEANUPTIMEOUTSECONDS$6, 0); if (localSimpleValue == null) { return 0; } return localSimpleValue.getIntValue(); } } public XmlInt xgetCleanupTimeoutSeconds() { synchronized (monitor()) { check_orphaned(); XmlInt localXmlInt = null; localXmlInt = (XmlInt)get_store().find_element_user(CLEANUPTIMEOUTSECONDS$6, 0); return localXmlInt; } } public void setCleanupTimeoutSeconds(int paramInt) { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(CLEANUPTIMEOUTSECONDS$6, 0); if (localSimpleValue == null) { localSimpleValue = (SimpleValue)get_store().add_element_user(CLEANUPTIMEOUTSECONDS$6); } localSimpleValue.setIntValue(paramInt); } } public void xsetCleanupTimeoutSeconds(XmlInt paramXmlInt) { synchronized (monitor()) { check_orphaned(); XmlInt localXmlInt = null; localXmlInt = (XmlInt)get_store().find_element_user(CLEANUPTIMEOUTSECONDS$6, 0); if (localXmlInt == null) { localXmlInt = (XmlInt)get_store().add_element_user(CLEANUPTIMEOUTSECONDS$6); } localXmlInt.set(paramXmlInt); } } public ArrayOfRedirect getManInTheMiddle() { synchronized (monitor()) { check_orphaned(); ArrayOfRedirect localArrayOfRedirect = null; localArrayOfRedirect = (ArrayOfRedirect)get_store().find_element_user(MANINTHEMIDDLE$8, 0); if (localArrayOfRedirect == null) { return null; } return localArrayOfRedirect; } } public boolean isSetManInTheMiddle() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(MANINTHEMIDDLE$8) != 0; } } public void setManInTheMiddle(ArrayOfRedirect paramArrayOfRedirect) { synchronized (monitor()) { check_orphaned(); ArrayOfRedirect localArrayOfRedirect = null; localArrayOfRedirect = (ArrayOfRedirect)get_store().find_element_user(MANINTHEMIDDLE$8, 0); if (localArrayOfRedirect == null) { localArrayOfRedirect = (ArrayOfRedirect)get_store().add_element_user(MANINTHEMIDDLE$8); } localArrayOfRedirect.set(paramArrayOfRedirect); } } public ArrayOfRedirect addNewManInTheMiddle() { synchronized (monitor()) { check_orphaned(); ArrayOfRedirect localArrayOfRedirect = null; localArrayOfRedirect = (ArrayOfRedirect)get_store().add_element_user(MANINTHEMIDDLE$8); return localArrayOfRedirect; } } public void unsetManInTheMiddle() { synchronized (monitor()) { check_orphaned(); get_store().remove_element(MANINTHEMIDDLE$8, 0); } } } /* Location: * Qualified Name: org.wsI.testing.x2003.x03.monitorConfig.impl.ConfigurationImpl * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package org.wsI.testing.x2003.x03.monitorConfig.impl; import javax.xml.namespace.QName; import org.apache.xmlbeans.SchemaType; import org.apache.xmlbeans.SimpleValue; import org.apache.xmlbeans.XmlAnyURI; import org.apache.xmlbeans.XmlBoolean; import org.apache.xmlbeans.impl.values.TypeStore; import org.apache.xmlbeans.impl.values.XmlComplexContentImpl; import org.wsI.testing.x2003.x03.common.AddStyleSheet; import org.wsI.testing.x2003.x03.monitorConfig.LogFile; public class LogFileImpl extends XmlComplexContentImpl implements LogFile { private static final long serialVersionUID = 1L; private static final QName ADDSTYLESHEET$0 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "addStyleSheet"); private static final QName LOCATION$2 = new QName("", "location"); private static final QName REPLACE$4 = new QName("", "replace"); public LogFileImpl(SchemaType paramSchemaType) { super(paramSchemaType); } public AddStyleSheet getAddStyleSheet() { synchronized (monitor()) { check_orphaned(); AddStyleSheet localAddStyleSheet = null; localAddStyleSheet = (AddStyleSheet)get_store().find_element_user(ADDSTYLESHEET$0, 0); if (localAddStyleSheet == null) { return null; } return localAddStyleSheet; } } public boolean isSetAddStyleSheet() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(ADDSTYLESHEET$0) != 0; } } public void setAddStyleSheet(AddStyleSheet paramAddStyleSheet) { synchronized (monitor()) { check_orphaned(); AddStyleSheet localAddStyleSheet = null; localAddStyleSheet = (AddStyleSheet)get_store().find_element_user(ADDSTYLESHEET$0, 0); if (localAddStyleSheet == null) { localAddStyleSheet = (AddStyleSheet)get_store().add_element_user(ADDSTYLESHEET$0); } localAddStyleSheet.set(paramAddStyleSheet); } } public AddStyleSheet addNewAddStyleSheet() { synchronized (monitor()) { check_orphaned(); AddStyleSheet localAddStyleSheet = null; localAddStyleSheet = (AddStyleSheet)get_store().add_element_user(ADDSTYLESHEET$0); return localAddStyleSheet; } } public void unsetAddStyleSheet() { synchronized (monitor()) { check_orphaned(); get_store().remove_element(ADDSTYLESHEET$0, 0); } } public String getLocation() { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_attribute_user(LOCATION$2); if (localSimpleValue == null) { return null; } return localSimpleValue.getStringValue(); } } public XmlAnyURI xgetLocation() { synchronized (monitor()) { check_orphaned(); XmlAnyURI localXmlAnyURI = null; localXmlAnyURI = (XmlAnyURI)get_store().find_attribute_user(LOCATION$2); return localXmlAnyURI; } } public void setLocation(String paramString) { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_attribute_user(LOCATION$2); if (localSimpleValue == null) { localSimpleValue = (SimpleValue)get_store().add_attribute_user(LOCATION$2); } localSimpleValue.setStringValue(paramString); } } public void xsetLocation(XmlAnyURI paramXmlAnyURI) { synchronized (monitor()) { check_orphaned(); XmlAnyURI localXmlAnyURI = null; localXmlAnyURI = (XmlAnyURI)get_store().find_attribute_user(LOCATION$2); if (localXmlAnyURI == null) { localXmlAnyURI = (XmlAnyURI)get_store().add_attribute_user(LOCATION$2); } localXmlAnyURI.set(paramXmlAnyURI); } } public boolean getReplace() { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_attribute_user(REPLACE$4); if (localSimpleValue == null) { localSimpleValue = (SimpleValue)get_default_attribute_value(REPLACE$4); } if (localSimpleValue == null) { return false; } return localSimpleValue.getBooleanValue(); } } public XmlBoolean xgetReplace() { synchronized (monitor()) { check_orphaned(); XmlBoolean localXmlBoolean = null; localXmlBoolean = (XmlBoolean)get_store().find_attribute_user(REPLACE$4); if (localXmlBoolean == null) { localXmlBoolean = (XmlBoolean)get_default_attribute_value(REPLACE$4); } return localXmlBoolean; } } public boolean isSetReplace() { synchronized (monitor()) { check_orphaned(); return get_store().find_attribute_user(REPLACE$4) != null; } } public void setReplace(boolean paramBoolean) { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_attribute_user(REPLACE$4); if (localSimpleValue == null) { localSimpleValue = (SimpleValue)get_store().add_attribute_user(REPLACE$4); } localSimpleValue.setBooleanValue(paramBoolean); } } public void xsetReplace(XmlBoolean paramXmlBoolean) { synchronized (monitor()) { check_orphaned(); XmlBoolean localXmlBoolean = null; localXmlBoolean = (XmlBoolean)get_store().find_attribute_user(REPLACE$4); if (localXmlBoolean == null) { localXmlBoolean = (XmlBoolean)get_store().add_attribute_user(REPLACE$4); } localXmlBoolean.set(paramXmlBoolean); } } public void unsetReplace() { synchronized (monitor()) { check_orphaned(); get_store().remove_attribute(REPLACE$4); } } } /* Location: * Qualified Name: org.wsI.testing.x2003.x03.monitorConfig.impl.LogFileImpl * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package org.wsI.testing.x2003.x03.monitorConfig.impl; import javax.xml.namespace.QName; import org.apache.xmlbeans.SchemaType; import org.apache.xmlbeans.SimpleValue; import org.apache.xmlbeans.XmlAnyURI; import org.apache.xmlbeans.XmlInt; import org.apache.xmlbeans.impl.values.TypeStore; import org.apache.xmlbeans.impl.values.XmlComplexContentImpl; import org.wsI.testing.x2003.x03.monitorConfig.Comment; import org.wsI.testing.x2003.x03.monitorConfig.Redirect; public class RedirectImpl extends XmlComplexContentImpl implements Redirect { private static final long serialVersionUID = 1L; private static final QName COMMENT$0 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "comment"); private static final QName LISTENPORT$2 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "listenPort"); private static final QName SCHEMEANDHOSTPORT$4 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "schemeAndHostPort"); private static final QName MAXCONNECTIONS$6 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "maxConnections"); private static final QName READTIMEOUTSECONDS$8 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "readTimeoutSeconds"); public RedirectImpl(SchemaType paramSchemaType) { super(paramSchemaType); } public String getComment() { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(COMMENT$0, 0); if (localSimpleValue == null) { return null; } return localSimpleValue.getStringValue(); } } public Comment xgetComment() { synchronized (monitor()) { check_orphaned(); Comment localComment = null; localComment = (Comment)get_store().find_element_user(COMMENT$0, 0); return localComment; } } public boolean isSetComment() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(COMMENT$0) != 0; } } public void setComment(String paramString) { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(COMMENT$0, 0); if (localSimpleValue == null) { localSimpleValue = (SimpleValue)get_store().add_element_user(COMMENT$0); } localSimpleValue.setStringValue(paramString); } } public void xsetComment(Comment paramComment) { synchronized (monitor()) { check_orphaned(); Comment localComment = null; localComment = (Comment)get_store().find_element_user(COMMENT$0, 0); if (localComment == null) { localComment = (Comment)get_store().add_element_user(COMMENT$0); } localComment.set(paramComment); } } public void unsetComment() { synchronized (monitor()) { check_orphaned(); get_store().remove_element(COMMENT$0, 0); } } public int getListenPort() { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(LISTENPORT$2, 0); if (localSimpleValue == null) { return 0; } return localSimpleValue.getIntValue(); } } public XmlInt xgetListenPort() { synchronized (monitor()) { check_orphaned(); XmlInt localXmlInt = null; localXmlInt = (XmlInt)get_store().find_element_user(LISTENPORT$2, 0); return localXmlInt; } } public void setListenPort(int paramInt) { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(LISTENPORT$2, 0); if (localSimpleValue == null) { localSimpleValue = (SimpleValue)get_store().add_element_user(LISTENPORT$2); } localSimpleValue.setIntValue(paramInt); } } public void xsetListenPort(XmlInt paramXmlInt) { synchronized (monitor()) { check_orphaned(); XmlInt localXmlInt = null; localXmlInt = (XmlInt)get_store().find_element_user(LISTENPORT$2, 0); if (localXmlInt == null) { localXmlInt = (XmlInt)get_store().add_element_user(LISTENPORT$2); } localXmlInt.set(paramXmlInt); } } public String getSchemeAndHostPort() { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(SCHEMEANDHOSTPORT$4, 0); if (localSimpleValue == null) { return null; } return localSimpleValue.getStringValue(); } } public XmlAnyURI xgetSchemeAndHostPort() { synchronized (monitor()) { check_orphaned(); XmlAnyURI localXmlAnyURI = null; localXmlAnyURI = (XmlAnyURI)get_store().find_element_user(SCHEMEANDHOSTPORT$4, 0); return localXmlAnyURI; } } public void setSchemeAndHostPort(String paramString) { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(SCHEMEANDHOSTPORT$4, 0); if (localSimpleValue == null) { localSimpleValue = (SimpleValue)get_store().add_element_user(SCHEMEANDHOSTPORT$4); } localSimpleValue.setStringValue(paramString); } } public void xsetSchemeAndHostPort(XmlAnyURI paramXmlAnyURI) { synchronized (monitor()) { check_orphaned(); XmlAnyURI localXmlAnyURI = null; localXmlAnyURI = (XmlAnyURI)get_store().find_element_user(SCHEMEANDHOSTPORT$4, 0); if (localXmlAnyURI == null) { localXmlAnyURI = (XmlAnyURI)get_store().add_element_user(SCHEMEANDHOSTPORT$4); } localXmlAnyURI.set(paramXmlAnyURI); } } public int getMaxConnections() { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(MAXCONNECTIONS$6, 0); if (localSimpleValue == null) { return 0; } return localSimpleValue.getIntValue(); } } public XmlInt xgetMaxConnections() { synchronized (monitor()) { check_orphaned(); XmlInt localXmlInt = null; localXmlInt = (XmlInt)get_store().find_element_user(MAXCONNECTIONS$6, 0); return localXmlInt; } } public void setMaxConnections(int paramInt) { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(MAXCONNECTIONS$6, 0); if (localSimpleValue == null) { localSimpleValue = (SimpleValue)get_store().add_element_user(MAXCONNECTIONS$6); } localSimpleValue.setIntValue(paramInt); } } public void xsetMaxConnections(XmlInt paramXmlInt) { synchronized (monitor()) { check_orphaned(); XmlInt localXmlInt = null; localXmlInt = (XmlInt)get_store().find_element_user(MAXCONNECTIONS$6, 0); if (localXmlInt == null) { localXmlInt = (XmlInt)get_store().add_element_user(MAXCONNECTIONS$6); } localXmlInt.set(paramXmlInt); } } public int getReadTimeoutSeconds() { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(READTIMEOUTSECONDS$8, 0); if (localSimpleValue == null) { return 0; } return localSimpleValue.getIntValue(); } } public XmlInt xgetReadTimeoutSeconds() { synchronized (monitor()) { check_orphaned(); XmlInt localXmlInt = null; localXmlInt = (XmlInt)get_store().find_element_user(READTIMEOUTSECONDS$8, 0); return localXmlInt; } } public void setReadTimeoutSeconds(int paramInt) { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(READTIMEOUTSECONDS$8, 0); if (localSimpleValue == null) { localSimpleValue = (SimpleValue)get_store().add_element_user(READTIMEOUTSECONDS$8); } localSimpleValue.setIntValue(paramInt); } } public void xsetReadTimeoutSeconds(XmlInt paramXmlInt) { synchronized (monitor()) { check_orphaned(); XmlInt localXmlInt = null; localXmlInt = (XmlInt)get_store().find_element_user(READTIMEOUTSECONDS$8, 0); if (localXmlInt == null) { localXmlInt = (XmlInt)get_store().add_element_user(READTIMEOUTSECONDS$8); } localXmlInt.set(paramXmlInt); } } } /* Location: * Qualified Name: org.wsI.testing.x2003.x03.monitorConfig.impl.RedirectImpl * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package org.wsI.testing.x2003.x03.monitorConfig.impl; import java.util.AbstractList; import java.util.ArrayList; import java.util.List; import javax.xml.namespace.QName; import org.apache.xmlbeans.SchemaType; import org.apache.xmlbeans.SimpleValue; import org.apache.xmlbeans.impl.values.TypeStore; import org.apache.xmlbeans.impl.values.XmlComplexContentImpl; import org.wsI.testing.x2003.x03.monitorConfig.ArrayOfRedirect; import org.wsI.testing.x2003.x03.monitorConfig.Comment; import org.wsI.testing.x2003.x03.monitorConfig.Redirect; public class ArrayOfRedirectImpl extends XmlComplexContentImpl implements ArrayOfRedirect { private static final long serialVersionUID = 1L; private static final QName COMMENT$0 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "comment"); private static final QName REDIRECT$2 = new QName("http://www.ws-i.org/testing/2003/03/monitorConfig/", "redirect"); public ArrayOfRedirectImpl(SchemaType paramSchemaType) { super(paramSchemaType); } public String getComment() { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(COMMENT$0, 0); if (localSimpleValue == null) { return null; } return localSimpleValue.getStringValue(); } } public Comment xgetComment() { synchronized (monitor()) { check_orphaned(); Comment localComment = null; localComment = (Comment)get_store().find_element_user(COMMENT$0, 0); return localComment; } } public boolean isSetComment() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(COMMENT$0) != 0; } } public void setComment(String paramString) { synchronized (monitor()) { check_orphaned(); SimpleValue localSimpleValue = null; localSimpleValue = (SimpleValue)get_store().find_element_user(COMMENT$0, 0); if (localSimpleValue == null) { localSimpleValue = (SimpleValue)get_store().add_element_user(COMMENT$0); } localSimpleValue.setStringValue(paramString); } } public void xsetComment(Comment paramComment) { synchronized (monitor()) { check_orphaned(); Comment localComment = null; localComment = (Comment)get_store().find_element_user(COMMENT$0, 0); if (localComment == null) { localComment = (Comment)get_store().add_element_user(COMMENT$0); } localComment.set(paramComment); } } public void unsetComment() { synchronized (monitor()) { check_orphaned(); get_store().remove_element(COMMENT$0, 0); } } public List<Redirect> getRedirectList() { synchronized (monitor()) { check_orphaned(); new AbstractList() { public Redirect get(int paramAnonymousInt) { return getRedirectArray(paramAnonymousInt); } public Redirect set(int paramAnonymousInt, Redirect paramAnonymousRedirect) { Redirect localRedirect = getRedirectArray(paramAnonymousInt); setRedirectArray(paramAnonymousInt, paramAnonymousRedirect); return localRedirect; } public void add(int paramAnonymousInt, Redirect paramAnonymousRedirect) { insertNewRedirect(paramAnonymousInt).set(paramAnonymousRedirect); } public Redirect remove(int paramAnonymousInt) { Redirect localRedirect = getRedirectArray(paramAnonymousInt); removeRedirect(paramAnonymousInt); return localRedirect; } public int size() { return sizeOfRedirectArray(); } }; } } /** * @deprecated */ public Redirect[] getRedirectArray() { synchronized (monitor()) { check_orphaned(); ArrayList localArrayList = new ArrayList(); get_store().find_all_element_users(REDIRECT$2, localArrayList); Redirect[] arrayOfRedirect = new Redirect[localArrayList.size()]; localArrayList.toArray(arrayOfRedirect); return arrayOfRedirect; } } public Redirect getRedirectArray(int paramInt) { synchronized (monitor()) { check_orphaned(); Redirect localRedirect = null; localRedirect = (Redirect)get_store().find_element_user(REDIRECT$2, paramInt); if (localRedirect == null) { throw new IndexOutOfBoundsException(); } return localRedirect; } } public boolean isNilRedirectArray(int paramInt) { synchronized (monitor()) { check_orphaned(); Redirect localRedirect = null; localRedirect = (Redirect)get_store().find_element_user(REDIRECT$2, paramInt); if (localRedirect == null) { throw new IndexOutOfBoundsException(); } return localRedirect.isNil(); } } public int sizeOfRedirectArray() { synchronized (monitor()) { check_orphaned(); return get_store().count_elements(REDIRECT$2); } } public void setRedirectArray(Redirect[] paramArrayOfRedirect) { synchronized (monitor()) { check_orphaned(); arraySetterHelper(paramArrayOfRedirect, REDIRECT$2); } } public void setRedirectArray(int paramInt, Redirect paramRedirect) { synchronized (monitor()) { check_orphaned(); Redirect localRedirect = null; localRedirect = (Redirect)get_store().find_element_user(REDIRECT$2, paramInt); if (localRedirect == null) { throw new IndexOutOfBoundsException(); } localRedirect.set(paramRedirect); } } public void setNilRedirectArray(int paramInt) { synchronized (monitor()) { check_orphaned(); Redirect localRedirect = null; localRedirect = (Redirect)get_store().find_element_user(REDIRECT$2, paramInt); if (localRedirect == null) { throw new IndexOutOfBoundsException(); } localRedirect.setNil(); } } public Redirect insertNewRedirect(int paramInt) Further reading...For more information on Java 1.5 Tiger, you may find Java 1.5 Tiger, A developer's Notebook by D. Flanagan and B. McLaughlin from O'Reilly of interest.New!JAR listings
|