Compare commits

..

1 Commits

Author SHA1 Message Date
Chao MENG
ae32f80ea9 temp patch 2022-05-23 16:58:10 +08:00
15564 changed files with 1063830 additions and 802175 deletions

View File

@@ -7,5 +7,4 @@ Huge thanks to these people who contributed in making Talend product better:
- [overpackaging](https://github.com/overpackaging) (Steeve Dreux)
- [brazabr](https://github.com/brazabr) (Thiago Benvenuto)
- [phoflack](https://jira.talendforge.org/secure/ViewProfile.jspa?name=phoflack) (Philip Hoflack)
- [bgunics-talend](https://github.com/bgunics-talend) (Balasz Gunics)
- [cflamain](https://github.com/cflamain) (Christophe Flamain)
- [bgunics-talend](https://github.com/bgunics-talend) (Balasz Gunics)

View File

@@ -1,14 +0,0 @@
# Security Policy
## Supported Versions
| Version | Supported |
| ------- | ------------------ |
| 8.0.x | :white_check_mark: |
| 7.3.x | :white_check_mark: |
| < 7.3.x | :x: |
## Reporting a Vulnerability
For information on how to report a new security problem please see [here](https://www.talend.com/security/vulnerability-disclosure/).
Our existing security advisories are published [here](https://www.talend.com/security/incident-response/).

View File

@@ -16,7 +16,6 @@
<import plugin="org.talend.repository" version="0.0.0" match="greaterOrEqual"/>
<import plugin="org.talend.utils" version="0.0.0" match="greaterOrEqual"/>
</requires>
<plugin id="org.talend.common.ui.runtime.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.commons.runtime.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.commons.ui.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.core.repository.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
@@ -44,14 +43,12 @@
<plugin id="org.talend.migrationTool.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.model.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.repository.generic.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.repository.json.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.repository.items.importexport.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.repository.items.importexport.ui.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.repository.localprovider.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.repository.metadata.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.repository.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.sqlbuilder.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.presentation.onboarding.resource.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.repository.view.di.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.repository.view.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
<plugin id="org.talend.testutils" download-size="0" install-size="0" version="0.0.0" unpack="false"/>

View File

@@ -164,7 +164,7 @@
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.talend.designer.filemultischemas"
download-size="0"

View File

@@ -2,7 +2,7 @@ prefs.configuration.title=\u30DE\u30C3\u30D7\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3
prefs.configuration.LINK_STYLE=\u30C7\u30D5\u30A9\u30EB\u30C8\u30DE\u30C3\u30D4\u30F3\u30B0\u30EA\u30F3\u30AF\u306E\u8868\u793A:
prefs.configuration.LINK_STYLE.AUTO=\u81EA\u52D5
prefs.configuration.LINK_STYLE.BEZIER_CURVE=\u66F2\u7DDA
prefs.configuration.LINK_STYLE.LINE=\u76F4\u7DDA(\u9AD8\u901F)
prefs.configuration.LINK_STYLE.LINE=\u76F4\u7DDA\uFF08\u9AD8\u901F\uFF09
DraggingInfosPopup.draggingEntry={0}\u30A8\u30F3\u30C8\u30EA\u30FC\u3092\u30C9\u30E9\u30C3\u30B0\u3057\u3066\u3044\u307E\u3059\u3002
DraggingInfosPopup.dropInvalid=\n<< \u7121\u52B9\u306A\u30C9\u30ED\u30C3\u30D7 >>\n
DraggingInfosPopup.draggingEntries={0}\u30A8\u30F3\u30C8\u30EA\u30FC\u3092\u30C9\u30E9\u30C3\u30B0\u3057\u3066\u3044\u307E\u3059\u3002

View File

@@ -13,10 +13,6 @@
package org.talend.designer.abstractmap.managers;
import org.apache.log4j.Level;
import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.Color;
import org.eclipse.swt.widgets.Display;
import org.talend.commons.ui.runtime.ITalendThemeService;
import org.talend.commons.ui.runtime.exception.ExceptionHandler;
import org.talend.designer.abstractmap.ui.dnd.DraggingInfosPopup;
import org.talend.designer.abstractmap.ui.properties.LINK_STYLE;

View File

@@ -1,4 +1,4 @@
AlfrescoOutputManager.failedLoadModel=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30E1\u30BF\u30C7\u30FC\u30BF\u304B\u3089\u30E2\u30C7\u30EB\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u518D\u521D\u671F\u5316\u4E2D
AlfrescoOutputManager.failedLoadModel=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30E1\u30BF\u30C7\u30FC\u30BF\u304B\u3089\u30E2\u30C7\u30EB\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u518D\u521D\u671F\u5316\u4E2D,
AlfrescoOutputManager.schemaError.title=\u30B9\u30AD\u30FC\u30DE\u306E\u30A8\u30E9\u30FC
AlfrescoOutputManager.schemaError.msg=\u6700\u521D\u306B\u30B9\u30AD\u30FC\u30DE\u3092\u540C\u671F\u3057\u3066\u304F\u3060\u3055\u3044\u3002
AlfrescoOutputModelManager.alreadyAdded=\u3053\u306E\u30E2\u30C7\u30EB\u306F\u65E2\u306B\u8FFD\u52A0\u6E08\u307F\u3067\u3059\u3002

View File

@@ -56,9 +56,8 @@
String jobClassPackageFolder = codeGenArgument.getCurrentProjectName().toLowerCase() + '/' + jobFolderName;
boolean isLog4jEnabled = ("true").equals(ElementParameterParser.getValue(process, "__LOG4J_ACTIVATE__"));//log4j enable
boolean isLog4j2Enabled = ("true").equals(ElementParameterParser.getValue(process, "__LOG4J2_ACTIVATE__"));//log4j2 enable
boolean isLog4j1Enabled = !isLog4j2Enabled;//log4j1 enable
String MDC_CLASS = "org.slf4j.MDC";
boolean isLog4j2Enabled = ("true").equals(ElementParameterParser.getValue(process, "__LOG4J2_ACTIVATE__"));//log4j2 enable
boolean isLog4j1Enabled = !isLog4j2Enabled;//log4j1 enable
boolean exist_tParallelize = false;
List<? extends INode> tParallelizeList = process.getNodesOfType("tParallelize");
@@ -322,11 +321,6 @@
globalMap.put(GLOBAL_CONNECTION_POOL_KEY, connectionPool);
}
<%}%>
private final static java.util.Properties jobInfo = new java.util.Properties();
private final static java.util.Map<String,String> mdcInfo = new java.util.HashMap<>();
private final static java.util.concurrent.atomic.AtomicLong subJobPidCounter = new java.util.concurrent.atomic.AtomicLong();
public static void main(String[] args){
final <%=className %> <%=className %>Class = new <%=className %>();
@@ -340,42 +334,6 @@
System.exit(exitCode);
}
private void getjobInfo() {
final String TEMPLATE_PATH = "src/main/templates/jobInfo_template.properties";
final String BUILD_PATH = "../jobInfo.properties";
final String path = this.getClass().getResource("").getPath();
if(path.lastIndexOf("target") > 0) {
final java.io.File templateFile = new java.io.File(
path.substring(0, path.lastIndexOf("target")).concat(TEMPLATE_PATH));
if (templateFile.exists()) {
readJobInfo(templateFile);
return;
}
}
readJobInfo(new java.io.File(BUILD_PATH));
}
private void readJobInfo(java.io.File jobInfoFile){
if(jobInfoFile.exists()) {
try (java.io.InputStream is = new java.io.FileInputStream(jobInfoFile)) {
jobInfo.load(is);
} catch (IOException e) {
<%if(isLog4jEnabled){%>
log.debug("Read jobInfo.properties file fail: " + e.getMessage());
<%}%>
}
}
<%if(isLog4jEnabled){%>
log.info(String.format("Project name: %s\tJob name: %s\tGIT Commit ID: %s\tTalend Version: %s",
projectName,jobName,jobInfo.getProperty("gitCommitId"), "<%=System.getProperties().getProperty("talend.studio.version")%>"));
<%}%>
}
<%
if (isTestContainer) {
@@ -557,34 +515,8 @@
org.apache.logging.log4j.core.config.Configurator.setLevel(org.apache.logging.log4j.LogManager.getRootLogger().getName(), log.getLevel());
<%}%>
}
getjobInfo();
log.info("TalendJob: '<%=codeGenArgument.getJobName()%>' - Start.");
<%}%>
<%if(isLog4jEnabled && isLog4j2Enabled) {%>
java.util.Set<Object> jobInfoKeys = jobInfo.keySet();
for(Object jobInfoKey: jobInfoKeys) {
<%=MDC_CLASS%>.put("_" + jobInfoKey.toString(), jobInfo.get(jobInfoKey).toString());
}
<%=MDC_CLASS%>.put("_pid", pid);
<%=MDC_CLASS%>.put("_rootPid", rootPid);
<%=MDC_CLASS%>.put("_fatherPid", fatherPid);
<%=MDC_CLASS%>.put("_projectName", projectName);
<%=MDC_CLASS%>.put("_startTimestamp",java.time.ZonedDateTime.now(java.time.ZoneOffset.UTC ).format( java.time.format.DateTimeFormatter.ISO_INSTANT ));
<%=MDC_CLASS%>.put("_jobRepositoryId","<%=process.getId() %>");
<%=MDC_CLASS%>.put("_compiledAtTimestamp","<%=java.time.ZonedDateTime.now(java.time.ZoneOffset.UTC ).format( java.time.format.DateTimeFormatter.ISO_INSTANT )%>");
java.lang.management.RuntimeMXBean mx = java.lang.management.ManagementFactory.getRuntimeMXBean();
String[] mxNameTable = mx.getName().split("@"); //$NON-NLS-1$
if (mxNameTable.length == 2) {
<%=MDC_CLASS%>.put("_systemPid", mxNameTable[0]);
} else {
<%=MDC_CLASS%>.put("_systemPid", String.valueOf(java.lang.Thread.currentThread().getId()));
}
<%
}%>
<%
INode jobCatcherNode = null;
@@ -710,26 +642,14 @@
pid = TalendString.getAsciiRandomString(6);
}
<%if(isLog4jEnabled && isLog4j2Enabled) {%>
<%=MDC_CLASS%>.put("_pid", pid);
<%}%>
if (rootPid==null) {
rootPid = pid;
}
<%if(isLog4jEnabled && isLog4j2Enabled) {%>
<%=MDC_CLASS%>.put("_rootPid", rootPid);
<%}%>
if (fatherPid==null) {
fatherPid = pid;
}else{
isChildJob = true;
}
<%if(isLog4jEnabled && isLog4j2Enabled) {%>
<%=MDC_CLASS%>.put("_fatherPid", fatherPid);
<%}%>
<%
if (stats) {
@@ -963,13 +883,7 @@
}
%>
//Resume: jobStart
resumeUtil.addLog("JOB_STARTED", "JOB:" + jobName, parent_part_launcher, Thread.currentThread().getId() + "", "","","","",resumeUtil.convertToJsonText(context,ContextProperties.class,parametersToEncrypt));
<%if(isLog4jEnabled && isLog4j2Enabled) {%>
<%=MDC_CLASS%>.put("_context", contextStr);
log.info("TalendJob: '<%=codeGenArgument.getJobName()%>' - Started.");
mdcInfo.putAll(<%=MDC_CLASS%>.getCopyOfContextMap());
<%}%>
resumeUtil.addLog("JOB_STARTED", "JOB:" + jobName, parent_part_launcher, Thread.currentThread().getId() + "", "","","","",resumeUtil.convertToJsonText(context,parametersToEncrypt));
<%
if (stats) {
@@ -1180,10 +1094,6 @@ this.globalResumeTicket = false;//to run others jobs
runningThreadCount.add(1);
new Thread(){
public void run() {
<%if(isLog4jEnabled && isLog4j2Enabled) {%>
mdcInfo.forEach(<%=MDC_CLASS%>::put);
<% } %>
java.util.Map threadRunResultMap = new java.util.HashMap();
threadRunResultMap.put("errorCode", null);
threadRunResultMap.put("status", "");
@@ -1246,15 +1156,9 @@ this.globalResumeTicket = false;//to run others jobs
if (!componentName.equals("tJobStructureCatcher") && !componentName.equals("tLogCatcher") && !componentName.equals("tFlowMeterCatcher") && !componentName.equals("tAssertCatcher") && !componentName.equals("tStatCatcher") && !componentName.equals("tAsyncIn")) {
%>
<%=createCallProcess(rootNode, className, false) %>
<%
if (process.getNodesOfType("tStatCatcher").size() > 0) {
%>
<%=statsErrorHandlingAfterMainCall(rootNode, process.getNodesOfType("tStatCatcher"))%>
<%
}
}
}
}// end if(isRunInMultiThread)
<% }
}
}// end if(isRunInMultiThread)
%>
this.globalResumeTicket = true;//to run tPostJob
@@ -1388,15 +1292,6 @@ if (execStat) {
returnCode = errorCode.intValue();
}
resumeUtil.addLog("JOB_ENDED", "JOB:" + jobName, parent_part_launcher, Thread.currentThread().getId() + "", "","" + returnCode,"","","");
resumeUtil.flush();
<%if(isLog4jEnabled && isLog4j2Enabled) {%>
<%=MDC_CLASS%>.remove("_subJobName");
<%=MDC_CLASS%>.remove("_subJobPid");
<%=MDC_CLASS%>.remove("_systemPid");
log.info("TalendJob: '<%=codeGenArgument.getJobName()%>' - Finished - status: " + status + " returnCode: " + returnCode );
<%}%>
return returnCode;

View File

@@ -42,10 +42,10 @@ public class CLASS
//List< ? extends IConnection> onSubJobErrorConns = rootNode.getOutgoingConnections(EConnectionType.ON_SUBJOB_ERROR);
//if(onSubJobErrorConns!=null){
// for(IConnection conn : onSubJobErrorConns) {
// for(IConnection conn : onSubJobErrorConns) {
// toReturn += createCallProcess(conn.getTarget(), className, isMultiThread);
// }
//}
//}
if(isMultiThread){
toReturn += "\n}catch (java.lang.Error e_" + rootNode.getUniqueName() + ") {\n";
toReturn += "globalMap.put(\""+rootNode.getUniqueName()+ "_SUBPROCESS_STATE\", -1);\n";
@@ -55,20 +55,7 @@ public class CLASS
toReturn += "\n}";
return toReturn;
}
public String statsErrorHandlingAfterMainCall(INode rootNode, List<? extends INode> statsNodes) {
String catchErrorReturn = "catch (Error error_" + rootNode.getUniqueName() + " ) {\n";
catchErrorReturn+="end = System.currentTimeMillis();\n";
for (INode statCatcherNode : statsNodes) {
catchErrorReturn += statCatcherNode.getUniqueName() + ".addMessage(\"failure\", (end-startTime));\n";
catchErrorReturn += "try {\n " + statCatcherNode.getDesignSubjobStartNode().getUniqueName() + "Process(globalMap);\n";
catchErrorReturn += "} catch (Exception e_" + statCatcherNode.getUniqueName() + ") {\n";
catchErrorReturn += "e_" + statCatcherNode.getUniqueName() + ".printStackTrace();\n}\n";
}
catchErrorReturn+= "throw error_" + rootNode.getUniqueName() + ";\n}\n";
return catchErrorReturn;
}
public String generate(Object argument) {
return "";
}

View File

@@ -121,9 +121,7 @@ if(hasInput){
dm_<%=cid%>.getFormat(),
dm_<%=cid%>.getDescription(),
dm_<%=cid%>.isNullable(),
dm_<%=cid%>.isKey(),
dm_<%=cid%>.getLength(),
dm_<%=cid%>.getPrecision());
dm_<%=cid%>.isKey());
}
incomingEnforcer_<%=cid%>.createRuntimeSchema();
}

View File

@@ -36,15 +36,6 @@
boolean stats = codeGenArgument.isStatistics();
boolean trace = codeGenArgument.isTrace();
boolean isRunInMultiThread = codeGenArgument.getIsRunInMultiThread();
boolean exportTypeSpringBoot = false;
if (process instanceof org.talend.core.model.process.IProcess2) {
org.talend.core.model.process.IProcess2 p2 = (org.talend.core.model.process.IProcess2) process;
if (p2.getProperty() != null && p2.getProperty().getAdditionalProperties() != null) {
exportTypeSpringBoot = "REST_MS".equals(p2.getProperty().getAdditionalProperties().get(org.talend.core.runtime.process.TalendProcessArgumentConstant.ARG_BUILD_TYPE));
}
}
List<IContextParameter> params = new ArrayList<IContextParameter>();
params=process.getContextManager().getDefaultContext().getContextParameterList();
String className = process.getName();
@@ -150,8 +141,7 @@ for (INode node : process.getNodesOfType("tRESTClient")) {
}
}
boolean isChildRouteJob = !process.getNodesOfType("tRouteInput").isEmpty();
boolean talendEsbJobFactory = actAsProvider || isChildRouteJob;
boolean talendEsbJobFactory = actAsProvider || !process.getNodesOfType("tRouteInput").isEmpty();
boolean talendEsbJob = talendEsbJobFactory || actAsConsumer || ProcessorUtilities.isEsbJob(process);
boolean isLog4jEnabled = ("true").equals(ElementParameterParser.getValue(process, "__LOG4J_ACTIVATE__"));//log4j enable
@@ -255,11 +245,6 @@ if(isRunInMultiThread){
<%//uft-8 is for temp file, for example: tSortRow, tMap. Because they need keep reversibility.%>
private final static String utf8Charset = "UTF-8";
<%
if(!exportTypeSpringBoot || isChildRouteJob){
%>
//contains type for every context property
public class PropertiesWithType extends java.util.Properties {
private static final long serialVersionUID = 1L;
@@ -280,16 +265,9 @@ if(!exportTypeSpringBoot || isChildRouteJob){
return propertyTypes.get(key);
}
}
<%
}
%>
// create and load default properties
private java.util.Properties defaultProps = new java.util.Properties();
<%
if(!exportTypeSpringBoot){
%>
// create application properties with default
public class ContextProperties extends PropertiesWithType {
@@ -355,10 +333,6 @@ public <%=JavaTypesManager.getTypeToGenerate(ctxParam.getType(),true)%> get<%=Ch
}
%>
}
<%
}
%>
protected ContextProperties context = new ContextProperties(); // will be instanciated by MS.
public ContextProperties getContext() {
return this.context;

View File

@@ -30,10 +30,6 @@ boolean containsTPartitioner = node.getProcess().getNodesOfType("tPartitioner").
boolean isRunJob = "tRunJob".equals(node.getComponent().getName());
IProcess process = node.getProcess();
final boolean isLog4jEnabled = ("true").equals(ElementParameterParser.getValue(process, "__LOG4J_ACTIVATE__"));
final boolean isLog4j2Enabled = ("true").equals(ElementParameterParser.getValue(process, "__LOG4J2_ACTIVATE__"));//log4j2 enable
final String MDC_CLASS = "org.slf4j.MDC";
boolean isTestContainer=ProcessUtils.isTestContainer(process);
String className = process.getName();
if (isTestContainer) {
@@ -195,11 +191,8 @@ for (IConnection iterateConn : iterateConnSet) { //1
}
public void run() {
<% if(isLog4jEnabled && isLog4j2Enabled) { %>
mdcInfo.forEach(<%=MDC_CLASS%>::put);
<% } %>
public void run() {
java.util.Map threadRunResultMap = new java.util.HashMap();
threadRunResultMap.put("errorCode", null);
threadRunResultMap.put("status", "");

View File

@@ -32,8 +32,6 @@
boolean stat = codeGenArgument.isStatistics();
boolean containsTPartitioner = subTree.getRootNode().getProcess().getNodesOfType("tPartitioner").size() > 0 ? true : false;
boolean isLog4jEnabled = ("true").equals(ElementParameterParser.getValue(subTree.getRootNode().getProcess(), "__LOG4J_ACTIVATE__"));
boolean isLog4j2Enabled = ("true").equals(ElementParameterParser.getValue(subTree.getRootNode().getProcess(), "__LOG4J2_ACTIVATE__"));//log4j2 enable
String MDC_CLASS = "org.slf4j.MDC";
%>
<%
@@ -1098,8 +1096,7 @@ public static class <%=conn.getName() %>Struct<%=templateOrigin %> implements ro
<%
} else if(javaType.isObjectBased() || typeToGenerate.equals("Geometry") || typeToGenerate.equals("Dynamic")) {
%>
dos.clearInstanceCache();
dos.writeObject(this.<%=column.getLabel() %>);
dos.writeObject(this.<%=column.getLabel() %>);
<%
} else {
typeToGenerate =JavaTypesManager.getTypeToGenerate(column.getTalendType(), false);
@@ -1431,8 +1428,7 @@ public static class <%=conn.getName() %>Struct<%=templateOrigin %> implements ro
<%
} else if(typeToGenerate.equals("Object") || typeToGenerate.equals("Geometry") || typeToGenerate.equals("BigDecimal") || typeToGenerate.equals("List") || typeToGenerate.equals("Dynamic") || typeToGenerate.equals("Document")) {
%>
objectOut.clearInstanceCache();
objectOut.writeObject(this.<%=column.getLabel() %>);
objectOut.writeObject(this.<%=column.getLabel() %>);
<%
} else {
typeToGenerate =JavaTypesManager.getTypeToGenerate(column.getTalendType(), false);
@@ -1597,7 +1593,6 @@ public static class <%=conn.getName() %>Struct<%=templateOrigin %> implements ro
}
}
%>
<% if (subTree.isMethodSizeNeeded()){ %>
/**
* Start of Function: <%=subTree.getName() %>Process.
@@ -1608,12 +1603,6 @@ public void <%=subTree.getName() %>Process(final java.util.Map<String, Object> g
globalMap.put("<%=subTree.getName() %>_SUBPROCESS_STATE", 0);
final boolean execStat = this.execStat;
<%if(isLog4jEnabled && isLog4j2Enabled) {%>
mdcInfo.forEach(<%=MDC_CLASS%>::put);
<%=MDC_CLASS%>.put("_subJobName", "<%=subTree.getName() %>");
<%=MDC_CLASS%>.put("_subJobPid", "<%=getAsciiRandomString(6)%>_" + subJobPidCounter.getAndIncrement());
<%}%>
<%
boolean isParallelize = false;
for (INode node : subTree.getNodes()) {

View File

@@ -93,25 +93,7 @@ public class CLASS
}
return toReturn;
}
// copy from routine TalendString
private static String getAsciiRandomString(int length) {
java.security.SecureRandom random = new java.security.SecureRandom();
int cnt = 0;
StringBuilder builder = new StringBuilder();
char ch;
int end = 'z' + 1;
int start = ' ';
while (cnt < length) {
ch = (char) (random.nextInt(end - start) + start);
if (Character.isLetterOrDigit(ch)) {
builder.append(ch);
cnt++;
}
}
return builder.toString();
}
public String generate(Object argument) {
return "";
}

View File

@@ -15,7 +15,7 @@ JavaRoutineSynchronizer.UnsupportedOperation.Exception1=\u30E1\u30BD\u30C3\u30C9
JavaRoutineSynchronizer.UnsupportedOperation.Exception2=\u30E1\u30BD\u30C3\u30C9\u304C\u5B9F\u88C5\u3055\u308C\u3066\u3044\u307E\u305B\u3093\\: org.talend.designer.codegen.JavaRoutineSynchronizer line\\:58
JetSkeletonManager.unableLoad=\u30B9\u30B1\u30EB\u30C8\u30F3\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u30AD\u30E3\u30C3\u30B7\u30E5\u30D5\u30A1\u30A4\u30EB\u3092\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093
JetSkeletonManager.unableSave=\u30B9\u30B1\u30EB\u30C8\u30F3\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u30AD\u30E3\u30C3\u30B7\u30E5\u30D5\u30A1\u30A4\u30EB\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093
JetSkeletonManager.updateProblem=\u30B9\u30B1\u30EB\u30C8\u30F3\u6C38\u7D9A\u30C7\u30FC\u30BF\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u6642\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
JetSkeletonManager.updateProblem=\u30B9\u30B1\u30EB\u30C8\u30F3\u6C38\u7D9A\u30C7\u30FC\u30BF\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u6642\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F,
EmfEmittersPersistence.CodeGen.DataMissing=\u30B3\u30FC\u30C9\u751F\u6210\u306E\u30C7\u30FC\u30BF\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002\u5B8C\u5168\u306A\u30B3\u30FC\u30C9\u751F\u6210\u3092\u958B\u59CB\u3057\u3066\u3044\u307E\u3059\u3002
CodeGeneratorEmittersPoolFactory.PersitentData.Error=\u6301\u7D9A\u30C7\u30FC\u30BF\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093:
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=JETEmitter \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3001\u5168\u4F53\u306E\u518D\u521D\u671F\u5316\u304C\u5FC5\u8981\u3067\u3059\u3002
@@ -36,7 +36,7 @@ CodeGenInit.addMarkers=\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9\u306B\u30DE\u3
CodeGenInit.createProject={0}\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u4F5C\u6210
CodeGenInit.deleteProject={0}\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u3092\u524A\u9664
CodeGenInit.initTemplate=\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u306E\u521D\u671F\u5316
CodeGenInit.removeLink=\u30EA\u30F3\u30AF\u3055\u308C\u305F\u30EA\u30BD\u30FC\u30B9\u3092\u524A\u9664
CodeGenInit.removeLink=\u30EA\u30F3\u30AF\u3055\u308C\u305F\u30EA\u30BD\u30FC\u30B9\u306E\u524A\u9664
CodeGenInit.saveWorkspace=\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9\u306E\u4FDD\u5B58\u4E2D
DocumentRootImpl.mixed= (\u4E21\u7528:
NodesSubTree.enableParallel=__ENABLE_PARALLEL__
@@ -45,7 +45,7 @@ TalendJetEmitter.compileFail= \u30B3\u30F3\u30D1\u30A4\u30EB\u5931\u6557: {0} :
TalendJetEmitter.exception=\u4F8B\u5916
JetFilesProviderManager.unableLoad={0}\u3092\u30ED\u30FC\u30C9\u3067\u304D\u307E\u305B\u3093
ComponentsFactory.afterSystemComponent=\u30B7\u30B9\u30C6\u30E0\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u5F8C
ComponentsFactory.componentNotFound=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A9\u30EB\u30C0\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093:
ComponentsFactory.componentNotFound=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A9\u30EB\u30C0\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093 \\:
ComponentsFactory.load.components=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30ED\u30FC\u30C9...
ComponentsFactory.parentNotRecompiled=\u8B66\u544A: *.inc.javajet\u306E\u89AA\u306F\u518D\u30B3\u30F3\u30D1\u30A4\u30EB\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
ComponentsFactory.loadComponents.missingFolder=\u30D7\u30E9\u30B0\u30A4\u30F3"{1}"\u306B\u30D5\u30A9\u30EB\u30C0\u30FC"{0}"\u304C\u3042\u308A\u307E\u305B\u3093\u3002
@@ -58,8 +58,8 @@ ComponentsPreferencePage.configuration.LINK_STYLE=\u30C7\u30D5\u30A9\u30EB\u30C8
ComponentsPreferencePage.rowLimit=\u884C\u6570\u5236\u9650
ComponentsPreferencePage.WarningMsg=Talend Open Studio\u3092\u518D\u8D77\u52D5\u3057\u3066\u3001\u62E1\u5F35\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30ED\u30FC\u30C9\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
ComponentsPreferencePage.WarningTitle=\u8B66\u544A
ComponentsPreferencePage.directoryFieldLabel=\u30E6\u30FC\u30B6\u30FC\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A9\u30EB\u30C0:
ComponentsPreferencePage.notValidDirectory=\u3053\u308C\u3092\u9078\u629E\u3059\u308B\u3068\u30D5\u30A9\u30EB\u30C0\u30FC\u304C\u30CD\u30B9\u30C8\u3055\u308C\u307E\u3059\u3002\u3053\u308C\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093\u3002 \u7D9A\u884C\u3057\u307E\u3059\u304B?
ComponentsPreferencePage.directoryFieldLabel=\u30E6\u30FC\u30B6\u30FC\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D5\u30A9\u30EB\u30C0 \\:
ComponentsPreferencePage.notValidDirectory=\u3053\u308C\u3092\u9078\u629E\u3059\u308B\u3068\u30D5\u30A9\u30EB\u30C0\u30FC\u304C\u30CD\u30B9\u30C8\u3055\u308C\u307E\u3059\u3002\u3053\u308C\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093\u3002 \u7D9A\u884C\u3057\u307E\u3059\u304B?,
ComponentsPreferencePage.installComponentsFailure=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u306B\u5931\u6557\u3057\u307E\u3057\u305F
ComponentsProviderManager.unableLoad=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u30ED\u30FC\u30C9\u304C\u3067\u304D\u307E\u305B\u3093
ComponenttRunJobPreferencePage.label=tRunJob\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u5F8C\u3001\u5BFE\u5FDC\u30B8\u30E7\u30D6\u3092\u8868\u793A\u3057\u306A\u3044\u3002
@@ -76,7 +76,7 @@ XsdValidationCacheManager.unableLoadxsd=XSD\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\
XsdValidationCacheManager.unableSavexsd=XSD\u30D0\u30EA\u30C7\u30FC\u30B7\u30E7\u30F3\u306E\u30AD\u30E3\u30C3\u30B7\u30E5\u30D5\u30A1\u30A4\u30EB\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093
prefs.configuration.LINK_STYLE.AUTO=\u81EA\u52D5
prefs.configuration.LINK_STYLE.BEZIER_CURVE=\u66F2\u7DDA
prefs.configuration.LINK_STYLE.LINE=\u76F4\u7DDA(\u9AD8\u901F)
prefs.configuration.LINK_STYLE.LINE=\u76F4\u7DDA\uFF08\u9AD8\u901F\uFF09
FAMILY.AS400=AS400
FAMILY.Access=\u30A2\u30AF\u30BB\u30B9
FAMILY.Alfresco=Alfresco
@@ -88,7 +88,7 @@ FAMILY.Connections=\u63A5\u7D9A
FAMILY.Custom_Code=\u30AB\u30B9\u30BF\u30E0\u30B3\u30FC\u30C9
FAMILY.DB2=DB2
FAMILY.DB_Generic=\u6C4E\u7528ODBC
FAMILY.DB_JDBC=\u30B8\u30A7\u30CD\u30EA\u30C3\u30AFJDBC
FAMILY.DB_JDBC=\u6C4E\u7528JDBC
FAMILY.DB_SCD=DB SCD
FAMILY.Data_Quality=\u30C7\u30FC\u30BF\u30AF\u30AA\u30EA\u30C6\u30A3
FAMILY.Data_Privacy=\u30C7\u30FC\u30BF\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC

View File

@@ -152,9 +152,7 @@ public class CodeGeneratorService implements ICodeGeneratorService {
ComponentsFactoryProvider.getInstance().resetCache();
ILibraryManagerService librairesManagerService = (ILibraryManagerService) GlobalServiceRegister.getDefault().getService(
ILibraryManagerService.class);
//TUP-31721: The generated studio index will include every possible values with TP_ALL license .
//Studio 8 will not re-generate the index after applying patch and installing any component.
librairesManagerService.clearCache(false);
librairesManagerService.clearCache();
CorePlugin.getDefault().getLibrariesService().syncLibraries();
Job job = CodeGeneratorEmittersPoolFactory.initialize();
// achen modify to record ctrl+shift+f3 is pressed to fix bug 0006107

View File

@@ -46,7 +46,6 @@ import org.talend.commons.exception.BusinessException;
import org.talend.commons.exception.ExceptionHandler;
import org.talend.commons.utils.io.FilesUtils;
import org.talend.core.GlobalServiceRegister;
import org.talend.core.ILibraryManagerService;
import org.talend.core.language.LanguageManager;
import org.talend.core.model.component_cache.ComponentsCache;
import org.talend.core.model.components.AbstractComponentsProvider;
@@ -91,8 +90,6 @@ public class ComponentsFactory implements IComponentsFactory {
private static Set<IComponent> customComponentList = new HashSet<>(); // user/exchange/tck components
private static Map<IComponent, File> customComponentFolderMap = new HashMap<IComponent, File>();
private IProgressMonitor monitor;
private SubMonitor subMonitor;
@@ -135,7 +132,6 @@ public class ComponentsFactory implements IComponentsFactory {
componentList.clear();
skeletonList.clear();
customComponentList.clear();
customComponentFolderMap.clear();
boolean needRegenerate = false;
if (CodeGeneratorActivator.getDefault().getBundle().getBundleContext().getProperty("osgi.dev") != null) {
@@ -173,8 +169,6 @@ public class ComponentsFactory implements IComponentsFactory {
initComponentNameMap();
isInitializing.set(false);
// sync custom component libs after init
syncCustomComponentLibs();
// TimeMeasure.step("initComponents", "createCache");
log.info(componentList.size() + " components loaded in " + (System.currentTimeMillis() - startTime) + " ms"); //$NON-NLS-1$ //$NON-NLS-2$
@@ -374,7 +368,6 @@ public class ComponentsFactory implements IComponentsFactory {
} else {
componentList.add(currentComp);
customComponentList.add(currentComp);
customComponentFolderMap.put(currentComp, currentFolder);
}
} catch (MissingMainXMLComponentFileException e) {
log.trace(currentFolder.getName() + " is not a " + getCodeLanguageSuffix() + " component", e); //$NON-NLS-1$ //$NON-NLS-2$
@@ -394,23 +387,6 @@ public class ComponentsFactory implements IComponentsFactory {
}
}
private void syncCustomComponentLibs() {
try {
if (GlobalServiceRegister.getDefault().isServiceRegistered(ILibraryManagerService.class)) {
ILibraryManagerService libraryService = GlobalServiceRegister.getDefault()
.getService(ILibraryManagerService.class);
if (libraryService != null) {
customComponentFolderMap.forEach((component, componentFolder) -> libraryService
.deployLibsFromCustomComponents(componentFolder, component.getModulesNeeded()));
}
}
} catch (Exception e) {
ExceptionHandler.process(e);
} finally {
customComponentFolderMap.clear();
}
}
private void loadComponentsFromFolder(String pathSource, AbstractComponentsProvider provider) {
// Changed by Marvin Wang on Feb.22 for bug TDI-19166, caz the test ConnectionManagerTest maybe get the null
// context.

View File

@@ -13,7 +13,6 @@
package org.talend.designer.codegen.components.model;
import java.util.List;
import java.util.stream.Collectors;
import org.talend.core.model.components.IComponent;
import org.talend.core.ui.component.ComponentsFactoryProvider;
@@ -46,7 +45,6 @@ public class UserComponentsTokenCollector extends AbstractTokenCollector {
public JSONObject collect() throws Exception {
JSONObject object = new JSONObject();
List<IComponent> customComponents = ComponentsFactoryProvider.getInstance().getCustomComponents();
customComponents = filterOutComponents(customComponents);
JSONArray customComponentsArray = new JSONArray();
if (customComponents != null) {
for (int i = 0; i < customComponents.size(); i++) {
@@ -57,9 +55,4 @@ public class UserComponentsTokenCollector extends AbstractTokenCollector {
return object;
}
private List<IComponent> filterOutComponents(List<IComponent> customComponents) {
customComponents = customComponents.stream().filter(comp ->!"tTaCoKitGuessSchema".equals(comp.getName())).collect(Collectors.toList());
return customComponents;
}
}

View File

@@ -55,9 +55,6 @@ public enum EInternalTemplate {
CAMEL_RUNIF("camel_run_if", "0.0.1"), //$NON-NLS-1$ //$NON-NLS-2$
CAMEL_SPECIALLINKS("camel_speciallinks", "0.0.1"), //$NON-NLS-1$ //$NON-NLS-2$
MICROSERVICE_APP("microservice_app", "0.0.1"), //$NON-NLS-1$ //$NON-NLS-2$
MICROSERVICE_APP_MS_CONTEXT_PROPERTIES("microservice_app_ms_context_properties","0.0.1"), //$NON-NLS-1$ //$NON-NLS-2$
MICROSERVICE_APP_CONTEXT_PROPERTIES("microservice_app_context_properties","0.0.1"), //$NON-NLS-1$ //$NON-NLS-2$
MICROSERVICE_APP_PROPERTIES("microservice_app_properties","0.0.1"), //$NON-NLS-1$ //$NON-NLS-2$
HEADER_ADDITIONAL("header_additional", "0.0.1"), //$NON-NLS-1$ //$NON-NLS-2$

View File

@@ -1,5 +1,5 @@
ExchangeView.Exchange=Exchange
AvailableExtensionsComposite.ExtensionName=\u62E1\u5F35\u5B50\u540D
AvailableExtensionsComposite.ExtensionName=Extension\u540D
AvailableExtensionsComposite.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
AvailableExtensionsComposite.Rating=\u8A55\u4FA1
AvailableExtensionsComposite.Author=\u4F5C\u6210\u8005
@@ -8,14 +8,14 @@ AvailableExtensionsComposite.ViewDetail.installOperateStatus=\u30A4\u30F3\u30B9\
AvailableExtensionsComposite.ViewDetail.WriteReview=\u518D\u8ABF\u67FB\u306E\u66F8\u304D\u8FBC\u307F
AvailableExtensionsComposite.ViewDetail.InsertionReviewFailure=Review\u633F\u5165\u5931\u6557\u3002
AvailableExtensionsComposite.ViewDetail.InsertionReviewFailureTip=\u30C1\u30A7\u30C3\u30AF\u3092\u3057\u3066\u304F\u3060\u3055\u3044\u3002
DownloadedExtensionsComposite.ExtensionName=\u62E1\u5F35\u5B50\u540D
DownloadedExtensionsComposite.ExtensionName=Extension\u540D
DownloadedExtensionsComposite.DownloadedVersion=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u30D0\u30FC\u30B8\u30E7\u30F3
DownloadedExtensionsComposite.DownloadDate=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u65E5\u4ED8
DownloadedExtensionsComposite.OperateStatus=\u30B9\u30C6\u30FC\u30BF\u30B9\u64CD\u4F5C
DownloadedExtensionsComposite.installOperateStatus=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
DownloadedExtensionsComposite.installedOperateStatus=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u6E08\u307F
DownloadedExtensionsComposite.updateOperateStatus=\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8
MyExtensionsComposite.ExtensionName=\u62E1\u5F35\u5B50\u540D
MyExtensionsComposite.ExtensionName=Extension\u540D
MyExtensionsComposite.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
MyExtensionsComposite.UploadDate=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u65E5\u4ED8
MyExtensionsComposite.AddNewExtensionTitle=\u65B0\u898FExtension\u8FFD\u52A0
@@ -76,7 +76,7 @@ DownloadComponenentsAction_failureTitle=\u5931\u6557
DownloadComponenentsAction_failureMessage=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8{0}\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u59A5\u5F53\u304B\u3054\u78BA\u8A8D\u304F\u3060\u3055\u3044\u3002
DownloadComponenentsAction.installExchange=Exchange\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
DownloadComponenentsAction.DownloadTaskTitle=Exchange\u304B\u3089\u30D5\u30A1\u30A4\u30EB\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9
DownloadComponenentsAction.DownloadTaskName=\u30D5\u30A1\u30A4\u30EB\u306E\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u4E2D URL:
DownloadComponenentsAction.DownloadTaskName=\u30D5\u30A1\u30A4\u30EB\u306E\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u4E2D URL \\:
DownloadComponenentsAction.ReloadPalette=\u30D1\u30EC\u30C3\u30C8\u306E\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8...
DownloadComponenentsAction.DownloadFailure=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u5931\u6557\u3002
DownloadComponenentsAction.DownloadFailureTip=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u8A2D\u5B9A\u3092\u5909\u66F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002
@@ -89,9 +89,9 @@ ExchangeWebService.updateRevisionSuccessful=\u30EA\u30D3\u30B8\u30E7\u30F3\u30A2
ExchangeWebService.insertionRevisionSuccessful=\u30EA\u30D3\u30B8\u30E7\u30F3\u633F\u5165\u6210\u529F\u3002
ImportExchangeDialog.dialogTitle=Talend Exchange \u304B\u3089\u9805\u76EE\u306E\u9078\u629E
ImportExchangeDialog.WARNING=\u8B66\u544A
ImportExchangeDialog.NOTSELECTWARNING=\u30C6\u30FC\u30D6\u30EB\u304B\u3089\u9805\u76EE\u3092\uFF11\u3064\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044...
ImportExchangeDialog.downloadProgressBar=\u9805\u76EE\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u4E2D\u3067\u3059\u3002\u3057\u3070\u3089\u304F\u304A\u5F85\u3061\u304F\u3060\u3055\u3044!
ImportExchangeDialog.EXTENSION_NAME=\u62E1\u5F35\u5B50\u540D
ImportExchangeDialog.NOTSELECTWARNING=\u30C6\u30FC\u30D6\u30EB\u304B\u3089\u30A2\u30A4\u30C6\u30E0\u3092\uFF11\u3064\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044...
ImportExchangeDialog.downloadProgressBar=\u30A2\u30A4\u30C6\u30E0\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u4E2D\u3067\u3059\u3002\u66AB\u304F\u304A\u5F85\u3061\u304F\u3060\u3055\u3044!
ImportExchangeDialog.EXTENSION_NAME=Extension\u540D
ImportExchangeDialog.AUTHOR_NAME=\u4F5C\u6210\u8005\u540D
ImportExchangeDialog.LATEST_REVISION=\u6700\u65B0\u30EA\u30D3\u30B8\u30E7\u30F3
ImportExchangeDialog.EXTENSION_DESCRIPTION=\u62E1\u5F35\u306E\u8AAC\u660E

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>adal4j</artifactId>
<version>1.6.6-20220707</version>
<version>1.6.4-20211021</version>
<packaging>jar</packaging>
<name>adal4j</name>
<description>
@@ -99,17 +99,17 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.22</version>
<version>8.11</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.8.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.34</version>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>

View File

@@ -25,7 +25,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>20090211</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -47,7 +47,7 @@
<dependency>
<groupId>ch.qos.reload4j</groupId>
<artifactId>reload4j</artifactId>
<version>1.2.22</version>
<version>1.2.19</version>
</dependency>
<!-- Spring 3 dependencies -->
<dependency>

View File

@@ -0,0 +1,202 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.talend.components.lib</groupId>
<artifactId>azure-utils</artifactId>
<version>1.0.3</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://github.com/Talend/tdi-studio-se/blob/master/main/plugins/org.talend.designer.components.libs/libs_src/azure-utils/LICENSE</url>
<distribution>may be downloaded from the Maven repository</distribution>
</license>
</licenses>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<talend.nexus.url>https://artifacts-oss.talend.com</talend.nexus.url>
</properties>
<distributionManagement>
<snapshotRepository>
<id>talend_nexus_deployment</id>
<url>${talend.nexus.url}/nexus/content/repositories/TalendOpenSourceSnapshot/</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>false</enabled></releases>
</snapshotRepository>
<repository>
<id>talend_nexus_deployment</id>
<url>${talend.nexus.url}/nexus/content/repositories/TalendOpenSourceRelease/</url>
<snapshots><enabled>false</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.4.7</version>
</dependency>
</dependencies>
</project>

View File

@@ -0,0 +1,39 @@
package org.talend.components.azure.runtime.token;
import java.util.Collections;
import java.util.Set;
import com.microsoft.aad.msal4j.ClientCredentialFactory;
import com.microsoft.aad.msal4j.ClientCredentialParameters;
import com.microsoft.aad.msal4j.ConfidentialClientApplication;
import com.microsoft.aad.msal4j.IAuthenticationResult;
import com.microsoft.aad.msal4j.IClientCredential;
public class AzureActiveDirectoryTokenGetter {
private final String authority;
private final String clientId;
private final String clientSecret;
private static final String RESOURCE = "https://storage.azure.com/";
public AzureActiveDirectoryTokenGetter(String tenantId, String clientId, String clientSecret) {
this.authority = "https://login.microsoftonline.com/" + tenantId;
this.clientId = clientId;
this.clientSecret = clientSecret;
}
/**
* Returns an active directory token will be used for connection
*/
public String retrieveAccessToken() throws Exception {
IClientCredential credential = ClientCredentialFactory.createFromSecret(clientSecret);
ConfidentialClientApplication confidentialClientApplication = ConfidentialClientApplication.builder(clientId, credential)
.authority(authority).build();
Set<String> scopes = Collections.singleton(RESOURCE + "/.default"); //for azure storage scope should ends with ".default"
ClientCredentialParameters parameters = ClientCredentialParameters.builder(scopes).build();
IAuthenticationResult result = confidentialClientApplication.acquireToken(parameters).get();
return result.accessToken();
}
}

View File

@@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<talend.nexus.url>https://artifacts-oss.talend.com</talend.nexus.url>
<slf4.version>1.7.34</slf4.version>
<slf4.version>1.7.25</slf4.version>
<lombok.version>1.18.12</lombok.version>
</properties>
@@ -40,7 +40,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.9.0</version>
<version>3.6</version>
</dependency>
</dependencies>

View File

@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Created-By: 1.5.0_17 (Sun Microsystems Inc.)

View File

@@ -1,162 +1,162 @@
/**
* CrmServiceCallbackHandler.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.5 Built on : Apr 30, 2009 (06:07:24 EDT)
*/
package com.microsoft.crm4.webserviceTest;
/**
* CrmServiceCallbackHandler Callback class, Users can extend this class and implement
* their own receiveResult and receiveError methods.
*/
public abstract class CrmServiceCallbackHandler{
protected Object clientData;
/**
* User can pass in any object that needs to be accessed once the NonBlocking
* Web service call is finished and appropriate method of this CallBack is called.
* @param clientData Object mechanism by which the user can pass in user data
* that will be avilable at the time this callback is called.
*/
public CrmServiceCallbackHandler(Object clientData){
this.clientData = clientData;
}
/**
* Please use this constructor if you don't want to set any clientData
*/
public CrmServiceCallbackHandler(){
this.clientData = null;
}
/**
* Get the client data
*/
public Object getClientData() {
return clientData;
}
/**
* auto generated Axis2 call back method for fetch method
* override this method for handling normal response from fetch operation
*/
public void receiveResultfetch(
com.microsoft.schemas.crm._2007.webservices.FetchResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from fetch operation
*/
public void receiveErrorfetch(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for create method
* override this method for handling normal response from create operation
*/
public void receiveResultcreate(
com.microsoft.schemas.crm._2007.webservices.CreateResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from create operation
*/
public void receiveErrorcreate(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for delete method
* override this method for handling normal response from delete operation
*/
public void receiveResultdelete(
com.microsoft.schemas.crm._2007.webservices.DeleteResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from delete operation
*/
public void receiveErrordelete(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for update method
* override this method for handling normal response from update operation
*/
public void receiveResultupdate(
com.microsoft.schemas.crm._2007.webservices.UpdateResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from update operation
*/
public void receiveErrorupdate(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for retrieveMultiple method
* override this method for handling normal response from retrieveMultiple operation
*/
public void receiveResultretrieveMultiple(
com.microsoft.schemas.crm._2007.webservices.RetrieveMultipleResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from retrieveMultiple operation
*/
public void receiveErrorretrieveMultiple(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for retrieve method
* override this method for handling normal response from retrieve operation
*/
public void receiveResultretrieve(
com.microsoft.schemas.crm._2007.webservices.RetrieveResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from retrieve operation
*/
public void receiveErrorretrieve(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for execute method
* override this method for handling normal response from execute operation
*/
public void receiveResultexecute(
com.microsoft.schemas.crm._2007.webservices.ExecuteResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from execute operation
*/
public void receiveErrorexecute(java.lang.Exception e) {
}
}
/**
* CrmServiceCallbackHandler.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.5 Built on : Apr 30, 2009 (06:07:24 EDT)
*/
package com.microsoft.crm4.webserviceTest;
/**
* CrmServiceCallbackHandler Callback class, Users can extend this class and implement
* their own receiveResult and receiveError methods.
*/
public abstract class CrmServiceCallbackHandler{
protected Object clientData;
/**
* User can pass in any object that needs to be accessed once the NonBlocking
* Web service call is finished and appropriate method of this CallBack is called.
* @param clientData Object mechanism by which the user can pass in user data
* that will be avilable at the time this callback is called.
*/
public CrmServiceCallbackHandler(Object clientData){
this.clientData = clientData;
}
/**
* Please use this constructor if you don't want to set any clientData
*/
public CrmServiceCallbackHandler(){
this.clientData = null;
}
/**
* Get the client data
*/
public Object getClientData() {
return clientData;
}
/**
* auto generated Axis2 call back method for fetch method
* override this method for handling normal response from fetch operation
*/
public void receiveResultfetch(
com.microsoft.schemas.crm._2007.webservices.FetchResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from fetch operation
*/
public void receiveErrorfetch(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for create method
* override this method for handling normal response from create operation
*/
public void receiveResultcreate(
com.microsoft.schemas.crm._2007.webservices.CreateResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from create operation
*/
public void receiveErrorcreate(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for delete method
* override this method for handling normal response from delete operation
*/
public void receiveResultdelete(
com.microsoft.schemas.crm._2007.webservices.DeleteResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from delete operation
*/
public void receiveErrordelete(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for update method
* override this method for handling normal response from update operation
*/
public void receiveResultupdate(
com.microsoft.schemas.crm._2007.webservices.UpdateResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from update operation
*/
public void receiveErrorupdate(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for retrieveMultiple method
* override this method for handling normal response from retrieveMultiple operation
*/
public void receiveResultretrieveMultiple(
com.microsoft.schemas.crm._2007.webservices.RetrieveMultipleResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from retrieveMultiple operation
*/
public void receiveErrorretrieveMultiple(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for retrieve method
* override this method for handling normal response from retrieve operation
*/
public void receiveResultretrieve(
com.microsoft.schemas.crm._2007.webservices.RetrieveResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from retrieve operation
*/
public void receiveErrorretrieve(java.lang.Exception e) {
}
/**
* auto generated Axis2 call back method for execute method
* override this method for handling normal response from execute operation
*/
public void receiveResultexecute(
com.microsoft.schemas.crm._2007.webservices.ExecuteResponseDocument result
) {
}
/**
* auto generated Axis2 Error handler
* override this method for handling error response from execute operation
*/
public void receiveErrorexecute(java.lang.Exception e) {
}
}

View File

@@ -0,0 +1,218 @@
/*
* XML Type: AccessRights
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.AccessRights
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML AccessRights(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a list type whose items are com.microsoft.schemas.crm._2006.coretypes.AccessRights$Item.
*/
public interface AccessRights extends org.apache.xmlbeans.XmlAnySimpleType
{
java.util.List getListValue();
java.util.List xgetListValue();
void setListValue(java.util.List list);
/** @deprecated */
java.util.List listValue();
/** @deprecated */
java.util.List xlistValue();
/** @deprecated */
void set(java.util.List list);
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AccessRights.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("accessrights75c0type");
/**
* An anonymous inner XML type.
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.AccessRights$Item.
*/
public interface Item extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Item.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("anona9a8type");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum READ_ACCESS = Enum.forString("ReadAccess");
static final Enum WRITE_ACCESS = Enum.forString("WriteAccess");
static final Enum APPEND_ACCESS = Enum.forString("AppendAccess");
static final Enum APPEND_TO_ACCESS = Enum.forString("AppendToAccess");
static final Enum CREATE_ACCESS = Enum.forString("CreateAccess");
static final Enum DELETE_ACCESS = Enum.forString("DeleteAccess");
static final Enum SHARE_ACCESS = Enum.forString("ShareAccess");
static final Enum ASSIGN_ACCESS = Enum.forString("AssignAccess");
static final int INT_READ_ACCESS = Enum.INT_READ_ACCESS;
static final int INT_WRITE_ACCESS = Enum.INT_WRITE_ACCESS;
static final int INT_APPEND_ACCESS = Enum.INT_APPEND_ACCESS;
static final int INT_APPEND_TO_ACCESS = Enum.INT_APPEND_TO_ACCESS;
static final int INT_CREATE_ACCESS = Enum.INT_CREATE_ACCESS;
static final int INT_DELETE_ACCESS = Enum.INT_DELETE_ACCESS;
static final int INT_SHARE_ACCESS = Enum.INT_SHARE_ACCESS;
static final int INT_ASSIGN_ACCESS = Enum.INT_ASSIGN_ACCESS;
/**
* Enumeration value class for com.microsoft.schemas.crm._2006.coretypes.AccessRights$Item.
* These enum values can be used as follows:
* <pre>
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_READ_ACCESS
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
* </pre>
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_READ_ACCESS = 1;
static final int INT_WRITE_ACCESS = 2;
static final int INT_APPEND_ACCESS = 3;
static final int INT_APPEND_TO_ACCESS = 4;
static final int INT_CREATE_ACCESS = 5;
static final int INT_DELETE_ACCESS = 6;
static final int INT_SHARE_ACCESS = 7;
static final int INT_ASSIGN_ACCESS = 8;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("ReadAccess", INT_READ_ACCESS),
new Enum("WriteAccess", INT_WRITE_ACCESS),
new Enum("AppendAccess", INT_APPEND_ACCESS),
new Enum("AppendToAccess", INT_APPEND_TO_ACCESS),
new Enum("CreateAccess", INT_CREATE_ACCESS),
new Enum("DeleteAccess", INT_DELETE_ACCESS),
new Enum("ShareAccess", INT_SHARE_ACCESS),
new Enum("AssignAccess", INT_ASSIGN_ACCESS),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights.Item newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights.Item) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights.Item newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights.Item) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights.Item newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights.Item) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.AccessRights parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.AccessRights) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -1,146 +1,146 @@
/*
* XML Type: Moniker
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.Moniker
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML Moniker(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a complex type.
*/
public interface Moniker extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Moniker.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("moniker200etype");
/**
* Gets the "Id" element
*/
java.lang.String getId();
/**
* Gets (as xml) the "Id" element
*/
com.microsoft.wsdl.types.Guid xgetId();
/**
* Sets the "Id" element
*/
void setId(java.lang.String id);
/**
* Sets (as xml) the "Id" element
*/
void xsetId(com.microsoft.wsdl.types.Guid id);
/**
* Gets the "Name" element
*/
java.lang.String getName();
/**
* Gets (as xml) the "Name" element
*/
org.apache.xmlbeans.XmlString xgetName();
/**
* True if has "Name" element
*/
boolean isSetName();
/**
* Sets the "Name" element
*/
void setName(java.lang.String name);
/**
* Sets (as xml) the "Name" element
*/
void xsetName(org.apache.xmlbeans.XmlString name);
/**
* Unsets the "Name" element
*/
void unsetName();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.Moniker newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/*
* XML Type: Moniker
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.Moniker
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML Moniker(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a complex type.
*/
public interface Moniker extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Moniker.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("moniker200etype");
/**
* Gets the "Id" element
*/
java.lang.String getId();
/**
* Gets (as xml) the "Id" element
*/
com.microsoft.wsdl.types.Guid xgetId();
/**
* Sets the "Id" element
*/
void setId(java.lang.String id);
/**
* Sets (as xml) the "Id" element
*/
void xsetId(com.microsoft.wsdl.types.Guid id);
/**
* Gets the "Name" element
*/
java.lang.String getName();
/**
* Gets (as xml) the "Name" element
*/
org.apache.xmlbeans.XmlString xgetName();
/**
* True if has "Name" element
*/
boolean isSetName();
/**
* Sets the "Name" element
*/
void setName(java.lang.String name);
/**
* Sets (as xml) the "Name" element
*/
void xsetName(org.apache.xmlbeans.XmlString name);
/**
* Unsets the "Name" element
*/
void unsetName();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.Moniker newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.Moniker parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.Moniker) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,141 @@
/*
* XML Type: PrincipalAccess
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML PrincipalAccess(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a complex type.
*/
public interface PrincipalAccess extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PrincipalAccess.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("principalaccess4be5type");
/**
* Gets the "Principal" element
*/
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal getPrincipal();
/**
* True if has "Principal" element
*/
boolean isSetPrincipal();
/**
* Sets the "Principal" element
*/
void setPrincipal(com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal principal);
/**
* Appends and returns a new empty "Principal" element
*/
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal addNewPrincipal();
/**
* Unsets the "Principal" element
*/
void unsetPrincipal();
/**
* Gets the "AccessMask" element
*/
java.util.List getAccessMask();
/**
* Gets (as xml) the "AccessMask" element
*/
com.microsoft.schemas.crm._2006.coretypes.AccessRights xgetAccessMask();
/**
* Sets the "AccessMask" element
*/
void setAccessMask(java.util.List accessMask);
/**
* Sets (as xml) the "AccessMask" element
*/
void xsetAccessMask(com.microsoft.schemas.crm._2006.coretypes.AccessRights accessMask);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,163 @@
/*
* XML Type: PrivilegeDepth
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML PrivilegeDepth(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth.
*/
public interface PrivilegeDepth extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PrivilegeDepth.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("privilegedepthcfb7type");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum BASIC = Enum.forString("Basic");
static final Enum LOCAL = Enum.forString("Local");
static final Enum DEEP = Enum.forString("Deep");
static final Enum GLOBAL = Enum.forString("Global");
static final int INT_BASIC = Enum.INT_BASIC;
static final int INT_LOCAL = Enum.INT_LOCAL;
static final int INT_DEEP = Enum.INT_DEEP;
static final int INT_GLOBAL = Enum.INT_GLOBAL;
/**
* Enumeration value class for com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth.
* These enum values can be used as follows:
* <pre>
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_BASIC
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
* </pre>
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_BASIC = 1;
static final int INT_LOCAL = 2;
static final int INT_DEEP = 3;
static final int INT_GLOBAL = 4;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Basic", INT_BASIC),
new Enum("Local", INT_LOCAL),
new Enum("Deep", INT_DEEP),
new Enum("Global", INT_GLOBAL),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,159 @@
/*
* XML Type: PropagationOwnershipOptions
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML PropagationOwnershipOptions(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions.
*/
public interface PropagationOwnershipOptions extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PropagationOwnershipOptions.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("propagationownershipoptions464etype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum NONE = Enum.forString("None");
static final Enum CALLER = Enum.forString("Caller");
static final Enum LIST_MEMBER_OWNER = Enum.forString("ListMemberOwner");
static final int INT_NONE = Enum.INT_NONE;
static final int INT_CALLER = Enum.INT_CALLER;
static final int INT_LIST_MEMBER_OWNER = Enum.INT_LIST_MEMBER_OWNER;
/**
* Enumeration value class for com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions.
* These enum values can be used as follows:
* <pre>
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_NONE
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
* </pre>
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_NONE = 1;
static final int INT_CALLER = 2;
static final int INT_LIST_MEMBER_OWNER = 3;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("None", INT_NONE),
new Enum("Caller", INT_CALLER),
new Enum("ListMemberOwner", INT_LIST_MEMBER_OWNER),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,136 @@
/*
* XML Type: RolePrivilege
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.RolePrivilege
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML RolePrivilege(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a complex type.
*/
public interface RolePrivilege extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RolePrivilege.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("roleprivilege234etype");
/**
* Gets the "Depth" element
*/
com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth.Enum getDepth();
/**
* Gets (as xml) the "Depth" element
*/
com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth xgetDepth();
/**
* Sets the "Depth" element
*/
void setDepth(com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth.Enum depth);
/**
* Sets (as xml) the "Depth" element
*/
void xsetDepth(com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth depth);
/**
* Gets the "PrivilegeId" element
*/
java.lang.String getPrivilegeId();
/**
* Gets (as xml) the "PrivilegeId" element
*/
com.microsoft.wsdl.types.Guid xgetPrivilegeId();
/**
* Sets the "PrivilegeId" element
*/
void setPrivilegeId(java.lang.String privilegeId);
/**
* Sets (as xml) the "PrivilegeId" element
*/
void xsetPrivilegeId(com.microsoft.wsdl.types.Guid privilegeId);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.RolePrivilege parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.RolePrivilege) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,159 @@
/*
* XML Type: RollupType
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.RollupType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML RollupType(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.RollupType.
*/
public interface RollupType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RollupType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("rolluptype2cd7type");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum NONE = Enum.forString("None");
static final Enum RELATED = Enum.forString("Related");
static final Enum EXTENDED = Enum.forString("Extended");
static final int INT_NONE = Enum.INT_NONE;
static final int INT_RELATED = Enum.INT_RELATED;
static final int INT_EXTENDED = Enum.INT_EXTENDED;
/**
* Enumeration value class for com.microsoft.schemas.crm._2006.coretypes.RollupType.
* These enum values can be used as follows:
* <pre>
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_NONE
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
* </pre>
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_NONE = 1;
static final int INT_RELATED = 2;
static final int INT_EXTENDED = 3;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("None", INT_NONE),
new Enum("Related", INT_RELATED),
new Enum("Extended", INT_EXTENDED),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.RollupType newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.RollupType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.RollupType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -1,159 +1,159 @@
/*
* XML Type: RouteType
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.RouteType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML RouteType(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.RouteType.
*/
public interface RouteType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RouteType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("routetypec516type");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum AUTO = Enum.forString("Auto");
static final Enum USER = Enum.forString("User");
static final Enum QUEUE = Enum.forString("Queue");
static final int INT_AUTO = Enum.INT_AUTO;
static final int INT_USER = Enum.INT_USER;
static final int INT_QUEUE = Enum.INT_QUEUE;
/**
* Enumeration value class for com.microsoft.schemas.crm._2006.coretypes.RouteType.
* These enum values can be used as follows:
* <pre>
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_AUTO
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
* </pre>
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_AUTO = 1;
static final int INT_USER = 2;
static final int INT_QUEUE = 3;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Auto", INT_AUTO),
new Enum("User", INT_USER),
new Enum("Queue", INT_QUEUE),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.RouteType newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/*
* XML Type: RouteType
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.RouteType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML RouteType(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.RouteType.
*/
public interface RouteType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RouteType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("routetypec516type");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum AUTO = Enum.forString("Auto");
static final Enum USER = Enum.forString("User");
static final Enum QUEUE = Enum.forString("Queue");
static final int INT_AUTO = Enum.INT_AUTO;
static final int INT_USER = Enum.INT_USER;
static final int INT_QUEUE = Enum.INT_QUEUE;
/**
* Enumeration value class for com.microsoft.schemas.crm._2006.coretypes.RouteType.
* These enum values can be used as follows:
* <pre>
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_AUTO
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
* </pre>
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_AUTO = 1;
static final int INT_USER = 2;
static final int INT_QUEUE = 3;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Auto", INT_AUTO),
new Enum("User", INT_USER),
new Enum("Queue", INT_QUEUE),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.RouteType newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.RouteType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.RouteType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -1,136 +1,136 @@
/*
* XML Type: SecurityPrincipal
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML SecurityPrincipal(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a complex type.
*/
public interface SecurityPrincipal extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SecurityPrincipal.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("securityprincipalf3c1type");
/**
* Gets the "PrincipalId" element
*/
java.lang.String getPrincipalId();
/**
* Gets (as xml) the "PrincipalId" element
*/
com.microsoft.wsdl.types.Guid xgetPrincipalId();
/**
* Sets the "PrincipalId" element
*/
void setPrincipalId(java.lang.String principalId);
/**
* Sets (as xml) the "PrincipalId" element
*/
void xsetPrincipalId(com.microsoft.wsdl.types.Guid principalId);
/**
* Gets the "Type" element
*/
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.Enum getType();
/**
* Gets (as xml) the "Type" element
*/
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType xgetType();
/**
* Sets the "Type" element
*/
void setType(com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.Enum type);
/**
* Sets (as xml) the "Type" element
*/
void xsetType(com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType type);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/*
* XML Type: SecurityPrincipal
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML SecurityPrincipal(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a complex type.
*/
public interface SecurityPrincipal extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SecurityPrincipal.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("securityprincipalf3c1type");
/**
* Gets the "PrincipalId" element
*/
java.lang.String getPrincipalId();
/**
* Gets (as xml) the "PrincipalId" element
*/
com.microsoft.wsdl.types.Guid xgetPrincipalId();
/**
* Sets the "PrincipalId" element
*/
void setPrincipalId(java.lang.String principalId);
/**
* Sets (as xml) the "PrincipalId" element
*/
void xsetPrincipalId(com.microsoft.wsdl.types.Guid principalId);
/**
* Gets the "Type" element
*/
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.Enum getType();
/**
* Gets (as xml) the "Type" element
*/
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType xgetType();
/**
* Sets the "Type" element
*/
void setType(com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.Enum type);
/**
* Sets (as xml) the "Type" element
*/
void xsetType(com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType type);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -1,155 +1,155 @@
/*
* XML Type: SecurityPrincipalType
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML SecurityPrincipalType(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.
*/
public interface SecurityPrincipalType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SecurityPrincipalType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("securityprincipaltypee09btype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum USER = Enum.forString("User");
static final Enum TEAM = Enum.forString("Team");
static final int INT_USER = Enum.INT_USER;
static final int INT_TEAM = Enum.INT_TEAM;
/**
* Enumeration value class for com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.
* These enum values can be used as follows:
* <pre>
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_USER
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
* </pre>
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_USER = 1;
static final int INT_TEAM = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("User", INT_USER),
new Enum("Team", INT_TEAM),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/*
* XML Type: SecurityPrincipalType
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes;
/**
* An XML SecurityPrincipalType(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.
*/
public interface SecurityPrincipalType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SecurityPrincipalType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("securityprincipaltypee09btype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum USER = Enum.forString("User");
static final Enum TEAM = Enum.forString("Team");
static final int INT_USER = Enum.INT_USER;
static final int INT_TEAM = Enum.INT_TEAM;
/**
* Enumeration value class for com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.
* These enum values can be used as follows:
* <pre>
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_USER
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
* </pre>
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_USER = 1;
static final int INT_TEAM = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("User", INT_USER),
new Enum("Team", INT_TEAM),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType newInstance() {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,44 @@
/*
* XML Type: AccessRights
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.AccessRights
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML AccessRights(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a list type whose items are com.microsoft.schemas.crm._2006.coretypes.AccessRights$Item.
*/
public class AccessRightsImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements com.microsoft.schemas.crm._2006.coretypes.AccessRights
{
public AccessRightsImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected AccessRightsImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
/**
* An anonymous inner XML type.
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.AccessRights$Item.
*/
public static class ItemImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.crm._2006.coretypes.AccessRights.Item
{
public ItemImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected ItemImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
}

View File

@@ -1,187 +1,187 @@
/*
* XML Type: Moniker
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.Moniker
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML Moniker(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a complex type.
*/
public class MonikerImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.coretypes.Moniker
{
public MonikerImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName ID$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/CoreTypes", "Id");
private static final javax.xml.namespace.QName NAME$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/CoreTypes", "Name");
/**
* Gets the "Id" element
*/
public java.lang.String getId()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ID$0, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "Id" element
*/
public com.microsoft.wsdl.types.Guid xgetId()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.wsdl.types.Guid target = null;
target = (com.microsoft.wsdl.types.Guid)get_store().find_element_user(ID$0, 0);
return target;
}
}
/**
* Sets the "Id" element
*/
public void setId(java.lang.String id)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ID$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ID$0);
}
target.setStringValue(id);
}
}
/**
* Sets (as xml) the "Id" element
*/
public void xsetId(com.microsoft.wsdl.types.Guid id)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.wsdl.types.Guid target = null;
target = (com.microsoft.wsdl.types.Guid)get_store().find_element_user(ID$0, 0);
if (target == null)
{
target = (com.microsoft.wsdl.types.Guid)get_store().add_element_user(ID$0);
}
target.set(id);
}
}
/**
* Gets the "Name" element
*/
public java.lang.String getName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NAME$2, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "Name" element
*/
public org.apache.xmlbeans.XmlString xgetName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(NAME$2, 0);
return target;
}
}
/**
* True if has "Name" element
*/
public boolean isSetName()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(NAME$2) != 0;
}
}
/**
* Sets the "Name" element
*/
public void setName(java.lang.String name)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NAME$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NAME$2);
}
target.setStringValue(name);
}
}
/**
* Sets (as xml) the "Name" element
*/
public void xsetName(org.apache.xmlbeans.XmlString name)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(NAME$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(NAME$2);
}
target.set(name);
}
}
/**
* Unsets the "Name" element
*/
public void unsetName()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(NAME$2, 0);
}
}
}
/*
* XML Type: Moniker
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.Moniker
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML Moniker(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a complex type.
*/
public class MonikerImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.coretypes.Moniker
{
public MonikerImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName ID$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/CoreTypes", "Id");
private static final javax.xml.namespace.QName NAME$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/CoreTypes", "Name");
/**
* Gets the "Id" element
*/
public java.lang.String getId()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ID$0, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "Id" element
*/
public com.microsoft.wsdl.types.Guid xgetId()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.wsdl.types.Guid target = null;
target = (com.microsoft.wsdl.types.Guid)get_store().find_element_user(ID$0, 0);
return target;
}
}
/**
* Sets the "Id" element
*/
public void setId(java.lang.String id)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ID$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ID$0);
}
target.setStringValue(id);
}
}
/**
* Sets (as xml) the "Id" element
*/
public void xsetId(com.microsoft.wsdl.types.Guid id)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.wsdl.types.Guid target = null;
target = (com.microsoft.wsdl.types.Guid)get_store().find_element_user(ID$0, 0);
if (target == null)
{
target = (com.microsoft.wsdl.types.Guid)get_store().add_element_user(ID$0);
}
target.set(id);
}
}
/**
* Gets the "Name" element
*/
public java.lang.String getName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NAME$2, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "Name" element
*/
public org.apache.xmlbeans.XmlString xgetName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(NAME$2, 0);
return target;
}
}
/**
* True if has "Name" element
*/
public boolean isSetName()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(NAME$2) != 0;
}
}
/**
* Sets the "Name" element
*/
public void setName(java.lang.String name)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NAME$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NAME$2);
}
target.setStringValue(name);
}
}
/**
* Sets (as xml) the "Name" element
*/
public void xsetName(org.apache.xmlbeans.XmlString name)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(NAME$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(NAME$2);
}
target.set(name);
}
}
/**
* Unsets the "Name" element
*/
public void unsetName()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(NAME$2, 0);
}
}
}

View File

@@ -0,0 +1,169 @@
/*
* XML Type: PrincipalAccess
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML PrincipalAccess(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a complex type.
*/
public class PrincipalAccessImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.coretypes.PrincipalAccess
{
public PrincipalAccessImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName PRINCIPAL$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/CoreTypes", "Principal");
private static final javax.xml.namespace.QName ACCESSMASK$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/CoreTypes", "AccessMask");
/**
* Gets the "Principal" element
*/
public com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal getPrincipal()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal target = null;
target = (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal)get_store().find_element_user(PRINCIPAL$0, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "Principal" element
*/
public boolean isSetPrincipal()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(PRINCIPAL$0) != 0;
}
}
/**
* Sets the "Principal" element
*/
public void setPrincipal(com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal principal)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal target = null;
target = (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal)get_store().find_element_user(PRINCIPAL$0, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal)get_store().add_element_user(PRINCIPAL$0);
}
target.set(principal);
}
}
/**
* Appends and returns a new empty "Principal" element
*/
public com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal addNewPrincipal()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal target = null;
target = (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal)get_store().add_element_user(PRINCIPAL$0);
return target;
}
}
/**
* Unsets the "Principal" element
*/
public void unsetPrincipal()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(PRINCIPAL$0, 0);
}
}
/**
* Gets the "AccessMask" element
*/
public java.util.List getAccessMask()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ACCESSMASK$2, 0);
if (target == null)
{
return null;
}
return target.getListValue();
}
}
/**
* Gets (as xml) the "AccessMask" element
*/
public com.microsoft.schemas.crm._2006.coretypes.AccessRights xgetAccessMask()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.coretypes.AccessRights target = null;
target = (com.microsoft.schemas.crm._2006.coretypes.AccessRights)get_store().find_element_user(ACCESSMASK$2, 0);
return target;
}
}
/**
* Sets the "AccessMask" element
*/
public void setAccessMask(java.util.List accessMask)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ACCESSMASK$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ACCESSMASK$2);
}
target.setListValue(accessMask);
}
}
/**
* Sets (as xml) the "AccessMask" element
*/
public void xsetAccessMask(com.microsoft.schemas.crm._2006.coretypes.AccessRights accessMask)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.coretypes.AccessRights target = null;
target = (com.microsoft.schemas.crm._2006.coretypes.AccessRights)get_store().find_element_user(ACCESSMASK$2, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.coretypes.AccessRights)get_store().add_element_user(ACCESSMASK$2);
}
target.set(accessMask);
}
}
}

View File

@@ -0,0 +1,26 @@
/*
* XML Type: PrivilegeDepth
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML PrivilegeDepth(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth.
*/
public class PrivilegeDepthImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth
{
public PrivilegeDepthImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected PrivilegeDepthImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}

View File

@@ -0,0 +1,26 @@
/*
* XML Type: PropagationOwnershipOptions
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML PropagationOwnershipOptions(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions.
*/
public class PropagationOwnershipOptionsImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.crm._2006.coretypes.PropagationOwnershipOptions
{
public PropagationOwnershipOptionsImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected PropagationOwnershipOptionsImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}

View File

@@ -0,0 +1,163 @@
/*
* XML Type: RolePrivilege
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.RolePrivilege
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML RolePrivilege(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a complex type.
*/
public class RolePrivilegeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.coretypes.RolePrivilege
{
public RolePrivilegeImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName DEPTH$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/CoreTypes", "Depth");
private static final javax.xml.namespace.QName PRIVILEGEID$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/CoreTypes", "PrivilegeId");
/**
* Gets the "Depth" element
*/
public com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth.Enum getDepth()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DEPTH$0, 0);
if (target == null)
{
return null;
}
return (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth.Enum)target.getEnumValue();
}
}
/**
* Gets (as xml) the "Depth" element
*/
public com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth xgetDepth()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth target = null;
target = (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth)get_store().find_element_user(DEPTH$0, 0);
return target;
}
}
/**
* Sets the "Depth" element
*/
public void setDepth(com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth.Enum depth)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DEPTH$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DEPTH$0);
}
target.setEnumValue(depth);
}
}
/**
* Sets (as xml) the "Depth" element
*/
public void xsetDepth(com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth depth)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth target = null;
target = (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth)get_store().find_element_user(DEPTH$0, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.coretypes.PrivilegeDepth)get_store().add_element_user(DEPTH$0);
}
target.set(depth);
}
}
/**
* Gets the "PrivilegeId" element
*/
public java.lang.String getPrivilegeId()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRIVILEGEID$2, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "PrivilegeId" element
*/
public com.microsoft.wsdl.types.Guid xgetPrivilegeId()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.wsdl.types.Guid target = null;
target = (com.microsoft.wsdl.types.Guid)get_store().find_element_user(PRIVILEGEID$2, 0);
return target;
}
}
/**
* Sets the "PrivilegeId" element
*/
public void setPrivilegeId(java.lang.String privilegeId)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRIVILEGEID$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PRIVILEGEID$2);
}
target.setStringValue(privilegeId);
}
}
/**
* Sets (as xml) the "PrivilegeId" element
*/
public void xsetPrivilegeId(com.microsoft.wsdl.types.Guid privilegeId)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.wsdl.types.Guid target = null;
target = (com.microsoft.wsdl.types.Guid)get_store().find_element_user(PRIVILEGEID$2, 0);
if (target == null)
{
target = (com.microsoft.wsdl.types.Guid)get_store().add_element_user(PRIVILEGEID$2);
}
target.set(privilegeId);
}
}
}

View File

@@ -0,0 +1,26 @@
/*
* XML Type: RollupType
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.RollupType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML RollupType(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.RollupType.
*/
public class RollupTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.crm._2006.coretypes.RollupType
{
public RollupTypeImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected RollupTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}

View File

@@ -1,26 +1,26 @@
/*
* XML Type: RouteType
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.RouteType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML RouteType(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.RouteType.
*/
public class RouteTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.crm._2006.coretypes.RouteType
{
public RouteTypeImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected RouteTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
/*
* XML Type: RouteType
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.RouteType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML RouteType(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.RouteType.
*/
public class RouteTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.crm._2006.coretypes.RouteType
{
public RouteTypeImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected RouteTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}

View File

@@ -1,163 +1,163 @@
/*
* XML Type: SecurityPrincipal
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML SecurityPrincipal(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a complex type.
*/
public class SecurityPrincipalImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal
{
public SecurityPrincipalImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName PRINCIPALID$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/CoreTypes", "PrincipalId");
private static final javax.xml.namespace.QName TYPE$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/CoreTypes", "Type");
/**
* Gets the "PrincipalId" element
*/
public java.lang.String getPrincipalId()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRINCIPALID$0, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "PrincipalId" element
*/
public com.microsoft.wsdl.types.Guid xgetPrincipalId()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.wsdl.types.Guid target = null;
target = (com.microsoft.wsdl.types.Guid)get_store().find_element_user(PRINCIPALID$0, 0);
return target;
}
}
/**
* Sets the "PrincipalId" element
*/
public void setPrincipalId(java.lang.String principalId)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRINCIPALID$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PRINCIPALID$0);
}
target.setStringValue(principalId);
}
}
/**
* Sets (as xml) the "PrincipalId" element
*/
public void xsetPrincipalId(com.microsoft.wsdl.types.Guid principalId)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.wsdl.types.Guid target = null;
target = (com.microsoft.wsdl.types.Guid)get_store().find_element_user(PRINCIPALID$0, 0);
if (target == null)
{
target = (com.microsoft.wsdl.types.Guid)get_store().add_element_user(PRINCIPALID$0);
}
target.set(principalId);
}
}
/**
* Gets the "Type" element
*/
public com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.Enum getType()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TYPE$2, 0);
if (target == null)
{
return null;
}
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.Enum)target.getEnumValue();
}
}
/**
* Gets (as xml) the "Type" element
*/
public com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType xgetType()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType target = null;
target = (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType)get_store().find_element_user(TYPE$2, 0);
return target;
}
}
/**
* Sets the "Type" element
*/
public void setType(com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.Enum type)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TYPE$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TYPE$2);
}
target.setEnumValue(type);
}
}
/**
* Sets (as xml) the "Type" element
*/
public void xsetType(com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType type)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType target = null;
target = (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType)get_store().find_element_user(TYPE$2, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType)get_store().add_element_user(TYPE$2);
}
target.set(type);
}
}
}
/*
* XML Type: SecurityPrincipal
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML SecurityPrincipal(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is a complex type.
*/
public class SecurityPrincipalImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipal
{
public SecurityPrincipalImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName PRINCIPALID$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/CoreTypes", "PrincipalId");
private static final javax.xml.namespace.QName TYPE$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/CoreTypes", "Type");
/**
* Gets the "PrincipalId" element
*/
public java.lang.String getPrincipalId()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRINCIPALID$0, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "PrincipalId" element
*/
public com.microsoft.wsdl.types.Guid xgetPrincipalId()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.wsdl.types.Guid target = null;
target = (com.microsoft.wsdl.types.Guid)get_store().find_element_user(PRINCIPALID$0, 0);
return target;
}
}
/**
* Sets the "PrincipalId" element
*/
public void setPrincipalId(java.lang.String principalId)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRINCIPALID$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PRINCIPALID$0);
}
target.setStringValue(principalId);
}
}
/**
* Sets (as xml) the "PrincipalId" element
*/
public void xsetPrincipalId(com.microsoft.wsdl.types.Guid principalId)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.wsdl.types.Guid target = null;
target = (com.microsoft.wsdl.types.Guid)get_store().find_element_user(PRINCIPALID$0, 0);
if (target == null)
{
target = (com.microsoft.wsdl.types.Guid)get_store().add_element_user(PRINCIPALID$0);
}
target.set(principalId);
}
}
/**
* Gets the "Type" element
*/
public com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.Enum getType()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TYPE$2, 0);
if (target == null)
{
return null;
}
return (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.Enum)target.getEnumValue();
}
}
/**
* Gets (as xml) the "Type" element
*/
public com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType xgetType()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType target = null;
target = (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType)get_store().find_element_user(TYPE$2, 0);
return target;
}
}
/**
* Sets the "Type" element
*/
public void setType(com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.Enum type)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TYPE$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TYPE$2);
}
target.setEnumValue(type);
}
}
/**
* Sets (as xml) the "Type" element
*/
public void xsetType(com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType type)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType target = null;
target = (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType)get_store().find_element_user(TYPE$2, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType)get_store().add_element_user(TYPE$2);
}
target.set(type);
}
}
}

View File

@@ -1,26 +1,26 @@
/*
* XML Type: SecurityPrincipalType
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML SecurityPrincipalType(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.
*/
public class SecurityPrincipalTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType
{
public SecurityPrincipalTypeImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected SecurityPrincipalTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
/*
* XML Type: SecurityPrincipalType
* Namespace: http://schemas.microsoft.com/crm/2006/CoreTypes
* Java type: com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.coretypes.impl;
/**
* An XML SecurityPrincipalType(@http://schemas.microsoft.com/crm/2006/CoreTypes).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType.
*/
public class SecurityPrincipalTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.crm._2006.coretypes.SecurityPrincipalType
{
public SecurityPrincipalTypeImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected SecurityPrincipalTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}

View File

@@ -1,96 +1,96 @@
/*
* XML Type: AllColumns
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.AllColumns
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML AllColumns(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface AllColumns extends com.microsoft.schemas.crm._2006.query.ColumnSetBase
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AllColumns.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("allcolumns94cftype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.AllColumns newInstance() {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/*
* XML Type: AllColumns
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.AllColumns
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML AllColumns(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface AllColumns extends com.microsoft.schemas.crm._2006.query.ColumnSetBase
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AllColumns.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("allcolumns94cftype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.AllColumns newInstance() {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.AllColumns parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.AllColumns) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -1,146 +1,146 @@
/*
* XML Type: ArrayOfAnyType
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfAnyType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML ArrayOfAnyType(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface ArrayOfAnyType extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayOfAnyType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("arrayofanytypefd69type");
/**
* Gets array of all "Value" elements
*/
org.apache.xmlbeans.XmlObject[] getValueArray();
/**
* Gets ith "Value" element
*/
org.apache.xmlbeans.XmlObject getValueArray(int i);
/**
* Tests for nil ith "Value" element
*/
boolean isNilValueArray(int i);
/**
* Returns number of "Value" element
*/
int sizeOfValueArray();
/**
* Sets array of all "Value" element
*/
void setValueArray(org.apache.xmlbeans.XmlObject[] valueArray);
/**
* Sets ith "Value" element
*/
void setValueArray(int i, org.apache.xmlbeans.XmlObject value);
/**
* Nils the ith "Value" element
*/
void setNilValueArray(int i);
/**
* Inserts and returns a new empty value (as xml) as the ith "Value" element
*/
org.apache.xmlbeans.XmlObject insertNewValue(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Value" element
*/
org.apache.xmlbeans.XmlObject addNewValue();
/**
* Removes the ith "Value" element
*/
void removeValue(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType newInstance() {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/*
* XML Type: ArrayOfAnyType
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfAnyType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML ArrayOfAnyType(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface ArrayOfAnyType extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayOfAnyType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("arrayofanytypefd69type");
/**
* Gets array of all "Value" elements
*/
org.apache.xmlbeans.XmlObject[] getValueArray();
/**
* Gets ith "Value" element
*/
org.apache.xmlbeans.XmlObject getValueArray(int i);
/**
* Tests for nil ith "Value" element
*/
boolean isNilValueArray(int i);
/**
* Returns number of "Value" element
*/
int sizeOfValueArray();
/**
* Sets array of all "Value" element
*/
void setValueArray(org.apache.xmlbeans.XmlObject[] valueArray);
/**
* Sets ith "Value" element
*/
void setValueArray(int i, org.apache.xmlbeans.XmlObject value);
/**
* Nils the ith "Value" element
*/
void setNilValueArray(int i);
/**
* Inserts and returns a new empty value (as xml) as the ith "Value" element
*/
org.apache.xmlbeans.XmlObject insertNewValue(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Value" element
*/
org.apache.xmlbeans.XmlObject addNewValue();
/**
* Removes the ith "Value" element
*/
void removeValue(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType newInstance() {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfAnyType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,136 @@
/*
* XML Type: ArrayOfConditionExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML ArrayOfConditionExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface ArrayOfConditionExpression extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayOfConditionExpression.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("arrayofconditionexpressionaf36type");
/**
* Gets array of all "Condition" elements
*/
com.microsoft.schemas.crm._2006.query.ConditionExpression[] getConditionArray();
/**
* Gets ith "Condition" element
*/
com.microsoft.schemas.crm._2006.query.ConditionExpression getConditionArray(int i);
/**
* Returns number of "Condition" element
*/
int sizeOfConditionArray();
/**
* Sets array of all "Condition" element
*/
void setConditionArray(com.microsoft.schemas.crm._2006.query.ConditionExpression[] conditionArray);
/**
* Sets ith "Condition" element
*/
void setConditionArray(int i, com.microsoft.schemas.crm._2006.query.ConditionExpression condition);
/**
* Inserts and returns a new empty value (as xml) as the ith "Condition" element
*/
com.microsoft.schemas.crm._2006.query.ConditionExpression insertNewCondition(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Condition" element
*/
com.microsoft.schemas.crm._2006.query.ConditionExpression addNewCondition();
/**
* Removes the ith "Condition" element
*/
void removeCondition(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression newInstance() {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,136 @@
/*
* XML Type: ArrayOfFilterExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML ArrayOfFilterExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface ArrayOfFilterExpression extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayOfFilterExpression.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("arrayoffilterexpression0541type");
/**
* Gets array of all "Filter" elements
*/
com.microsoft.schemas.crm._2006.query.FilterExpression[] getFilterArray();
/**
* Gets ith "Filter" element
*/
com.microsoft.schemas.crm._2006.query.FilterExpression getFilterArray(int i);
/**
* Returns number of "Filter" element
*/
int sizeOfFilterArray();
/**
* Sets array of all "Filter" element
*/
void setFilterArray(com.microsoft.schemas.crm._2006.query.FilterExpression[] filterArray);
/**
* Sets ith "Filter" element
*/
void setFilterArray(int i, com.microsoft.schemas.crm._2006.query.FilterExpression filter);
/**
* Inserts and returns a new empty value (as xml) as the ith "Filter" element
*/
com.microsoft.schemas.crm._2006.query.FilterExpression insertNewFilter(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Filter" element
*/
com.microsoft.schemas.crm._2006.query.FilterExpression addNewFilter();
/**
* Removes the ith "Filter" element
*/
void removeFilter(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression newInstance() {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,136 @@
/*
* XML Type: ArrayOfLinkEntity
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML ArrayOfLinkEntity(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface ArrayOfLinkEntity extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayOfLinkEntity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("arrayoflinkentityef4etype");
/**
* Gets array of all "LinkEntity" elements
*/
com.microsoft.schemas.crm._2006.query.LinkEntity[] getLinkEntityArray();
/**
* Gets ith "LinkEntity" element
*/
com.microsoft.schemas.crm._2006.query.LinkEntity getLinkEntityArray(int i);
/**
* Returns number of "LinkEntity" element
*/
int sizeOfLinkEntityArray();
/**
* Sets array of all "LinkEntity" element
*/
void setLinkEntityArray(com.microsoft.schemas.crm._2006.query.LinkEntity[] linkEntityArray);
/**
* Sets ith "LinkEntity" element
*/
void setLinkEntityArray(int i, com.microsoft.schemas.crm._2006.query.LinkEntity linkEntity);
/**
* Inserts and returns a new empty value (as xml) as the ith "LinkEntity" element
*/
com.microsoft.schemas.crm._2006.query.LinkEntity insertNewLinkEntity(int i);
/**
* Appends and returns a new empty value (as xml) as the last "LinkEntity" element
*/
com.microsoft.schemas.crm._2006.query.LinkEntity addNewLinkEntity();
/**
* Removes the ith "LinkEntity" element
*/
void removeLinkEntity(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity newInstance() {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,136 @@
/*
* XML Type: ArrayOfOrderExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML ArrayOfOrderExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface ArrayOfOrderExpression extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayOfOrderExpression.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("arrayoforderexpressionf9a9type");
/**
* Gets array of all "Order" elements
*/
com.microsoft.schemas.crm._2006.query.OrderExpression[] getOrderArray();
/**
* Gets ith "Order" element
*/
com.microsoft.schemas.crm._2006.query.OrderExpression getOrderArray(int i);
/**
* Returns number of "Order" element
*/
int sizeOfOrderArray();
/**
* Sets array of all "Order" element
*/
void setOrderArray(com.microsoft.schemas.crm._2006.query.OrderExpression[] orderArray);
/**
* Sets ith "Order" element
*/
void setOrderArray(int i, com.microsoft.schemas.crm._2006.query.OrderExpression order);
/**
* Inserts and returns a new empty value (as xml) as the ith "Order" element
*/
com.microsoft.schemas.crm._2006.query.OrderExpression insertNewOrder(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Order" element
*/
com.microsoft.schemas.crm._2006.query.OrderExpression addNewOrder();
/**
* Removes the ith "Order" element
*/
void removeOrder(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression newInstance() {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,166 @@
/*
* XML Type: ArrayOfString
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfString
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML ArrayOfString(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface ArrayOfString extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayOfString.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("arrayofstring6062type");
/**
* Gets array of all "Attribute" elements
*/
java.lang.String[] getAttributeArray();
/**
* Gets ith "Attribute" element
*/
java.lang.String getAttributeArray(int i);
/**
* Gets (as xml) array of all "Attribute" elements
*/
org.apache.xmlbeans.XmlString[] xgetAttributeArray();
/**
* Gets (as xml) ith "Attribute" element
*/
org.apache.xmlbeans.XmlString xgetAttributeArray(int i);
/**
* Returns number of "Attribute" element
*/
int sizeOfAttributeArray();
/**
* Sets array of all "Attribute" element
*/
void setAttributeArray(java.lang.String[] attributeArray);
/**
* Sets ith "Attribute" element
*/
void setAttributeArray(int i, java.lang.String attribute);
/**
* Sets (as xml) array of all "Attribute" element
*/
void xsetAttributeArray(org.apache.xmlbeans.XmlString[] attributeArray);
/**
* Sets (as xml) ith "Attribute" element
*/
void xsetAttributeArray(int i, org.apache.xmlbeans.XmlString attribute);
/**
* Inserts the value as the ith "Attribute" element
*/
void insertAttribute(int i, java.lang.String attribute);
/**
* Appends the value as the last "Attribute" element
*/
void addAttribute(java.lang.String attribute);
/**
* Inserts and returns a new empty value (as xml) as the ith "Attribute" element
*/
org.apache.xmlbeans.XmlString insertNewAttribute(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Attribute" element
*/
org.apache.xmlbeans.XmlString addNewAttribute();
/**
* Removes the ith "Attribute" element
*/
void removeAttribute(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.ArrayOfString newInstance() {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ArrayOfString parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ArrayOfString) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,121 @@
/*
* XML Type: ColumnSet
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ColumnSet
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML ColumnSet(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface ColumnSet extends com.microsoft.schemas.crm._2006.query.ColumnSetBase
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ColumnSet.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("columnset2e4dtype");
/**
* Gets the "Attributes" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfString getAttributes();
/**
* True if has "Attributes" element
*/
boolean isSetAttributes();
/**
* Sets the "Attributes" element
*/
void setAttributes(com.microsoft.schemas.crm._2006.query.ArrayOfString attributes);
/**
* Appends and returns a new empty "Attributes" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfString addNewAttributes();
/**
* Unsets the "Attributes" element
*/
void unsetAttributes();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.ColumnSet newInstance() {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ColumnSet parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ColumnSet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -1,98 +1,98 @@
/*
* XML Type: ColumnSetBase
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ColumnSetBase
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML ColumnSetBase(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface ColumnSetBase extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ColumnSetBase.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("columnsetbaseea3etype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
/** @deprecated No need to be able to create instances of abstract types */
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase newInstance() {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
/** @deprecated No need to be able to create instances of abstract types */
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/*
* XML Type: ColumnSetBase
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ColumnSetBase
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML ColumnSetBase(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface ColumnSetBase extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ColumnSetBase.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("columnsetbaseea3etype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
/** @deprecated No need to be able to create instances of abstract types */
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase newInstance() {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
/** @deprecated No need to be able to create instances of abstract types */
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ColumnSetBase parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ColumnSetBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,171 @@
/*
* XML Type: ConditionExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ConditionExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML ConditionExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface ConditionExpression extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ConditionExpression.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("conditionexpression4bf4type");
/**
* Gets the "AttributeName" element
*/
java.lang.String getAttributeName();
/**
* Gets (as xml) the "AttributeName" element
*/
org.apache.xmlbeans.XmlString xgetAttributeName();
/**
* True if has "AttributeName" element
*/
boolean isSetAttributeName();
/**
* Sets the "AttributeName" element
*/
void setAttributeName(java.lang.String attributeName);
/**
* Sets (as xml) the "AttributeName" element
*/
void xsetAttributeName(org.apache.xmlbeans.XmlString attributeName);
/**
* Unsets the "AttributeName" element
*/
void unsetAttributeName();
/**
* Gets the "Operator" element
*/
com.microsoft.schemas.crm._2006.query.ConditionOperator.Enum getOperator();
/**
* Gets (as xml) the "Operator" element
*/
com.microsoft.schemas.crm._2006.query.ConditionOperator xgetOperator();
/**
* Sets the "Operator" element
*/
void setOperator(com.microsoft.schemas.crm._2006.query.ConditionOperator.Enum operator);
/**
* Sets (as xml) the "Operator" element
*/
void xsetOperator(com.microsoft.schemas.crm._2006.query.ConditionOperator operator);
/**
* Gets the "Values" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfAnyType getValues();
/**
* True if has "Values" element
*/
boolean isSetValues();
/**
* Sets the "Values" element
*/
void setValues(com.microsoft.schemas.crm._2006.query.ArrayOfAnyType values);
/**
* Appends and returns a new empty "Values" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfAnyType addNewValues();
/**
* Unsets the "Values" element
*/
void unsetValues();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.ConditionExpression newInstance() {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ConditionExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ConditionExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,339 @@
/*
* XML Type: ConditionOperator
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ConditionOperator
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML ConditionOperator(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.query.ConditionOperator.
*/
public interface ConditionOperator extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ConditionOperator.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("conditionoperatorac80type");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum EQUAL = Enum.forString("Equal");
static final Enum NOT_EQUAL = Enum.forString("NotEqual");
static final Enum GREATER_THAN = Enum.forString("GreaterThan");
static final Enum LESS_THAN = Enum.forString("LessThan");
static final Enum GREATER_EQUAL = Enum.forString("GreaterEqual");
static final Enum LESS_EQUAL = Enum.forString("LessEqual");
static final Enum LIKE = Enum.forString("Like");
static final Enum NOT_LIKE = Enum.forString("NotLike");
static final Enum IN = Enum.forString("In");
static final Enum NOT_IN = Enum.forString("NotIn");
static final Enum BETWEEN = Enum.forString("Between");
static final Enum NOT_BETWEEN = Enum.forString("NotBetween");
static final Enum NULL = Enum.forString("Null");
static final Enum NOT_NULL = Enum.forString("NotNull");
static final Enum YESTERDAY = Enum.forString("Yesterday");
static final Enum TODAY = Enum.forString("Today");
static final Enum TOMORROW = Enum.forString("Tomorrow");
static final Enum LAST_7_DAYS = Enum.forString("Last7Days");
static final Enum NEXT_7_DAYS = Enum.forString("Next7Days");
static final Enum LAST_WEEK = Enum.forString("LastWeek");
static final Enum THIS_WEEK = Enum.forString("ThisWeek");
static final Enum NEXT_WEEK = Enum.forString("NextWeek");
static final Enum LAST_MONTH = Enum.forString("LastMonth");
static final Enum THIS_MONTH = Enum.forString("ThisMonth");
static final Enum NEXT_MONTH = Enum.forString("NextMonth");
static final Enum ON = Enum.forString("On");
static final Enum ON_OR_BEFORE = Enum.forString("OnOrBefore");
static final Enum ON_OR_AFTER = Enum.forString("OnOrAfter");
static final Enum LAST_YEAR = Enum.forString("LastYear");
static final Enum THIS_YEAR = Enum.forString("ThisYear");
static final Enum NEXT_YEAR = Enum.forString("NextYear");
static final Enum LAST_X_HOURS = Enum.forString("LastXHours");
static final Enum NEXT_X_HOURS = Enum.forString("NextXHours");
static final Enum LAST_X_DAYS = Enum.forString("LastXDays");
static final Enum NEXT_X_DAYS = Enum.forString("NextXDays");
static final Enum LAST_X_WEEKS = Enum.forString("LastXWeeks");
static final Enum NEXT_X_WEEKS = Enum.forString("NextXWeeks");
static final Enum LAST_X_MONTHS = Enum.forString("LastXMonths");
static final Enum NEXT_X_MONTHS = Enum.forString("NextXMonths");
static final Enum LAST_X_YEARS = Enum.forString("LastXYears");
static final Enum NEXT_X_YEARS = Enum.forString("NextXYears");
static final Enum EQUAL_USER_ID = Enum.forString("EqualUserId");
static final Enum NOT_EQUAL_USER_ID = Enum.forString("NotEqualUserId");
static final Enum EQUAL_BUSINESS_ID = Enum.forString("EqualBusinessId");
static final Enum NOT_EQUAL_BUSINESS_ID = Enum.forString("NotEqualBusinessId");
static final Enum EQUAL_USER_LANGUAGE = Enum.forString("EqualUserLanguage");
static final Enum NOT_ON = Enum.forString("NotOn");
static final Enum OLDER_THAN_X_MONTHS = Enum.forString("OlderThanXMonths");
static final int INT_EQUAL = Enum.INT_EQUAL;
static final int INT_NOT_EQUAL = Enum.INT_NOT_EQUAL;
static final int INT_GREATER_THAN = Enum.INT_GREATER_THAN;
static final int INT_LESS_THAN = Enum.INT_LESS_THAN;
static final int INT_GREATER_EQUAL = Enum.INT_GREATER_EQUAL;
static final int INT_LESS_EQUAL = Enum.INT_LESS_EQUAL;
static final int INT_LIKE = Enum.INT_LIKE;
static final int INT_NOT_LIKE = Enum.INT_NOT_LIKE;
static final int INT_IN = Enum.INT_IN;
static final int INT_NOT_IN = Enum.INT_NOT_IN;
static final int INT_BETWEEN = Enum.INT_BETWEEN;
static final int INT_NOT_BETWEEN = Enum.INT_NOT_BETWEEN;
static final int INT_NULL = Enum.INT_NULL;
static final int INT_NOT_NULL = Enum.INT_NOT_NULL;
static final int INT_YESTERDAY = Enum.INT_YESTERDAY;
static final int INT_TODAY = Enum.INT_TODAY;
static final int INT_TOMORROW = Enum.INT_TOMORROW;
static final int INT_LAST_7_DAYS = Enum.INT_LAST_7_DAYS;
static final int INT_NEXT_7_DAYS = Enum.INT_NEXT_7_DAYS;
static final int INT_LAST_WEEK = Enum.INT_LAST_WEEK;
static final int INT_THIS_WEEK = Enum.INT_THIS_WEEK;
static final int INT_NEXT_WEEK = Enum.INT_NEXT_WEEK;
static final int INT_LAST_MONTH = Enum.INT_LAST_MONTH;
static final int INT_THIS_MONTH = Enum.INT_THIS_MONTH;
static final int INT_NEXT_MONTH = Enum.INT_NEXT_MONTH;
static final int INT_ON = Enum.INT_ON;
static final int INT_ON_OR_BEFORE = Enum.INT_ON_OR_BEFORE;
static final int INT_ON_OR_AFTER = Enum.INT_ON_OR_AFTER;
static final int INT_LAST_YEAR = Enum.INT_LAST_YEAR;
static final int INT_THIS_YEAR = Enum.INT_THIS_YEAR;
static final int INT_NEXT_YEAR = Enum.INT_NEXT_YEAR;
static final int INT_LAST_X_HOURS = Enum.INT_LAST_X_HOURS;
static final int INT_NEXT_X_HOURS = Enum.INT_NEXT_X_HOURS;
static final int INT_LAST_X_DAYS = Enum.INT_LAST_X_DAYS;
static final int INT_NEXT_X_DAYS = Enum.INT_NEXT_X_DAYS;
static final int INT_LAST_X_WEEKS = Enum.INT_LAST_X_WEEKS;
static final int INT_NEXT_X_WEEKS = Enum.INT_NEXT_X_WEEKS;
static final int INT_LAST_X_MONTHS = Enum.INT_LAST_X_MONTHS;
static final int INT_NEXT_X_MONTHS = Enum.INT_NEXT_X_MONTHS;
static final int INT_LAST_X_YEARS = Enum.INT_LAST_X_YEARS;
static final int INT_NEXT_X_YEARS = Enum.INT_NEXT_X_YEARS;
static final int INT_EQUAL_USER_ID = Enum.INT_EQUAL_USER_ID;
static final int INT_NOT_EQUAL_USER_ID = Enum.INT_NOT_EQUAL_USER_ID;
static final int INT_EQUAL_BUSINESS_ID = Enum.INT_EQUAL_BUSINESS_ID;
static final int INT_NOT_EQUAL_BUSINESS_ID = Enum.INT_NOT_EQUAL_BUSINESS_ID;
static final int INT_EQUAL_USER_LANGUAGE = Enum.INT_EQUAL_USER_LANGUAGE;
static final int INT_NOT_ON = Enum.INT_NOT_ON;
static final int INT_OLDER_THAN_X_MONTHS = Enum.INT_OLDER_THAN_X_MONTHS;
/**
* Enumeration value class for com.microsoft.schemas.crm._2006.query.ConditionOperator.
* These enum values can be used as follows:
* <pre>
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_EQUAL
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
* </pre>
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_EQUAL = 1;
static final int INT_NOT_EQUAL = 2;
static final int INT_GREATER_THAN = 3;
static final int INT_LESS_THAN = 4;
static final int INT_GREATER_EQUAL = 5;
static final int INT_LESS_EQUAL = 6;
static final int INT_LIKE = 7;
static final int INT_NOT_LIKE = 8;
static final int INT_IN = 9;
static final int INT_NOT_IN = 10;
static final int INT_BETWEEN = 11;
static final int INT_NOT_BETWEEN = 12;
static final int INT_NULL = 13;
static final int INT_NOT_NULL = 14;
static final int INT_YESTERDAY = 15;
static final int INT_TODAY = 16;
static final int INT_TOMORROW = 17;
static final int INT_LAST_7_DAYS = 18;
static final int INT_NEXT_7_DAYS = 19;
static final int INT_LAST_WEEK = 20;
static final int INT_THIS_WEEK = 21;
static final int INT_NEXT_WEEK = 22;
static final int INT_LAST_MONTH = 23;
static final int INT_THIS_MONTH = 24;
static final int INT_NEXT_MONTH = 25;
static final int INT_ON = 26;
static final int INT_ON_OR_BEFORE = 27;
static final int INT_ON_OR_AFTER = 28;
static final int INT_LAST_YEAR = 29;
static final int INT_THIS_YEAR = 30;
static final int INT_NEXT_YEAR = 31;
static final int INT_LAST_X_HOURS = 32;
static final int INT_NEXT_X_HOURS = 33;
static final int INT_LAST_X_DAYS = 34;
static final int INT_NEXT_X_DAYS = 35;
static final int INT_LAST_X_WEEKS = 36;
static final int INT_NEXT_X_WEEKS = 37;
static final int INT_LAST_X_MONTHS = 38;
static final int INT_NEXT_X_MONTHS = 39;
static final int INT_LAST_X_YEARS = 40;
static final int INT_NEXT_X_YEARS = 41;
static final int INT_EQUAL_USER_ID = 42;
static final int INT_NOT_EQUAL_USER_ID = 43;
static final int INT_EQUAL_BUSINESS_ID = 44;
static final int INT_NOT_EQUAL_BUSINESS_ID = 45;
static final int INT_EQUAL_USER_LANGUAGE = 46;
static final int INT_NOT_ON = 47;
static final int INT_OLDER_THAN_X_MONTHS = 48;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Equal", INT_EQUAL),
new Enum("NotEqual", INT_NOT_EQUAL),
new Enum("GreaterThan", INT_GREATER_THAN),
new Enum("LessThan", INT_LESS_THAN),
new Enum("GreaterEqual", INT_GREATER_EQUAL),
new Enum("LessEqual", INT_LESS_EQUAL),
new Enum("Like", INT_LIKE),
new Enum("NotLike", INT_NOT_LIKE),
new Enum("In", INT_IN),
new Enum("NotIn", INT_NOT_IN),
new Enum("Between", INT_BETWEEN),
new Enum("NotBetween", INT_NOT_BETWEEN),
new Enum("Null", INT_NULL),
new Enum("NotNull", INT_NOT_NULL),
new Enum("Yesterday", INT_YESTERDAY),
new Enum("Today", INT_TODAY),
new Enum("Tomorrow", INT_TOMORROW),
new Enum("Last7Days", INT_LAST_7_DAYS),
new Enum("Next7Days", INT_NEXT_7_DAYS),
new Enum("LastWeek", INT_LAST_WEEK),
new Enum("ThisWeek", INT_THIS_WEEK),
new Enum("NextWeek", INT_NEXT_WEEK),
new Enum("LastMonth", INT_LAST_MONTH),
new Enum("ThisMonth", INT_THIS_MONTH),
new Enum("NextMonth", INT_NEXT_MONTH),
new Enum("On", INT_ON),
new Enum("OnOrBefore", INT_ON_OR_BEFORE),
new Enum("OnOrAfter", INT_ON_OR_AFTER),
new Enum("LastYear", INT_LAST_YEAR),
new Enum("ThisYear", INT_THIS_YEAR),
new Enum("NextYear", INT_NEXT_YEAR),
new Enum("LastXHours", INT_LAST_X_HOURS),
new Enum("NextXHours", INT_NEXT_X_HOURS),
new Enum("LastXDays", INT_LAST_X_DAYS),
new Enum("NextXDays", INT_NEXT_X_DAYS),
new Enum("LastXWeeks", INT_LAST_X_WEEKS),
new Enum("NextXWeeks", INT_NEXT_X_WEEKS),
new Enum("LastXMonths", INT_LAST_X_MONTHS),
new Enum("NextXMonths", INT_NEXT_X_MONTHS),
new Enum("LastXYears", INT_LAST_X_YEARS),
new Enum("NextXYears", INT_NEXT_X_YEARS),
new Enum("EqualUserId", INT_EQUAL_USER_ID),
new Enum("NotEqualUserId", INT_NOT_EQUAL_USER_ID),
new Enum("EqualBusinessId", INT_EQUAL_BUSINESS_ID),
new Enum("NotEqualBusinessId", INT_NOT_EQUAL_BUSINESS_ID),
new Enum("EqualUserLanguage", INT_EQUAL_USER_LANGUAGE),
new Enum("NotOn", INT_NOT_ON),
new Enum("OlderThanXMonths", INT_OLDER_THAN_X_MONTHS),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.ConditionOperator newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator newInstance() {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.ConditionOperator parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.ConditionOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,166 @@
/*
* XML Type: FilterExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.FilterExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML FilterExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface FilterExpression extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FilterExpression.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("filterexpressiond143type");
/**
* Gets the "FilterOperator" element
*/
com.microsoft.schemas.crm._2006.query.LogicalOperator.Enum getFilterOperator();
/**
* Gets (as xml) the "FilterOperator" element
*/
com.microsoft.schemas.crm._2006.query.LogicalOperator xgetFilterOperator();
/**
* Sets the "FilterOperator" element
*/
void setFilterOperator(com.microsoft.schemas.crm._2006.query.LogicalOperator.Enum filterOperator);
/**
* Sets (as xml) the "FilterOperator" element
*/
void xsetFilterOperator(com.microsoft.schemas.crm._2006.query.LogicalOperator filterOperator);
/**
* Gets the "Conditions" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression getConditions();
/**
* True if has "Conditions" element
*/
boolean isSetConditions();
/**
* Sets the "Conditions" element
*/
void setConditions(com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression conditions);
/**
* Appends and returns a new empty "Conditions" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression addNewConditions();
/**
* Unsets the "Conditions" element
*/
void unsetConditions();
/**
* Gets the "Filters" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression getFilters();
/**
* True if has "Filters" element
*/
boolean isSetFilters();
/**
* Sets the "Filters" element
*/
void setFilters(com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression filters);
/**
* Appends and returns a new empty "Filters" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression addNewFilters();
/**
* Unsets the "Filters" element
*/
void unsetFilters();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.FilterExpression newInstance() {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.FilterExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.FilterExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,159 @@
/*
* XML Type: JoinOperator
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.JoinOperator
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML JoinOperator(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.query.JoinOperator.
*/
public interface JoinOperator extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(JoinOperator.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("joinoperatorf481type");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum INNER = Enum.forString("Inner");
static final Enum LEFT_OUTER = Enum.forString("LeftOuter");
static final Enum NATURAL = Enum.forString("Natural");
static final int INT_INNER = Enum.INT_INNER;
static final int INT_LEFT_OUTER = Enum.INT_LEFT_OUTER;
static final int INT_NATURAL = Enum.INT_NATURAL;
/**
* Enumeration value class for com.microsoft.schemas.crm._2006.query.JoinOperator.
* These enum values can be used as follows:
* <pre>
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_INNER
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
* </pre>
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_INNER = 1;
static final int INT_LEFT_OUTER = 2;
static final int INT_NATURAL = 3;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Inner", INT_INNER),
new Enum("LeftOuter", INT_LEFT_OUTER),
new Enum("Natural", INT_NATURAL),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.JoinOperator newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator newInstance() {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.JoinOperator parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.JoinOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,286 @@
/*
* XML Type: LinkEntity
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.LinkEntity
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML LinkEntity(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface LinkEntity extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LinkEntity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("linkentity64d0type");
/**
* Gets the "LinkFromAttributeName" element
*/
java.lang.String getLinkFromAttributeName();
/**
* Gets (as xml) the "LinkFromAttributeName" element
*/
org.apache.xmlbeans.XmlString xgetLinkFromAttributeName();
/**
* True if has "LinkFromAttributeName" element
*/
boolean isSetLinkFromAttributeName();
/**
* Sets the "LinkFromAttributeName" element
*/
void setLinkFromAttributeName(java.lang.String linkFromAttributeName);
/**
* Sets (as xml) the "LinkFromAttributeName" element
*/
void xsetLinkFromAttributeName(org.apache.xmlbeans.XmlString linkFromAttributeName);
/**
* Unsets the "LinkFromAttributeName" element
*/
void unsetLinkFromAttributeName();
/**
* Gets the "LinkFromEntityName" element
*/
java.lang.String getLinkFromEntityName();
/**
* Gets (as xml) the "LinkFromEntityName" element
*/
org.apache.xmlbeans.XmlString xgetLinkFromEntityName();
/**
* True if has "LinkFromEntityName" element
*/
boolean isSetLinkFromEntityName();
/**
* Sets the "LinkFromEntityName" element
*/
void setLinkFromEntityName(java.lang.String linkFromEntityName);
/**
* Sets (as xml) the "LinkFromEntityName" element
*/
void xsetLinkFromEntityName(org.apache.xmlbeans.XmlString linkFromEntityName);
/**
* Unsets the "LinkFromEntityName" element
*/
void unsetLinkFromEntityName();
/**
* Gets the "LinkToEntityName" element
*/
java.lang.String getLinkToEntityName();
/**
* Gets (as xml) the "LinkToEntityName" element
*/
org.apache.xmlbeans.XmlString xgetLinkToEntityName();
/**
* True if has "LinkToEntityName" element
*/
boolean isSetLinkToEntityName();
/**
* Sets the "LinkToEntityName" element
*/
void setLinkToEntityName(java.lang.String linkToEntityName);
/**
* Sets (as xml) the "LinkToEntityName" element
*/
void xsetLinkToEntityName(org.apache.xmlbeans.XmlString linkToEntityName);
/**
* Unsets the "LinkToEntityName" element
*/
void unsetLinkToEntityName();
/**
* Gets the "LinkToAttributeName" element
*/
java.lang.String getLinkToAttributeName();
/**
* Gets (as xml) the "LinkToAttributeName" element
*/
org.apache.xmlbeans.XmlString xgetLinkToAttributeName();
/**
* True if has "LinkToAttributeName" element
*/
boolean isSetLinkToAttributeName();
/**
* Sets the "LinkToAttributeName" element
*/
void setLinkToAttributeName(java.lang.String linkToAttributeName);
/**
* Sets (as xml) the "LinkToAttributeName" element
*/
void xsetLinkToAttributeName(org.apache.xmlbeans.XmlString linkToAttributeName);
/**
* Unsets the "LinkToAttributeName" element
*/
void unsetLinkToAttributeName();
/**
* Gets the "JoinOperator" element
*/
com.microsoft.schemas.crm._2006.query.JoinOperator.Enum getJoinOperator();
/**
* Gets (as xml) the "JoinOperator" element
*/
com.microsoft.schemas.crm._2006.query.JoinOperator xgetJoinOperator();
/**
* Sets the "JoinOperator" element
*/
void setJoinOperator(com.microsoft.schemas.crm._2006.query.JoinOperator.Enum joinOperator);
/**
* Sets (as xml) the "JoinOperator" element
*/
void xsetJoinOperator(com.microsoft.schemas.crm._2006.query.JoinOperator joinOperator);
/**
* Gets the "LinkCriteria" element
*/
com.microsoft.schemas.crm._2006.query.FilterExpression getLinkCriteria();
/**
* True if has "LinkCriteria" element
*/
boolean isSetLinkCriteria();
/**
* Sets the "LinkCriteria" element
*/
void setLinkCriteria(com.microsoft.schemas.crm._2006.query.FilterExpression linkCriteria);
/**
* Appends and returns a new empty "LinkCriteria" element
*/
com.microsoft.schemas.crm._2006.query.FilterExpression addNewLinkCriteria();
/**
* Unsets the "LinkCriteria" element
*/
void unsetLinkCriteria();
/**
* Gets the "LinkEntities" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity getLinkEntities();
/**
* True if has "LinkEntities" element
*/
boolean isSetLinkEntities();
/**
* Sets the "LinkEntities" element
*/
void setLinkEntities(com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity linkEntities);
/**
* Appends and returns a new empty "LinkEntities" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity addNewLinkEntities();
/**
* Unsets the "LinkEntities" element
*/
void unsetLinkEntities();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.LinkEntity newInstance() {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.LinkEntity parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.LinkEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,155 @@
/*
* XML Type: LogicalOperator
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.LogicalOperator
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML LogicalOperator(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.query.LogicalOperator.
*/
public interface LogicalOperator extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LogicalOperator.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("logicaloperator7a2etype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum AND = Enum.forString("And");
static final Enum OR = Enum.forString("Or");
static final int INT_AND = Enum.INT_AND;
static final int INT_OR = Enum.INT_OR;
/**
* Enumeration value class for com.microsoft.schemas.crm._2006.query.LogicalOperator.
* These enum values can be used as follows:
* <pre>
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_AND
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
* </pre>
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_AND = 1;
static final int INT_OR = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("And", INT_AND),
new Enum("Or", INT_OR),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.LogicalOperator newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator newInstance() {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.LogicalOperator parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.LogicalOperator) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,146 @@
/*
* XML Type: OrderExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.OrderExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML OrderExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface OrderExpression extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrderExpression.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("orderexpressiona567type");
/**
* Gets the "AttributeName" element
*/
java.lang.String getAttributeName();
/**
* Gets (as xml) the "AttributeName" element
*/
org.apache.xmlbeans.XmlString xgetAttributeName();
/**
* True if has "AttributeName" element
*/
boolean isSetAttributeName();
/**
* Sets the "AttributeName" element
*/
void setAttributeName(java.lang.String attributeName);
/**
* Sets (as xml) the "AttributeName" element
*/
void xsetAttributeName(org.apache.xmlbeans.XmlString attributeName);
/**
* Unsets the "AttributeName" element
*/
void unsetAttributeName();
/**
* Gets the "OrderType" element
*/
com.microsoft.schemas.crm._2006.query.OrderType.Enum getOrderType();
/**
* Gets (as xml) the "OrderType" element
*/
com.microsoft.schemas.crm._2006.query.OrderType xgetOrderType();
/**
* Sets the "OrderType" element
*/
void setOrderType(com.microsoft.schemas.crm._2006.query.OrderType.Enum orderType);
/**
* Sets (as xml) the "OrderType" element
*/
void xsetOrderType(com.microsoft.schemas.crm._2006.query.OrderType orderType);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.OrderExpression newInstance() {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.OrderExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.OrderExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,155 @@
/*
* XML Type: OrderType
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.OrderType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML OrderType(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.query.OrderType.
*/
public interface OrderType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrderType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("ordertypeeec9type");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum ASCENDING = Enum.forString("Ascending");
static final Enum DESCENDING = Enum.forString("Descending");
static final int INT_ASCENDING = Enum.INT_ASCENDING;
static final int INT_DESCENDING = Enum.INT_DESCENDING;
/**
* Enumeration value class for com.microsoft.schemas.crm._2006.query.OrderType.
* These enum values can be used as follows:
* <pre>
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_ASCENDING
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
* </pre>
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_ASCENDING = 1;
static final int INT_DESCENDING = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Ascending", INT_ASCENDING),
new Enum("Descending", INT_DESCENDING),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.OrderType newValue(java.lang.Object obj) {
return (com.microsoft.schemas.crm._2006.query.OrderType) type.newValue( obj ); }
public static com.microsoft.schemas.crm._2006.query.OrderType newInstance() {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.OrderType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.OrderType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.OrderType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.OrderType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.OrderType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.OrderType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.OrderType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.OrderType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.OrderType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.OrderType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.OrderType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,166 @@
/*
* XML Type: PagingInfo
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.PagingInfo
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML PagingInfo(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface PagingInfo extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PagingInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("paginginfofb2dtype");
/**
* Gets the "PageNumber" element
*/
int getPageNumber();
/**
* Gets (as xml) the "PageNumber" element
*/
org.apache.xmlbeans.XmlInt xgetPageNumber();
/**
* Sets the "PageNumber" element
*/
void setPageNumber(int pageNumber);
/**
* Sets (as xml) the "PageNumber" element
*/
void xsetPageNumber(org.apache.xmlbeans.XmlInt pageNumber);
/**
* Gets the "Count" element
*/
int getCount();
/**
* Gets (as xml) the "Count" element
*/
org.apache.xmlbeans.XmlInt xgetCount();
/**
* Sets the "Count" element
*/
void setCount(int count);
/**
* Sets (as xml) the "Count" element
*/
void xsetCount(org.apache.xmlbeans.XmlInt count);
/**
* Gets the "PagingCookie" element
*/
java.lang.String getPagingCookie();
/**
* Gets (as xml) the "PagingCookie" element
*/
org.apache.xmlbeans.XmlString xgetPagingCookie();
/**
* True if has "PagingCookie" element
*/
boolean isSetPagingCookie();
/**
* Sets the "PagingCookie" element
*/
void setPagingCookie(java.lang.String pagingCookie);
/**
* Sets (as xml) the "PagingCookie" element
*/
void xsetPagingCookie(org.apache.xmlbeans.XmlString pagingCookie);
/**
* Unsets the "PagingCookie" element
*/
void unsetPagingCookie();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.PagingInfo newInstance() {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.PagingInfo parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.PagingInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,153 @@
/*
* XML Type: QueryBase
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.QueryBase
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML QueryBase(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface QueryBase extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QueryBase.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("querybase955atype");
/**
* Gets the "EntityName" element
*/
java.lang.String getEntityName();
/**
* Gets (as xml) the "EntityName" element
*/
org.apache.xmlbeans.XmlString xgetEntityName();
/**
* True if has "EntityName" element
*/
boolean isSetEntityName();
/**
* Sets the "EntityName" element
*/
void setEntityName(java.lang.String entityName);
/**
* Sets (as xml) the "EntityName" element
*/
void xsetEntityName(org.apache.xmlbeans.XmlString entityName);
/**
* Unsets the "EntityName" element
*/
void unsetEntityName();
/**
* Gets the "ColumnSet" element
*/
com.microsoft.schemas.crm._2006.query.ColumnSetBase getColumnSet();
/**
* True if has "ColumnSet" element
*/
boolean isSetColumnSet();
/**
* Sets the "ColumnSet" element
*/
void setColumnSet(com.microsoft.schemas.crm._2006.query.ColumnSetBase columnSet);
/**
* Appends and returns a new empty "ColumnSet" element
*/
com.microsoft.schemas.crm._2006.query.ColumnSetBase addNewColumnSet();
/**
* Unsets the "ColumnSet" element
*/
void unsetColumnSet();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
/** @deprecated No need to be able to create instances of abstract types */
public static com.microsoft.schemas.crm._2006.query.QueryBase newInstance() {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
/** @deprecated No need to be able to create instances of abstract types */
public static com.microsoft.schemas.crm._2006.query.QueryBase newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.QueryBase parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.QueryBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,196 @@
/*
* XML Type: QueryByAttribute
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.QueryByAttribute
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML QueryByAttribute(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface QueryByAttribute extends com.microsoft.schemas.crm._2006.query.QueryBase
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QueryByAttribute.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("querybyattribute8fb0type");
/**
* Gets the "Attributes" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfString getAttributes();
/**
* True if has "Attributes" element
*/
boolean isSetAttributes();
/**
* Sets the "Attributes" element
*/
void setAttributes(com.microsoft.schemas.crm._2006.query.ArrayOfString attributes);
/**
* Appends and returns a new empty "Attributes" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfString addNewAttributes();
/**
* Unsets the "Attributes" element
*/
void unsetAttributes();
/**
* Gets the "Values" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfAnyType getValues();
/**
* True if has "Values" element
*/
boolean isSetValues();
/**
* Sets the "Values" element
*/
void setValues(com.microsoft.schemas.crm._2006.query.ArrayOfAnyType values);
/**
* Appends and returns a new empty "Values" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfAnyType addNewValues();
/**
* Unsets the "Values" element
*/
void unsetValues();
/**
* Gets the "PageInfo" element
*/
com.microsoft.schemas.crm._2006.query.PagingInfo getPageInfo();
/**
* True if has "PageInfo" element
*/
boolean isSetPageInfo();
/**
* Sets the "PageInfo" element
*/
void setPageInfo(com.microsoft.schemas.crm._2006.query.PagingInfo pageInfo);
/**
* Appends and returns a new empty "PageInfo" element
*/
com.microsoft.schemas.crm._2006.query.PagingInfo addNewPageInfo();
/**
* Unsets the "PageInfo" element
*/
void unsetPageInfo();
/**
* Gets the "Orders" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression getOrders();
/**
* True if has "Orders" element
*/
boolean isSetOrders();
/**
* Sets the "Orders" element
*/
void setOrders(com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression orders);
/**
* Appends and returns a new empty "Orders" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression addNewOrders();
/**
* Unsets the "Orders" element
*/
void unsetOrders();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute newInstance() {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.QueryByAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.QueryByAttribute) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,216 @@
/*
* XML Type: QueryExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.QueryExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query;
/**
* An XML QueryExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public interface QueryExpression extends com.microsoft.schemas.crm._2006.query.QueryBase
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QueryExpression.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("queryexpression1761type");
/**
* Gets the "Distinct" element
*/
boolean getDistinct();
/**
* Gets (as xml) the "Distinct" element
*/
org.apache.xmlbeans.XmlBoolean xgetDistinct();
/**
* Sets the "Distinct" element
*/
void setDistinct(boolean distinct);
/**
* Sets (as xml) the "Distinct" element
*/
void xsetDistinct(org.apache.xmlbeans.XmlBoolean distinct);
/**
* Gets the "PageInfo" element
*/
com.microsoft.schemas.crm._2006.query.PagingInfo getPageInfo();
/**
* True if has "PageInfo" element
*/
boolean isSetPageInfo();
/**
* Sets the "PageInfo" element
*/
void setPageInfo(com.microsoft.schemas.crm._2006.query.PagingInfo pageInfo);
/**
* Appends and returns a new empty "PageInfo" element
*/
com.microsoft.schemas.crm._2006.query.PagingInfo addNewPageInfo();
/**
* Unsets the "PageInfo" element
*/
void unsetPageInfo();
/**
* Gets the "LinkEntities" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity getLinkEntities();
/**
* True if has "LinkEntities" element
*/
boolean isSetLinkEntities();
/**
* Sets the "LinkEntities" element
*/
void setLinkEntities(com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity linkEntities);
/**
* Appends and returns a new empty "LinkEntities" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity addNewLinkEntities();
/**
* Unsets the "LinkEntities" element
*/
void unsetLinkEntities();
/**
* Gets the "Criteria" element
*/
com.microsoft.schemas.crm._2006.query.FilterExpression getCriteria();
/**
* True if has "Criteria" element
*/
boolean isSetCriteria();
/**
* Sets the "Criteria" element
*/
void setCriteria(com.microsoft.schemas.crm._2006.query.FilterExpression criteria);
/**
* Appends and returns a new empty "Criteria" element
*/
com.microsoft.schemas.crm._2006.query.FilterExpression addNewCriteria();
/**
* Unsets the "Criteria" element
*/
void unsetCriteria();
/**
* Gets the "Orders" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression getOrders();
/**
* True if has "Orders" element
*/
boolean isSetOrders();
/**
* Sets the "Orders" element
*/
void setOrders(com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression orders);
/**
* Appends and returns a new empty "Orders" element
*/
com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression addNewOrders();
/**
* Unsets the "Orders" element
*/
void unsetOrders();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.query.QueryExpression newInstance() {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.query.QueryExpression parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.query.QueryExpression) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -1,23 +1,23 @@
/*
* XML Type: AllColumns
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.AllColumns
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML AllColumns(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class AllColumnsImpl extends com.microsoft.schemas.crm._2006.query.impl.ColumnSetBaseImpl implements com.microsoft.schemas.crm._2006.query.AllColumns
{
public AllColumnsImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}
/*
* XML Type: AllColumns
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.AllColumns
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML AllColumns(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class AllColumnsImpl extends com.microsoft.schemas.crm._2006.query.impl.ColumnSetBaseImpl implements com.microsoft.schemas.crm._2006.query.AllColumns
{
public AllColumnsImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}

View File

@@ -1,177 +1,177 @@
/*
* XML Type: ArrayOfAnyType
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfAnyType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML ArrayOfAnyType(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class ArrayOfAnyTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.ArrayOfAnyType
{
public ArrayOfAnyTypeImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName VALUE$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Value");
/**
* Gets array of all "Value" elements
*/
public org.apache.xmlbeans.XmlObject[] getValueArray()
{
synchronized (monitor())
{
check_orphaned();
java.util.List targetList = new java.util.ArrayList();
get_store().find_all_element_users(VALUE$0, targetList);
org.apache.xmlbeans.XmlObject[] result = new org.apache.xmlbeans.XmlObject[targetList.size()];
targetList.toArray(result);
return result;
}
}
/**
* Gets ith "Value" element
*/
public org.apache.xmlbeans.XmlObject getValueArray(int i)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlObject target = null;
target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(VALUE$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
return target;
}
}
/**
* Tests for nil ith "Value" element
*/
public boolean isNilValueArray(int i)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlObject target = null;
target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(VALUE$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
return target.isNil();
}
}
/**
* Returns number of "Value" element
*/
public int sizeOfValueArray()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(VALUE$0);
}
}
/**
* Sets array of all "Value" element
*/
public void setValueArray(org.apache.xmlbeans.XmlObject[] valueArray)
{
synchronized (monitor())
{
check_orphaned();
arraySetterHelper(valueArray, VALUE$0);
}
}
/**
* Sets ith "Value" element
*/
public void setValueArray(int i, org.apache.xmlbeans.XmlObject value)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlObject target = null;
target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(VALUE$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
target.set(value);
}
}
/**
* Nils the ith "Value" element
*/
public void setNilValueArray(int i)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlObject target = null;
target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(VALUE$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
target.setNil();
}
}
/**
* Inserts and returns a new empty value (as xml) as the ith "Value" element
*/
public org.apache.xmlbeans.XmlObject insertNewValue(int i)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlObject target = null;
target = (org.apache.xmlbeans.XmlObject)get_store().insert_element_user(VALUE$0, i);
return target;
}
}
/**
* Appends and returns a new empty value (as xml) as the last "Value" element
*/
public org.apache.xmlbeans.XmlObject addNewValue()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlObject target = null;
target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(VALUE$0);
return target;
}
}
/**
* Removes the ith "Value" element
*/
public void removeValue(int i)
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(VALUE$0, i);
}
}
}
/*
* XML Type: ArrayOfAnyType
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfAnyType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML ArrayOfAnyType(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class ArrayOfAnyTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.ArrayOfAnyType
{
public ArrayOfAnyTypeImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName VALUE$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Value");
/**
* Gets array of all "Value" elements
*/
public org.apache.xmlbeans.XmlObject[] getValueArray()
{
synchronized (monitor())
{
check_orphaned();
java.util.List targetList = new java.util.ArrayList();
get_store().find_all_element_users(VALUE$0, targetList);
org.apache.xmlbeans.XmlObject[] result = new org.apache.xmlbeans.XmlObject[targetList.size()];
targetList.toArray(result);
return result;
}
}
/**
* Gets ith "Value" element
*/
public org.apache.xmlbeans.XmlObject getValueArray(int i)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlObject target = null;
target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(VALUE$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
return target;
}
}
/**
* Tests for nil ith "Value" element
*/
public boolean isNilValueArray(int i)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlObject target = null;
target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(VALUE$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
return target.isNil();
}
}
/**
* Returns number of "Value" element
*/
public int sizeOfValueArray()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(VALUE$0);
}
}
/**
* Sets array of all "Value" element
*/
public void setValueArray(org.apache.xmlbeans.XmlObject[] valueArray)
{
synchronized (monitor())
{
check_orphaned();
arraySetterHelper(valueArray, VALUE$0);
}
}
/**
* Sets ith "Value" element
*/
public void setValueArray(int i, org.apache.xmlbeans.XmlObject value)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlObject target = null;
target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(VALUE$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
target.set(value);
}
}
/**
* Nils the ith "Value" element
*/
public void setNilValueArray(int i)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlObject target = null;
target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(VALUE$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
target.setNil();
}
}
/**
* Inserts and returns a new empty value (as xml) as the ith "Value" element
*/
public org.apache.xmlbeans.XmlObject insertNewValue(int i)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlObject target = null;
target = (org.apache.xmlbeans.XmlObject)get_store().insert_element_user(VALUE$0, i);
return target;
}
}
/**
* Appends and returns a new empty value (as xml) as the last "Value" element
*/
public org.apache.xmlbeans.XmlObject addNewValue()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlObject target = null;
target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(VALUE$0);
return target;
}
}
/**
* Removes the ith "Value" element
*/
public void removeValue(int i)
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(VALUE$0, i);
}
}
}

View File

@@ -0,0 +1,141 @@
/*
* XML Type: ArrayOfConditionExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML ArrayOfConditionExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class ArrayOfConditionExpressionImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression
{
public ArrayOfConditionExpressionImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName CONDITION$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Condition");
/**
* Gets array of all "Condition" elements
*/
public com.microsoft.schemas.crm._2006.query.ConditionExpression[] getConditionArray()
{
synchronized (monitor())
{
check_orphaned();
java.util.List targetList = new java.util.ArrayList();
get_store().find_all_element_users(CONDITION$0, targetList);
com.microsoft.schemas.crm._2006.query.ConditionExpression[] result = new com.microsoft.schemas.crm._2006.query.ConditionExpression[targetList.size()];
targetList.toArray(result);
return result;
}
}
/**
* Gets ith "Condition" element
*/
public com.microsoft.schemas.crm._2006.query.ConditionExpression getConditionArray(int i)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ConditionExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ConditionExpression)get_store().find_element_user(CONDITION$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
return target;
}
}
/**
* Returns number of "Condition" element
*/
public int sizeOfConditionArray()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(CONDITION$0);
}
}
/**
* Sets array of all "Condition" element
*/
public void setConditionArray(com.microsoft.schemas.crm._2006.query.ConditionExpression[] conditionArray)
{
synchronized (monitor())
{
check_orphaned();
arraySetterHelper(conditionArray, CONDITION$0);
}
}
/**
* Sets ith "Condition" element
*/
public void setConditionArray(int i, com.microsoft.schemas.crm._2006.query.ConditionExpression condition)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ConditionExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ConditionExpression)get_store().find_element_user(CONDITION$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
target.set(condition);
}
}
/**
* Inserts and returns a new empty value (as xml) as the ith "Condition" element
*/
public com.microsoft.schemas.crm._2006.query.ConditionExpression insertNewCondition(int i)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ConditionExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ConditionExpression)get_store().insert_element_user(CONDITION$0, i);
return target;
}
}
/**
* Appends and returns a new empty value (as xml) as the last "Condition" element
*/
public com.microsoft.schemas.crm._2006.query.ConditionExpression addNewCondition()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ConditionExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ConditionExpression)get_store().add_element_user(CONDITION$0);
return target;
}
}
/**
* Removes the ith "Condition" element
*/
public void removeCondition(int i)
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(CONDITION$0, i);
}
}
}

View File

@@ -0,0 +1,141 @@
/*
* XML Type: ArrayOfFilterExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML ArrayOfFilterExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class ArrayOfFilterExpressionImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression
{
public ArrayOfFilterExpressionImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName FILTER$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Filter");
/**
* Gets array of all "Filter" elements
*/
public com.microsoft.schemas.crm._2006.query.FilterExpression[] getFilterArray()
{
synchronized (monitor())
{
check_orphaned();
java.util.List targetList = new java.util.ArrayList();
get_store().find_all_element_users(FILTER$0, targetList);
com.microsoft.schemas.crm._2006.query.FilterExpression[] result = new com.microsoft.schemas.crm._2006.query.FilterExpression[targetList.size()];
targetList.toArray(result);
return result;
}
}
/**
* Gets ith "Filter" element
*/
public com.microsoft.schemas.crm._2006.query.FilterExpression getFilterArray(int i)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.FilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.FilterExpression)get_store().find_element_user(FILTER$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
return target;
}
}
/**
* Returns number of "Filter" element
*/
public int sizeOfFilterArray()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(FILTER$0);
}
}
/**
* Sets array of all "Filter" element
*/
public void setFilterArray(com.microsoft.schemas.crm._2006.query.FilterExpression[] filterArray)
{
synchronized (monitor())
{
check_orphaned();
arraySetterHelper(filterArray, FILTER$0);
}
}
/**
* Sets ith "Filter" element
*/
public void setFilterArray(int i, com.microsoft.schemas.crm._2006.query.FilterExpression filter)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.FilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.FilterExpression)get_store().find_element_user(FILTER$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
target.set(filter);
}
}
/**
* Inserts and returns a new empty value (as xml) as the ith "Filter" element
*/
public com.microsoft.schemas.crm._2006.query.FilterExpression insertNewFilter(int i)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.FilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.FilterExpression)get_store().insert_element_user(FILTER$0, i);
return target;
}
}
/**
* Appends and returns a new empty value (as xml) as the last "Filter" element
*/
public com.microsoft.schemas.crm._2006.query.FilterExpression addNewFilter()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.FilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.FilterExpression)get_store().add_element_user(FILTER$0);
return target;
}
}
/**
* Removes the ith "Filter" element
*/
public void removeFilter(int i)
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(FILTER$0, i);
}
}
}

View File

@@ -0,0 +1,141 @@
/*
* XML Type: ArrayOfLinkEntity
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML ArrayOfLinkEntity(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class ArrayOfLinkEntityImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity
{
public ArrayOfLinkEntityImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName LINKENTITY$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "LinkEntity");
/**
* Gets array of all "LinkEntity" elements
*/
public com.microsoft.schemas.crm._2006.query.LinkEntity[] getLinkEntityArray()
{
synchronized (monitor())
{
check_orphaned();
java.util.List targetList = new java.util.ArrayList();
get_store().find_all_element_users(LINKENTITY$0, targetList);
com.microsoft.schemas.crm._2006.query.LinkEntity[] result = new com.microsoft.schemas.crm._2006.query.LinkEntity[targetList.size()];
targetList.toArray(result);
return result;
}
}
/**
* Gets ith "LinkEntity" element
*/
public com.microsoft.schemas.crm._2006.query.LinkEntity getLinkEntityArray(int i)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.LinkEntity target = null;
target = (com.microsoft.schemas.crm._2006.query.LinkEntity)get_store().find_element_user(LINKENTITY$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
return target;
}
}
/**
* Returns number of "LinkEntity" element
*/
public int sizeOfLinkEntityArray()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(LINKENTITY$0);
}
}
/**
* Sets array of all "LinkEntity" element
*/
public void setLinkEntityArray(com.microsoft.schemas.crm._2006.query.LinkEntity[] linkEntityArray)
{
synchronized (monitor())
{
check_orphaned();
arraySetterHelper(linkEntityArray, LINKENTITY$0);
}
}
/**
* Sets ith "LinkEntity" element
*/
public void setLinkEntityArray(int i, com.microsoft.schemas.crm._2006.query.LinkEntity linkEntity)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.LinkEntity target = null;
target = (com.microsoft.schemas.crm._2006.query.LinkEntity)get_store().find_element_user(LINKENTITY$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
target.set(linkEntity);
}
}
/**
* Inserts and returns a new empty value (as xml) as the ith "LinkEntity" element
*/
public com.microsoft.schemas.crm._2006.query.LinkEntity insertNewLinkEntity(int i)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.LinkEntity target = null;
target = (com.microsoft.schemas.crm._2006.query.LinkEntity)get_store().insert_element_user(LINKENTITY$0, i);
return target;
}
}
/**
* Appends and returns a new empty value (as xml) as the last "LinkEntity" element
*/
public com.microsoft.schemas.crm._2006.query.LinkEntity addNewLinkEntity()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.LinkEntity target = null;
target = (com.microsoft.schemas.crm._2006.query.LinkEntity)get_store().add_element_user(LINKENTITY$0);
return target;
}
}
/**
* Removes the ith "LinkEntity" element
*/
public void removeLinkEntity(int i)
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(LINKENTITY$0, i);
}
}
}

View File

@@ -0,0 +1,141 @@
/*
* XML Type: ArrayOfOrderExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML ArrayOfOrderExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class ArrayOfOrderExpressionImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression
{
public ArrayOfOrderExpressionImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName ORDER$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Order");
/**
* Gets array of all "Order" elements
*/
public com.microsoft.schemas.crm._2006.query.OrderExpression[] getOrderArray()
{
synchronized (monitor())
{
check_orphaned();
java.util.List targetList = new java.util.ArrayList();
get_store().find_all_element_users(ORDER$0, targetList);
com.microsoft.schemas.crm._2006.query.OrderExpression[] result = new com.microsoft.schemas.crm._2006.query.OrderExpression[targetList.size()];
targetList.toArray(result);
return result;
}
}
/**
* Gets ith "Order" element
*/
public com.microsoft.schemas.crm._2006.query.OrderExpression getOrderArray(int i)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.OrderExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.OrderExpression)get_store().find_element_user(ORDER$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
return target;
}
}
/**
* Returns number of "Order" element
*/
public int sizeOfOrderArray()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(ORDER$0);
}
}
/**
* Sets array of all "Order" element
*/
public void setOrderArray(com.microsoft.schemas.crm._2006.query.OrderExpression[] orderArray)
{
synchronized (monitor())
{
check_orphaned();
arraySetterHelper(orderArray, ORDER$0);
}
}
/**
* Sets ith "Order" element
*/
public void setOrderArray(int i, com.microsoft.schemas.crm._2006.query.OrderExpression order)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.OrderExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.OrderExpression)get_store().find_element_user(ORDER$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
target.set(order);
}
}
/**
* Inserts and returns a new empty value (as xml) as the ith "Order" element
*/
public com.microsoft.schemas.crm._2006.query.OrderExpression insertNewOrder(int i)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.OrderExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.OrderExpression)get_store().insert_element_user(ORDER$0, i);
return target;
}
}
/**
* Appends and returns a new empty value (as xml) as the last "Order" element
*/
public com.microsoft.schemas.crm._2006.query.OrderExpression addNewOrder()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.OrderExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.OrderExpression)get_store().add_element_user(ORDER$0);
return target;
}
}
/**
* Removes the ith "Order" element
*/
public void removeOrder(int i)
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(ORDER$0, i);
}
}
}

View File

@@ -0,0 +1,234 @@
/*
* XML Type: ArrayOfString
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ArrayOfString
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML ArrayOfString(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class ArrayOfStringImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.ArrayOfString
{
public ArrayOfStringImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName ATTRIBUTE$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Attribute");
/**
* Gets array of all "Attribute" elements
*/
public java.lang.String[] getAttributeArray()
{
synchronized (monitor())
{
check_orphaned();
java.util.List targetList = new java.util.ArrayList();
get_store().find_all_element_users(ATTRIBUTE$0, targetList);
java.lang.String[] result = new java.lang.String[targetList.size()];
for (int i = 0, len = targetList.size() ; i < len ; i++)
result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getStringValue();
return result;
}
}
/**
* Gets ith "Attribute" element
*/
public java.lang.String getAttributeArray(int i)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ATTRIBUTE$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
return target.getStringValue();
}
}
/**
* Gets (as xml) array of all "Attribute" elements
*/
public org.apache.xmlbeans.XmlString[] xgetAttributeArray()
{
synchronized (monitor())
{
check_orphaned();
java.util.List targetList = new java.util.ArrayList();
get_store().find_all_element_users(ATTRIBUTE$0, targetList);
org.apache.xmlbeans.XmlString[] result = new org.apache.xmlbeans.XmlString[targetList.size()];
targetList.toArray(result);
return result;
}
}
/**
* Gets (as xml) ith "Attribute" element
*/
public org.apache.xmlbeans.XmlString xgetAttributeArray(int i)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(ATTRIBUTE$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
return (org.apache.xmlbeans.XmlString)target;
}
}
/**
* Returns number of "Attribute" element
*/
public int sizeOfAttributeArray()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(ATTRIBUTE$0);
}
}
/**
* Sets array of all "Attribute" element
*/
public void setAttributeArray(java.lang.String[] attributeArray)
{
synchronized (monitor())
{
check_orphaned();
arraySetterHelper(attributeArray, ATTRIBUTE$0);
}
}
/**
* Sets ith "Attribute" element
*/
public void setAttributeArray(int i, java.lang.String attribute)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ATTRIBUTE$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
target.setStringValue(attribute);
}
}
/**
* Sets (as xml) array of all "Attribute" element
*/
public void xsetAttributeArray(org.apache.xmlbeans.XmlString[]attributeArray)
{
synchronized (monitor())
{
check_orphaned();
arraySetterHelper(attributeArray, ATTRIBUTE$0);
}
}
/**
* Sets (as xml) ith "Attribute" element
*/
public void xsetAttributeArray(int i, org.apache.xmlbeans.XmlString attribute)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(ATTRIBUTE$0, i);
if (target == null)
{
throw new IndexOutOfBoundsException();
}
target.set(attribute);
}
}
/**
* Inserts the value as the ith "Attribute" element
*/
public void insertAttribute(int i, java.lang.String attribute)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target =
(org.apache.xmlbeans.SimpleValue)get_store().insert_element_user(ATTRIBUTE$0, i);
target.setStringValue(attribute);
}
}
/**
* Appends the value as the last "Attribute" element
*/
public void addAttribute(java.lang.String attribute)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ATTRIBUTE$0);
target.setStringValue(attribute);
}
}
/**
* Inserts and returns a new empty value (as xml) as the ith "Attribute" element
*/
public org.apache.xmlbeans.XmlString insertNewAttribute(int i)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().insert_element_user(ATTRIBUTE$0, i);
return target;
}
}
/**
* Appends and returns a new empty value (as xml) as the last "Attribute" element
*/
public org.apache.xmlbeans.XmlString addNewAttribute()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(ATTRIBUTE$0);
return target;
}
}
/**
* Removes the ith "Attribute" element
*/
public void removeAttribute(int i)
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(ATTRIBUTE$0, i);
}
}
}

View File

@@ -1,23 +1,23 @@
/*
* XML Type: ColumnSetBase
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ColumnSetBase
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML ColumnSetBase(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class ColumnSetBaseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.ColumnSetBase
{
public ColumnSetBaseImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}
/*
* XML Type: ColumnSetBase
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ColumnSetBase
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML ColumnSetBase(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class ColumnSetBaseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.ColumnSetBase
{
public ColumnSetBaseImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}

View File

@@ -0,0 +1,99 @@
/*
* XML Type: ColumnSet
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ColumnSet
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML ColumnSet(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class ColumnSetImpl extends com.microsoft.schemas.crm._2006.query.impl.ColumnSetBaseImpl implements com.microsoft.schemas.crm._2006.query.ColumnSet
{
public ColumnSetImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName ATTRIBUTES$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Attributes");
/**
* Gets the "Attributes" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfString getAttributes()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfString target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfString)get_store().find_element_user(ATTRIBUTES$0, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "Attributes" element
*/
public boolean isSetAttributes()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(ATTRIBUTES$0) != 0;
}
}
/**
* Sets the "Attributes" element
*/
public void setAttributes(com.microsoft.schemas.crm._2006.query.ArrayOfString attributes)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfString target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfString)get_store().find_element_user(ATTRIBUTES$0, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.ArrayOfString)get_store().add_element_user(ATTRIBUTES$0);
}
target.set(attributes);
}
}
/**
* Appends and returns a new empty "Attributes" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfString addNewAttributes()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfString target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfString)get_store().add_element_user(ATTRIBUTES$0);
return target;
}
}
/**
* Unsets the "Attributes" element
*/
public void unsetAttributes()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(ATTRIBUTES$0, 0);
}
}
}

View File

@@ -0,0 +1,263 @@
/*
* XML Type: ConditionExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ConditionExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML ConditionExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class ConditionExpressionImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.ConditionExpression
{
public ConditionExpressionImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName ATTRIBUTENAME$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "AttributeName");
private static final javax.xml.namespace.QName OPERATOR$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Operator");
private static final javax.xml.namespace.QName VALUES$4 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Values");
/**
* Gets the "AttributeName" element
*/
public java.lang.String getAttributeName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ATTRIBUTENAME$0, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "AttributeName" element
*/
public org.apache.xmlbeans.XmlString xgetAttributeName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(ATTRIBUTENAME$0, 0);
return target;
}
}
/**
* True if has "AttributeName" element
*/
public boolean isSetAttributeName()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(ATTRIBUTENAME$0) != 0;
}
}
/**
* Sets the "AttributeName" element
*/
public void setAttributeName(java.lang.String attributeName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ATTRIBUTENAME$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ATTRIBUTENAME$0);
}
target.setStringValue(attributeName);
}
}
/**
* Sets (as xml) the "AttributeName" element
*/
public void xsetAttributeName(org.apache.xmlbeans.XmlString attributeName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(ATTRIBUTENAME$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(ATTRIBUTENAME$0);
}
target.set(attributeName);
}
}
/**
* Unsets the "AttributeName" element
*/
public void unsetAttributeName()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(ATTRIBUTENAME$0, 0);
}
}
/**
* Gets the "Operator" element
*/
public com.microsoft.schemas.crm._2006.query.ConditionOperator.Enum getOperator()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPERATOR$2, 0);
if (target == null)
{
return null;
}
return (com.microsoft.schemas.crm._2006.query.ConditionOperator.Enum)target.getEnumValue();
}
}
/**
* Gets (as xml) the "Operator" element
*/
public com.microsoft.schemas.crm._2006.query.ConditionOperator xgetOperator()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ConditionOperator target = null;
target = (com.microsoft.schemas.crm._2006.query.ConditionOperator)get_store().find_element_user(OPERATOR$2, 0);
return target;
}
}
/**
* Sets the "Operator" element
*/
public void setOperator(com.microsoft.schemas.crm._2006.query.ConditionOperator.Enum operator)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPERATOR$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OPERATOR$2);
}
target.setEnumValue(operator);
}
}
/**
* Sets (as xml) the "Operator" element
*/
public void xsetOperator(com.microsoft.schemas.crm._2006.query.ConditionOperator operator)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ConditionOperator target = null;
target = (com.microsoft.schemas.crm._2006.query.ConditionOperator)get_store().find_element_user(OPERATOR$2, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.ConditionOperator)get_store().add_element_user(OPERATOR$2);
}
target.set(operator);
}
}
/**
* Gets the "Values" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfAnyType getValues()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfAnyType target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType)get_store().find_element_user(VALUES$4, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "Values" element
*/
public boolean isSetValues()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(VALUES$4) != 0;
}
}
/**
* Sets the "Values" element
*/
public void setValues(com.microsoft.schemas.crm._2006.query.ArrayOfAnyType values)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfAnyType target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType)get_store().find_element_user(VALUES$4, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType)get_store().add_element_user(VALUES$4);
}
target.set(values);
}
}
/**
* Appends and returns a new empty "Values" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfAnyType addNewValues()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfAnyType target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType)get_store().add_element_user(VALUES$4);
return target;
}
}
/**
* Unsets the "Values" element
*/
public void unsetValues()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(VALUES$4, 0);
}
}
}

View File

@@ -0,0 +1,26 @@
/*
* XML Type: ConditionOperator
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.ConditionOperator
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML ConditionOperator(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.query.ConditionOperator.
*/
public class ConditionOperatorImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.crm._2006.query.ConditionOperator
{
public ConditionOperatorImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected ConditionOperatorImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}

View File

@@ -0,0 +1,245 @@
/*
* XML Type: FilterExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.FilterExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML FilterExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class FilterExpressionImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.FilterExpression
{
public FilterExpressionImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName FILTEROPERATOR$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "FilterOperator");
private static final javax.xml.namespace.QName CONDITIONS$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Conditions");
private static final javax.xml.namespace.QName FILTERS$4 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Filters");
/**
* Gets the "FilterOperator" element
*/
public com.microsoft.schemas.crm._2006.query.LogicalOperator.Enum getFilterOperator()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FILTEROPERATOR$0, 0);
if (target == null)
{
return null;
}
return (com.microsoft.schemas.crm._2006.query.LogicalOperator.Enum)target.getEnumValue();
}
}
/**
* Gets (as xml) the "FilterOperator" element
*/
public com.microsoft.schemas.crm._2006.query.LogicalOperator xgetFilterOperator()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.LogicalOperator target = null;
target = (com.microsoft.schemas.crm._2006.query.LogicalOperator)get_store().find_element_user(FILTEROPERATOR$0, 0);
return target;
}
}
/**
* Sets the "FilterOperator" element
*/
public void setFilterOperator(com.microsoft.schemas.crm._2006.query.LogicalOperator.Enum filterOperator)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FILTEROPERATOR$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FILTEROPERATOR$0);
}
target.setEnumValue(filterOperator);
}
}
/**
* Sets (as xml) the "FilterOperator" element
*/
public void xsetFilterOperator(com.microsoft.schemas.crm._2006.query.LogicalOperator filterOperator)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.LogicalOperator target = null;
target = (com.microsoft.schemas.crm._2006.query.LogicalOperator)get_store().find_element_user(FILTEROPERATOR$0, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.LogicalOperator)get_store().add_element_user(FILTEROPERATOR$0);
}
target.set(filterOperator);
}
}
/**
* Gets the "Conditions" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression getConditions()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression)get_store().find_element_user(CONDITIONS$2, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "Conditions" element
*/
public boolean isSetConditions()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(CONDITIONS$2) != 0;
}
}
/**
* Sets the "Conditions" element
*/
public void setConditions(com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression conditions)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression)get_store().find_element_user(CONDITIONS$2, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression)get_store().add_element_user(CONDITIONS$2);
}
target.set(conditions);
}
}
/**
* Appends and returns a new empty "Conditions" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression addNewConditions()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfConditionExpression)get_store().add_element_user(CONDITIONS$2);
return target;
}
}
/**
* Unsets the "Conditions" element
*/
public void unsetConditions()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(CONDITIONS$2, 0);
}
}
/**
* Gets the "Filters" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression getFilters()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression)get_store().find_element_user(FILTERS$4, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "Filters" element
*/
public boolean isSetFilters()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(FILTERS$4) != 0;
}
}
/**
* Sets the "Filters" element
*/
public void setFilters(com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression filters)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression)get_store().find_element_user(FILTERS$4, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression)get_store().add_element_user(FILTERS$4);
}
target.set(filters);
}
}
/**
* Appends and returns a new empty "Filters" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression addNewFilters()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfFilterExpression)get_store().add_element_user(FILTERS$4);
return target;
}
}
/**
* Unsets the "Filters" element
*/
public void unsetFilters()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(FILTERS$4, 0);
}
}
}

View File

@@ -0,0 +1,26 @@
/*
* XML Type: JoinOperator
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.JoinOperator
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML JoinOperator(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.query.JoinOperator.
*/
public class JoinOperatorImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.crm._2006.query.JoinOperator
{
public JoinOperatorImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected JoinOperatorImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}

View File

@@ -0,0 +1,621 @@
/*
* XML Type: LinkEntity
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.LinkEntity
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML LinkEntity(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class LinkEntityImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.LinkEntity
{
public LinkEntityImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName LINKFROMATTRIBUTENAME$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "LinkFromAttributeName");
private static final javax.xml.namespace.QName LINKFROMENTITYNAME$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "LinkFromEntityName");
private static final javax.xml.namespace.QName LINKTOENTITYNAME$4 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "LinkToEntityName");
private static final javax.xml.namespace.QName LINKTOATTRIBUTENAME$6 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "LinkToAttributeName");
private static final javax.xml.namespace.QName JOINOPERATOR$8 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "JoinOperator");
private static final javax.xml.namespace.QName LINKCRITERIA$10 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "LinkCriteria");
private static final javax.xml.namespace.QName LINKENTITIES$12 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "LinkEntities");
/**
* Gets the "LinkFromAttributeName" element
*/
public java.lang.String getLinkFromAttributeName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LINKFROMATTRIBUTENAME$0, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "LinkFromAttributeName" element
*/
public org.apache.xmlbeans.XmlString xgetLinkFromAttributeName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(LINKFROMATTRIBUTENAME$0, 0);
return target;
}
}
/**
* True if has "LinkFromAttributeName" element
*/
public boolean isSetLinkFromAttributeName()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(LINKFROMATTRIBUTENAME$0) != 0;
}
}
/**
* Sets the "LinkFromAttributeName" element
*/
public void setLinkFromAttributeName(java.lang.String linkFromAttributeName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LINKFROMATTRIBUTENAME$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LINKFROMATTRIBUTENAME$0);
}
target.setStringValue(linkFromAttributeName);
}
}
/**
* Sets (as xml) the "LinkFromAttributeName" element
*/
public void xsetLinkFromAttributeName(org.apache.xmlbeans.XmlString linkFromAttributeName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(LINKFROMATTRIBUTENAME$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(LINKFROMATTRIBUTENAME$0);
}
target.set(linkFromAttributeName);
}
}
/**
* Unsets the "LinkFromAttributeName" element
*/
public void unsetLinkFromAttributeName()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(LINKFROMATTRIBUTENAME$0, 0);
}
}
/**
* Gets the "LinkFromEntityName" element
*/
public java.lang.String getLinkFromEntityName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LINKFROMENTITYNAME$2, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "LinkFromEntityName" element
*/
public org.apache.xmlbeans.XmlString xgetLinkFromEntityName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(LINKFROMENTITYNAME$2, 0);
return target;
}
}
/**
* True if has "LinkFromEntityName" element
*/
public boolean isSetLinkFromEntityName()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(LINKFROMENTITYNAME$2) != 0;
}
}
/**
* Sets the "LinkFromEntityName" element
*/
public void setLinkFromEntityName(java.lang.String linkFromEntityName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LINKFROMENTITYNAME$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LINKFROMENTITYNAME$2);
}
target.setStringValue(linkFromEntityName);
}
}
/**
* Sets (as xml) the "LinkFromEntityName" element
*/
public void xsetLinkFromEntityName(org.apache.xmlbeans.XmlString linkFromEntityName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(LINKFROMENTITYNAME$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(LINKFROMENTITYNAME$2);
}
target.set(linkFromEntityName);
}
}
/**
* Unsets the "LinkFromEntityName" element
*/
public void unsetLinkFromEntityName()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(LINKFROMENTITYNAME$2, 0);
}
}
/**
* Gets the "LinkToEntityName" element
*/
public java.lang.String getLinkToEntityName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LINKTOENTITYNAME$4, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "LinkToEntityName" element
*/
public org.apache.xmlbeans.XmlString xgetLinkToEntityName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(LINKTOENTITYNAME$4, 0);
return target;
}
}
/**
* True if has "LinkToEntityName" element
*/
public boolean isSetLinkToEntityName()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(LINKTOENTITYNAME$4) != 0;
}
}
/**
* Sets the "LinkToEntityName" element
*/
public void setLinkToEntityName(java.lang.String linkToEntityName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LINKTOENTITYNAME$4, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LINKTOENTITYNAME$4);
}
target.setStringValue(linkToEntityName);
}
}
/**
* Sets (as xml) the "LinkToEntityName" element
*/
public void xsetLinkToEntityName(org.apache.xmlbeans.XmlString linkToEntityName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(LINKTOENTITYNAME$4, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(LINKTOENTITYNAME$4);
}
target.set(linkToEntityName);
}
}
/**
* Unsets the "LinkToEntityName" element
*/
public void unsetLinkToEntityName()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(LINKTOENTITYNAME$4, 0);
}
}
/**
* Gets the "LinkToAttributeName" element
*/
public java.lang.String getLinkToAttributeName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LINKTOATTRIBUTENAME$6, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "LinkToAttributeName" element
*/
public org.apache.xmlbeans.XmlString xgetLinkToAttributeName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(LINKTOATTRIBUTENAME$6, 0);
return target;
}
}
/**
* True if has "LinkToAttributeName" element
*/
public boolean isSetLinkToAttributeName()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(LINKTOATTRIBUTENAME$6) != 0;
}
}
/**
* Sets the "LinkToAttributeName" element
*/
public void setLinkToAttributeName(java.lang.String linkToAttributeName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LINKTOATTRIBUTENAME$6, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LINKTOATTRIBUTENAME$6);
}
target.setStringValue(linkToAttributeName);
}
}
/**
* Sets (as xml) the "LinkToAttributeName" element
*/
public void xsetLinkToAttributeName(org.apache.xmlbeans.XmlString linkToAttributeName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(LINKTOATTRIBUTENAME$6, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(LINKTOATTRIBUTENAME$6);
}
target.set(linkToAttributeName);
}
}
/**
* Unsets the "LinkToAttributeName" element
*/
public void unsetLinkToAttributeName()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(LINKTOATTRIBUTENAME$6, 0);
}
}
/**
* Gets the "JoinOperator" element
*/
public com.microsoft.schemas.crm._2006.query.JoinOperator.Enum getJoinOperator()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(JOINOPERATOR$8, 0);
if (target == null)
{
return null;
}
return (com.microsoft.schemas.crm._2006.query.JoinOperator.Enum)target.getEnumValue();
}
}
/**
* Gets (as xml) the "JoinOperator" element
*/
public com.microsoft.schemas.crm._2006.query.JoinOperator xgetJoinOperator()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.JoinOperator target = null;
target = (com.microsoft.schemas.crm._2006.query.JoinOperator)get_store().find_element_user(JOINOPERATOR$8, 0);
return target;
}
}
/**
* Sets the "JoinOperator" element
*/
public void setJoinOperator(com.microsoft.schemas.crm._2006.query.JoinOperator.Enum joinOperator)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(JOINOPERATOR$8, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(JOINOPERATOR$8);
}
target.setEnumValue(joinOperator);
}
}
/**
* Sets (as xml) the "JoinOperator" element
*/
public void xsetJoinOperator(com.microsoft.schemas.crm._2006.query.JoinOperator joinOperator)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.JoinOperator target = null;
target = (com.microsoft.schemas.crm._2006.query.JoinOperator)get_store().find_element_user(JOINOPERATOR$8, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.JoinOperator)get_store().add_element_user(JOINOPERATOR$8);
}
target.set(joinOperator);
}
}
/**
* Gets the "LinkCriteria" element
*/
public com.microsoft.schemas.crm._2006.query.FilterExpression getLinkCriteria()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.FilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.FilterExpression)get_store().find_element_user(LINKCRITERIA$10, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "LinkCriteria" element
*/
public boolean isSetLinkCriteria()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(LINKCRITERIA$10) != 0;
}
}
/**
* Sets the "LinkCriteria" element
*/
public void setLinkCriteria(com.microsoft.schemas.crm._2006.query.FilterExpression linkCriteria)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.FilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.FilterExpression)get_store().find_element_user(LINKCRITERIA$10, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.FilterExpression)get_store().add_element_user(LINKCRITERIA$10);
}
target.set(linkCriteria);
}
}
/**
* Appends and returns a new empty "LinkCriteria" element
*/
public com.microsoft.schemas.crm._2006.query.FilterExpression addNewLinkCriteria()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.FilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.FilterExpression)get_store().add_element_user(LINKCRITERIA$10);
return target;
}
}
/**
* Unsets the "LinkCriteria" element
*/
public void unsetLinkCriteria()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(LINKCRITERIA$10, 0);
}
}
/**
* Gets the "LinkEntities" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity getLinkEntities()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity)get_store().find_element_user(LINKENTITIES$12, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "LinkEntities" element
*/
public boolean isSetLinkEntities()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(LINKENTITIES$12) != 0;
}
}
/**
* Sets the "LinkEntities" element
*/
public void setLinkEntities(com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity linkEntities)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity)get_store().find_element_user(LINKENTITIES$12, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity)get_store().add_element_user(LINKENTITIES$12);
}
target.set(linkEntities);
}
}
/**
* Appends and returns a new empty "LinkEntities" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity addNewLinkEntities()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity)get_store().add_element_user(LINKENTITIES$12);
return target;
}
}
/**
* Unsets the "LinkEntities" element
*/
public void unsetLinkEntities()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(LINKENTITIES$12, 0);
}
}
}

View File

@@ -0,0 +1,26 @@
/*
* XML Type: LogicalOperator
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.LogicalOperator
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML LogicalOperator(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.query.LogicalOperator.
*/
public class LogicalOperatorImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.crm._2006.query.LogicalOperator
{
public LogicalOperatorImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected LogicalOperatorImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}

View File

@@ -0,0 +1,187 @@
/*
* XML Type: OrderExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.OrderExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML OrderExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class OrderExpressionImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.OrderExpression
{
public OrderExpressionImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName ATTRIBUTENAME$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "AttributeName");
private static final javax.xml.namespace.QName ORDERTYPE$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "OrderType");
/**
* Gets the "AttributeName" element
*/
public java.lang.String getAttributeName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ATTRIBUTENAME$0, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "AttributeName" element
*/
public org.apache.xmlbeans.XmlString xgetAttributeName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(ATTRIBUTENAME$0, 0);
return target;
}
}
/**
* True if has "AttributeName" element
*/
public boolean isSetAttributeName()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(ATTRIBUTENAME$0) != 0;
}
}
/**
* Sets the "AttributeName" element
*/
public void setAttributeName(java.lang.String attributeName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ATTRIBUTENAME$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ATTRIBUTENAME$0);
}
target.setStringValue(attributeName);
}
}
/**
* Sets (as xml) the "AttributeName" element
*/
public void xsetAttributeName(org.apache.xmlbeans.XmlString attributeName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(ATTRIBUTENAME$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(ATTRIBUTENAME$0);
}
target.set(attributeName);
}
}
/**
* Unsets the "AttributeName" element
*/
public void unsetAttributeName()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(ATTRIBUTENAME$0, 0);
}
}
/**
* Gets the "OrderType" element
*/
public com.microsoft.schemas.crm._2006.query.OrderType.Enum getOrderType()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ORDERTYPE$2, 0);
if (target == null)
{
return null;
}
return (com.microsoft.schemas.crm._2006.query.OrderType.Enum)target.getEnumValue();
}
}
/**
* Gets (as xml) the "OrderType" element
*/
public com.microsoft.schemas.crm._2006.query.OrderType xgetOrderType()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.OrderType target = null;
target = (com.microsoft.schemas.crm._2006.query.OrderType)get_store().find_element_user(ORDERTYPE$2, 0);
return target;
}
}
/**
* Sets the "OrderType" element
*/
public void setOrderType(com.microsoft.schemas.crm._2006.query.OrderType.Enum orderType)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ORDERTYPE$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ORDERTYPE$2);
}
target.setEnumValue(orderType);
}
}
/**
* Sets (as xml) the "OrderType" element
*/
public void xsetOrderType(com.microsoft.schemas.crm._2006.query.OrderType orderType)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.OrderType target = null;
target = (com.microsoft.schemas.crm._2006.query.OrderType)get_store().find_element_user(ORDERTYPE$2, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.OrderType)get_store().add_element_user(ORDERTYPE$2);
}
target.set(orderType);
}
}
}

View File

@@ -0,0 +1,26 @@
/*
* XML Type: OrderType
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.OrderType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML OrderType(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.crm._2006.query.OrderType.
*/
public class OrderTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.crm._2006.query.OrderType
{
public OrderTypeImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected OrderTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}

View File

@@ -0,0 +1,257 @@
/*
* XML Type: PagingInfo
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.PagingInfo
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML PagingInfo(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class PagingInfoImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.PagingInfo
{
public PagingInfoImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName PAGENUMBER$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "PageNumber");
private static final javax.xml.namespace.QName COUNT$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Count");
private static final javax.xml.namespace.QName PAGINGCOOKIE$4 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "PagingCookie");
/**
* Gets the "PageNumber" element
*/
public int getPageNumber()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PAGENUMBER$0, 0);
if (target == null)
{
return 0;
}
return target.getIntValue();
}
}
/**
* Gets (as xml) the "PageNumber" element
*/
public org.apache.xmlbeans.XmlInt xgetPageNumber()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlInt target = null;
target = (org.apache.xmlbeans.XmlInt)get_store().find_element_user(PAGENUMBER$0, 0);
return target;
}
}
/**
* Sets the "PageNumber" element
*/
public void setPageNumber(int pageNumber)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PAGENUMBER$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PAGENUMBER$0);
}
target.setIntValue(pageNumber);
}
}
/**
* Sets (as xml) the "PageNumber" element
*/
public void xsetPageNumber(org.apache.xmlbeans.XmlInt pageNumber)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlInt target = null;
target = (org.apache.xmlbeans.XmlInt)get_store().find_element_user(PAGENUMBER$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlInt)get_store().add_element_user(PAGENUMBER$0);
}
target.set(pageNumber);
}
}
/**
* Gets the "Count" element
*/
public int getCount()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COUNT$2, 0);
if (target == null)
{
return 0;
}
return target.getIntValue();
}
}
/**
* Gets (as xml) the "Count" element
*/
public org.apache.xmlbeans.XmlInt xgetCount()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlInt target = null;
target = (org.apache.xmlbeans.XmlInt)get_store().find_element_user(COUNT$2, 0);
return target;
}
}
/**
* Sets the "Count" element
*/
public void setCount(int count)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COUNT$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COUNT$2);
}
target.setIntValue(count);
}
}
/**
* Sets (as xml) the "Count" element
*/
public void xsetCount(org.apache.xmlbeans.XmlInt count)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlInt target = null;
target = (org.apache.xmlbeans.XmlInt)get_store().find_element_user(COUNT$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlInt)get_store().add_element_user(COUNT$2);
}
target.set(count);
}
}
/**
* Gets the "PagingCookie" element
*/
public java.lang.String getPagingCookie()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PAGINGCOOKIE$4, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "PagingCookie" element
*/
public org.apache.xmlbeans.XmlString xgetPagingCookie()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(PAGINGCOOKIE$4, 0);
return target;
}
}
/**
* True if has "PagingCookie" element
*/
public boolean isSetPagingCookie()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(PAGINGCOOKIE$4) != 0;
}
}
/**
* Sets the "PagingCookie" element
*/
public void setPagingCookie(java.lang.String pagingCookie)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PAGINGCOOKIE$4, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PAGINGCOOKIE$4);
}
target.setStringValue(pagingCookie);
}
}
/**
* Sets (as xml) the "PagingCookie" element
*/
public void xsetPagingCookie(org.apache.xmlbeans.XmlString pagingCookie)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(PAGINGCOOKIE$4, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(PAGINGCOOKIE$4);
}
target.set(pagingCookie);
}
}
/**
* Unsets the "PagingCookie" element
*/
public void unsetPagingCookie()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(PAGINGCOOKIE$4, 0);
}
}
}

View File

@@ -0,0 +1,193 @@
/*
* XML Type: QueryBase
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.QueryBase
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML QueryBase(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class QueryBaseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.crm._2006.query.QueryBase
{
public QueryBaseImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName ENTITYNAME$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "EntityName");
private static final javax.xml.namespace.QName COLUMNSET$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "ColumnSet");
/**
* Gets the "EntityName" element
*/
public java.lang.String getEntityName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ENTITYNAME$0, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "EntityName" element
*/
public org.apache.xmlbeans.XmlString xgetEntityName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(ENTITYNAME$0, 0);
return target;
}
}
/**
* True if has "EntityName" element
*/
public boolean isSetEntityName()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(ENTITYNAME$0) != 0;
}
}
/**
* Sets the "EntityName" element
*/
public void setEntityName(java.lang.String entityName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ENTITYNAME$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ENTITYNAME$0);
}
target.setStringValue(entityName);
}
}
/**
* Sets (as xml) the "EntityName" element
*/
public void xsetEntityName(org.apache.xmlbeans.XmlString entityName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(ENTITYNAME$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(ENTITYNAME$0);
}
target.set(entityName);
}
}
/**
* Unsets the "EntityName" element
*/
public void unsetEntityName()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(ENTITYNAME$0, 0);
}
}
/**
* Gets the "ColumnSet" element
*/
public com.microsoft.schemas.crm._2006.query.ColumnSetBase getColumnSet()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ColumnSetBase target = null;
target = (com.microsoft.schemas.crm._2006.query.ColumnSetBase)get_store().find_element_user(COLUMNSET$2, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "ColumnSet" element
*/
public boolean isSetColumnSet()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(COLUMNSET$2) != 0;
}
}
/**
* Sets the "ColumnSet" element
*/
public void setColumnSet(com.microsoft.schemas.crm._2006.query.ColumnSetBase columnSet)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ColumnSetBase target = null;
target = (com.microsoft.schemas.crm._2006.query.ColumnSetBase)get_store().find_element_user(COLUMNSET$2, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.ColumnSetBase)get_store().add_element_user(COLUMNSET$2);
}
target.set(columnSet);
}
}
/**
* Appends and returns a new empty "ColumnSet" element
*/
public com.microsoft.schemas.crm._2006.query.ColumnSetBase addNewColumnSet()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ColumnSetBase target = null;
target = (com.microsoft.schemas.crm._2006.query.ColumnSetBase)get_store().add_element_user(COLUMNSET$2);
return target;
}
}
/**
* Unsets the "ColumnSet" element
*/
public void unsetColumnSet()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(COLUMNSET$2, 0);
}
}
}

View File

@@ -0,0 +1,327 @@
/*
* XML Type: QueryByAttribute
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.QueryByAttribute
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML QueryByAttribute(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class QueryByAttributeImpl extends com.microsoft.schemas.crm._2006.query.impl.QueryBaseImpl implements com.microsoft.schemas.crm._2006.query.QueryByAttribute
{
public QueryByAttributeImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName ATTRIBUTES$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Attributes");
private static final javax.xml.namespace.QName VALUES$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Values");
private static final javax.xml.namespace.QName PAGEINFO$4 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "PageInfo");
private static final javax.xml.namespace.QName ORDERS$6 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Orders");
/**
* Gets the "Attributes" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfString getAttributes()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfString target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfString)get_store().find_element_user(ATTRIBUTES$0, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "Attributes" element
*/
public boolean isSetAttributes()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(ATTRIBUTES$0) != 0;
}
}
/**
* Sets the "Attributes" element
*/
public void setAttributes(com.microsoft.schemas.crm._2006.query.ArrayOfString attributes)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfString target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfString)get_store().find_element_user(ATTRIBUTES$0, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.ArrayOfString)get_store().add_element_user(ATTRIBUTES$0);
}
target.set(attributes);
}
}
/**
* Appends and returns a new empty "Attributes" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfString addNewAttributes()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfString target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfString)get_store().add_element_user(ATTRIBUTES$0);
return target;
}
}
/**
* Unsets the "Attributes" element
*/
public void unsetAttributes()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(ATTRIBUTES$0, 0);
}
}
/**
* Gets the "Values" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfAnyType getValues()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfAnyType target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType)get_store().find_element_user(VALUES$2, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "Values" element
*/
public boolean isSetValues()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(VALUES$2) != 0;
}
}
/**
* Sets the "Values" element
*/
public void setValues(com.microsoft.schemas.crm._2006.query.ArrayOfAnyType values)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfAnyType target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType)get_store().find_element_user(VALUES$2, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType)get_store().add_element_user(VALUES$2);
}
target.set(values);
}
}
/**
* Appends and returns a new empty "Values" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfAnyType addNewValues()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfAnyType target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfAnyType)get_store().add_element_user(VALUES$2);
return target;
}
}
/**
* Unsets the "Values" element
*/
public void unsetValues()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(VALUES$2, 0);
}
}
/**
* Gets the "PageInfo" element
*/
public com.microsoft.schemas.crm._2006.query.PagingInfo getPageInfo()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.PagingInfo target = null;
target = (com.microsoft.schemas.crm._2006.query.PagingInfo)get_store().find_element_user(PAGEINFO$4, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "PageInfo" element
*/
public boolean isSetPageInfo()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(PAGEINFO$4) != 0;
}
}
/**
* Sets the "PageInfo" element
*/
public void setPageInfo(com.microsoft.schemas.crm._2006.query.PagingInfo pageInfo)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.PagingInfo target = null;
target = (com.microsoft.schemas.crm._2006.query.PagingInfo)get_store().find_element_user(PAGEINFO$4, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.PagingInfo)get_store().add_element_user(PAGEINFO$4);
}
target.set(pageInfo);
}
}
/**
* Appends and returns a new empty "PageInfo" element
*/
public com.microsoft.schemas.crm._2006.query.PagingInfo addNewPageInfo()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.PagingInfo target = null;
target = (com.microsoft.schemas.crm._2006.query.PagingInfo)get_store().add_element_user(PAGEINFO$4);
return target;
}
}
/**
* Unsets the "PageInfo" element
*/
public void unsetPageInfo()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(PAGEINFO$4, 0);
}
}
/**
* Gets the "Orders" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression getOrders()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression)get_store().find_element_user(ORDERS$6, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "Orders" element
*/
public boolean isSetOrders()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(ORDERS$6) != 0;
}
}
/**
* Sets the "Orders" element
*/
public void setOrders(com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression orders)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression)get_store().find_element_user(ORDERS$6, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression)get_store().add_element_user(ORDERS$6);
}
target.set(orders);
}
}
/**
* Appends and returns a new empty "Orders" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression addNewOrders()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression)get_store().add_element_user(ORDERS$6);
return target;
}
}
/**
* Unsets the "Orders" element
*/
public void unsetOrders()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(ORDERS$6, 0);
}
}
}

View File

@@ -0,0 +1,397 @@
/*
* XML Type: QueryExpression
* Namespace: http://schemas.microsoft.com/crm/2006/Query
* Java type: com.microsoft.schemas.crm._2006.query.QueryExpression
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.query.impl;
/**
* An XML QueryExpression(@http://schemas.microsoft.com/crm/2006/Query).
*
* This is a complex type.
*/
public class QueryExpressionImpl extends com.microsoft.schemas.crm._2006.query.impl.QueryBaseImpl implements com.microsoft.schemas.crm._2006.query.QueryExpression
{
public QueryExpressionImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName DISTINCT$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Distinct");
private static final javax.xml.namespace.QName PAGEINFO$2 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "PageInfo");
private static final javax.xml.namespace.QName LINKENTITIES$4 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "LinkEntities");
private static final javax.xml.namespace.QName CRITERIA$6 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Criteria");
private static final javax.xml.namespace.QName ORDERS$8 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/crm/2006/Query", "Orders");
/**
* Gets the "Distinct" element
*/
public boolean getDistinct()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DISTINCT$0, 0);
if (target == null)
{
return false;
}
return target.getBooleanValue();
}
}
/**
* Gets (as xml) the "Distinct" element
*/
public org.apache.xmlbeans.XmlBoolean xgetDistinct()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlBoolean target = null;
target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(DISTINCT$0, 0);
return target;
}
}
/**
* Sets the "Distinct" element
*/
public void setDistinct(boolean distinct)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DISTINCT$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DISTINCT$0);
}
target.setBooleanValue(distinct);
}
}
/**
* Sets (as xml) the "Distinct" element
*/
public void xsetDistinct(org.apache.xmlbeans.XmlBoolean distinct)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlBoolean target = null;
target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(DISTINCT$0, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlBoolean)get_store().add_element_user(DISTINCT$0);
}
target.set(distinct);
}
}
/**
* Gets the "PageInfo" element
*/
public com.microsoft.schemas.crm._2006.query.PagingInfo getPageInfo()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.PagingInfo target = null;
target = (com.microsoft.schemas.crm._2006.query.PagingInfo)get_store().find_element_user(PAGEINFO$2, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "PageInfo" element
*/
public boolean isSetPageInfo()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(PAGEINFO$2) != 0;
}
}
/**
* Sets the "PageInfo" element
*/
public void setPageInfo(com.microsoft.schemas.crm._2006.query.PagingInfo pageInfo)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.PagingInfo target = null;
target = (com.microsoft.schemas.crm._2006.query.PagingInfo)get_store().find_element_user(PAGEINFO$2, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.PagingInfo)get_store().add_element_user(PAGEINFO$2);
}
target.set(pageInfo);
}
}
/**
* Appends and returns a new empty "PageInfo" element
*/
public com.microsoft.schemas.crm._2006.query.PagingInfo addNewPageInfo()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.PagingInfo target = null;
target = (com.microsoft.schemas.crm._2006.query.PagingInfo)get_store().add_element_user(PAGEINFO$2);
return target;
}
}
/**
* Unsets the "PageInfo" element
*/
public void unsetPageInfo()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(PAGEINFO$2, 0);
}
}
/**
* Gets the "LinkEntities" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity getLinkEntities()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity)get_store().find_element_user(LINKENTITIES$4, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "LinkEntities" element
*/
public boolean isSetLinkEntities()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(LINKENTITIES$4) != 0;
}
}
/**
* Sets the "LinkEntities" element
*/
public void setLinkEntities(com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity linkEntities)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity)get_store().find_element_user(LINKENTITIES$4, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity)get_store().add_element_user(LINKENTITIES$4);
}
target.set(linkEntities);
}
}
/**
* Appends and returns a new empty "LinkEntities" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity addNewLinkEntities()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfLinkEntity)get_store().add_element_user(LINKENTITIES$4);
return target;
}
}
/**
* Unsets the "LinkEntities" element
*/
public void unsetLinkEntities()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(LINKENTITIES$4, 0);
}
}
/**
* Gets the "Criteria" element
*/
public com.microsoft.schemas.crm._2006.query.FilterExpression getCriteria()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.FilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.FilterExpression)get_store().find_element_user(CRITERIA$6, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "Criteria" element
*/
public boolean isSetCriteria()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(CRITERIA$6) != 0;
}
}
/**
* Sets the "Criteria" element
*/
public void setCriteria(com.microsoft.schemas.crm._2006.query.FilterExpression criteria)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.FilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.FilterExpression)get_store().find_element_user(CRITERIA$6, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.FilterExpression)get_store().add_element_user(CRITERIA$6);
}
target.set(criteria);
}
}
/**
* Appends and returns a new empty "Criteria" element
*/
public com.microsoft.schemas.crm._2006.query.FilterExpression addNewCriteria()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.FilterExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.FilterExpression)get_store().add_element_user(CRITERIA$6);
return target;
}
}
/**
* Unsets the "Criteria" element
*/
public void unsetCriteria()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(CRITERIA$6, 0);
}
}
/**
* Gets the "Orders" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression getOrders()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression)get_store().find_element_user(ORDERS$8, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "Orders" element
*/
public boolean isSetOrders()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(ORDERS$8) != 0;
}
}
/**
* Sets the "Orders" element
*/
public void setOrders(com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression orders)
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression)get_store().find_element_user(ORDERS$8, 0);
if (target == null)
{
target = (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression)get_store().add_element_user(ORDERS$8);
}
target.set(orders);
}
}
/**
* Appends and returns a new empty "Orders" element
*/
public com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression addNewOrders()
{
synchronized (monitor())
{
check_orphaned();
com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression target = null;
target = (com.microsoft.schemas.crm._2006.query.ArrayOfOrderExpression)get_store().add_element_user(ORDERS$8);
return target;
}
}
/**
* Unsets the "Orders" element
*/
public void unsetOrders()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(ORDERS$8, 0);
}
}
}

View File

@@ -0,0 +1,221 @@
/*
* XML Type: AppointmentProposal
* Namespace: http://schemas.microsoft.com/crm/2006/Scheduling
* Java type: com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.scheduling;
/**
* An XML AppointmentProposal(@http://schemas.microsoft.com/crm/2006/Scheduling).
*
* This is a complex type.
*/
public interface AppointmentProposal extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AppointmentProposal.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("appointmentproposald00atype");
/**
* Gets the "Start" element
*/
com.microsoft.schemas.crm._2006.webservices.CrmDateTime getStart();
/**
* True if has "Start" element
*/
boolean isSetStart();
/**
* Sets the "Start" element
*/
void setStart(com.microsoft.schemas.crm._2006.webservices.CrmDateTime start);
/**
* Appends and returns a new empty "Start" element
*/
com.microsoft.schemas.crm._2006.webservices.CrmDateTime addNewStart();
/**
* Unsets the "Start" element
*/
void unsetStart();
/**
* Gets the "End" element
*/
com.microsoft.schemas.crm._2006.webservices.CrmDateTime getEnd();
/**
* True if has "End" element
*/
boolean isSetEnd();
/**
* Sets the "End" element
*/
void setEnd(com.microsoft.schemas.crm._2006.webservices.CrmDateTime end);
/**
* Appends and returns a new empty "End" element
*/
com.microsoft.schemas.crm._2006.webservices.CrmDateTime addNewEnd();
/**
* Unsets the "End" element
*/
void unsetEnd();
/**
* Gets the "SiteId" element
*/
java.lang.String getSiteId();
/**
* Gets (as xml) the "SiteId" element
*/
com.microsoft.wsdl.types.Guid xgetSiteId();
/**
* Sets the "SiteId" element
*/
void setSiteId(java.lang.String siteId);
/**
* Sets (as xml) the "SiteId" element
*/
void xsetSiteId(com.microsoft.wsdl.types.Guid siteId);
/**
* Gets the "SiteName" element
*/
java.lang.String getSiteName();
/**
* Gets (as xml) the "SiteName" element
*/
org.apache.xmlbeans.XmlString xgetSiteName();
/**
* True if has "SiteName" element
*/
boolean isSetSiteName();
/**
* Sets the "SiteName" element
*/
void setSiteName(java.lang.String siteName);
/**
* Sets (as xml) the "SiteName" element
*/
void xsetSiteName(org.apache.xmlbeans.XmlString siteName);
/**
* Unsets the "SiteName" element
*/
void unsetSiteName();
/**
* Gets the "ProposalParties" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfProposalParty getProposalParties();
/**
* True if has "ProposalParties" element
*/
boolean isSetProposalParties();
/**
* Sets the "ProposalParties" element
*/
void setProposalParties(com.microsoft.schemas.crm._2006.scheduling.ArrayOfProposalParty proposalParties);
/**
* Appends and returns a new empty "ProposalParties" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfProposalParty addNewProposalParties();
/**
* Unsets the "ProposalParties" element
*/
void unsetProposalParties();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal newInstance() {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,486 @@
/*
* XML Type: AppointmentRequest
* Namespace: http://schemas.microsoft.com/crm/2006/Scheduling
* Java type: com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.scheduling;
/**
* An XML AppointmentRequest(@http://schemas.microsoft.com/crm/2006/Scheduling).
*
* This is a complex type.
*/
public interface AppointmentRequest extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AppointmentRequest.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("appointmentrequestc679type");
/**
* Gets the "ServiceId" element
*/
java.lang.String getServiceId();
/**
* Gets (as xml) the "ServiceId" element
*/
com.microsoft.wsdl.types.Guid xgetServiceId();
/**
* Sets the "ServiceId" element
*/
void setServiceId(java.lang.String serviceId);
/**
* Sets (as xml) the "ServiceId" element
*/
void xsetServiceId(com.microsoft.wsdl.types.Guid serviceId);
/**
* Gets the "AnchorOffset" element
*/
int getAnchorOffset();
/**
* Gets (as xml) the "AnchorOffset" element
*/
org.apache.xmlbeans.XmlInt xgetAnchorOffset();
/**
* Sets the "AnchorOffset" element
*/
void setAnchorOffset(int anchorOffset);
/**
* Sets (as xml) the "AnchorOffset" element
*/
void xsetAnchorOffset(org.apache.xmlbeans.XmlInt anchorOffset);
/**
* Gets the "UserTimeZoneCode" element
*/
int getUserTimeZoneCode();
/**
* Gets (as xml) the "UserTimeZoneCode" element
*/
org.apache.xmlbeans.XmlInt xgetUserTimeZoneCode();
/**
* Sets the "UserTimeZoneCode" element
*/
void setUserTimeZoneCode(int userTimeZoneCode);
/**
* Sets (as xml) the "UserTimeZoneCode" element
*/
void xsetUserTimeZoneCode(org.apache.xmlbeans.XmlInt userTimeZoneCode);
/**
* Gets the "RecurrenceDuration" element
*/
int getRecurrenceDuration();
/**
* Gets (as xml) the "RecurrenceDuration" element
*/
org.apache.xmlbeans.XmlInt xgetRecurrenceDuration();
/**
* Sets the "RecurrenceDuration" element
*/
void setRecurrenceDuration(int recurrenceDuration);
/**
* Sets (as xml) the "RecurrenceDuration" element
*/
void xsetRecurrenceDuration(org.apache.xmlbeans.XmlInt recurrenceDuration);
/**
* Gets the "RecurrenceTimeZoneCode" element
*/
int getRecurrenceTimeZoneCode();
/**
* Gets (as xml) the "RecurrenceTimeZoneCode" element
*/
org.apache.xmlbeans.XmlInt xgetRecurrenceTimeZoneCode();
/**
* Sets the "RecurrenceTimeZoneCode" element
*/
void setRecurrenceTimeZoneCode(int recurrenceTimeZoneCode);
/**
* Sets (as xml) the "RecurrenceTimeZoneCode" element
*/
void xsetRecurrenceTimeZoneCode(org.apache.xmlbeans.XmlInt recurrenceTimeZoneCode);
/**
* Gets the "AppointmentsToIgnore" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore getAppointmentsToIgnore();
/**
* True if has "AppointmentsToIgnore" element
*/
boolean isSetAppointmentsToIgnore();
/**
* Sets the "AppointmentsToIgnore" element
*/
void setAppointmentsToIgnore(com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore appointmentsToIgnore);
/**
* Appends and returns a new empty "AppointmentsToIgnore" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore addNewAppointmentsToIgnore();
/**
* Unsets the "AppointmentsToIgnore" element
*/
void unsetAppointmentsToIgnore();
/**
* Gets the "RequiredResources" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfRequiredResource getRequiredResources();
/**
* True if has "RequiredResources" element
*/
boolean isSetRequiredResources();
/**
* Sets the "RequiredResources" element
*/
void setRequiredResources(com.microsoft.schemas.crm._2006.scheduling.ArrayOfRequiredResource requiredResources);
/**
* Appends and returns a new empty "RequiredResources" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfRequiredResource addNewRequiredResources();
/**
* Unsets the "RequiredResources" element
*/
void unsetRequiredResources();
/**
* Gets the "SearchWindowStart" element
*/
com.microsoft.schemas.crm._2006.webservices.CrmDateTime getSearchWindowStart();
/**
* True if has "SearchWindowStart" element
*/
boolean isSetSearchWindowStart();
/**
* Sets the "SearchWindowStart" element
*/
void setSearchWindowStart(com.microsoft.schemas.crm._2006.webservices.CrmDateTime searchWindowStart);
/**
* Appends and returns a new empty "SearchWindowStart" element
*/
com.microsoft.schemas.crm._2006.webservices.CrmDateTime addNewSearchWindowStart();
/**
* Unsets the "SearchWindowStart" element
*/
void unsetSearchWindowStart();
/**
* Gets the "SearchWindowEnd" element
*/
com.microsoft.schemas.crm._2006.webservices.CrmDateTime getSearchWindowEnd();
/**
* True if has "SearchWindowEnd" element
*/
boolean isSetSearchWindowEnd();
/**
* Sets the "SearchWindowEnd" element
*/
void setSearchWindowEnd(com.microsoft.schemas.crm._2006.webservices.CrmDateTime searchWindowEnd);
/**
* Appends and returns a new empty "SearchWindowEnd" element
*/
com.microsoft.schemas.crm._2006.webservices.CrmDateTime addNewSearchWindowEnd();
/**
* Unsets the "SearchWindowEnd" element
*/
void unsetSearchWindowEnd();
/**
* Gets the "SearchRecurrenceStart" element
*/
com.microsoft.schemas.crm._2006.webservices.CrmDateTime getSearchRecurrenceStart();
/**
* True if has "SearchRecurrenceStart" element
*/
boolean isSetSearchRecurrenceStart();
/**
* Sets the "SearchRecurrenceStart" element
*/
void setSearchRecurrenceStart(com.microsoft.schemas.crm._2006.webservices.CrmDateTime searchRecurrenceStart);
/**
* Appends and returns a new empty "SearchRecurrenceStart" element
*/
com.microsoft.schemas.crm._2006.webservices.CrmDateTime addNewSearchRecurrenceStart();
/**
* Unsets the "SearchRecurrenceStart" element
*/
void unsetSearchRecurrenceStart();
/**
* Gets the "SearchRecurrenceRule" element
*/
java.lang.String getSearchRecurrenceRule();
/**
* Gets (as xml) the "SearchRecurrenceRule" element
*/
org.apache.xmlbeans.XmlString xgetSearchRecurrenceRule();
/**
* True if has "SearchRecurrenceRule" element
*/
boolean isSetSearchRecurrenceRule();
/**
* Sets the "SearchRecurrenceRule" element
*/
void setSearchRecurrenceRule(java.lang.String searchRecurrenceRule);
/**
* Sets (as xml) the "SearchRecurrenceRule" element
*/
void xsetSearchRecurrenceRule(org.apache.xmlbeans.XmlString searchRecurrenceRule);
/**
* Unsets the "SearchRecurrenceRule" element
*/
void unsetSearchRecurrenceRule();
/**
* Gets the "Duration" element
*/
int getDuration();
/**
* Gets (as xml) the "Duration" element
*/
org.apache.xmlbeans.XmlInt xgetDuration();
/**
* Sets the "Duration" element
*/
void setDuration(int duration);
/**
* Sets (as xml) the "Duration" element
*/
void xsetDuration(org.apache.xmlbeans.XmlInt duration);
/**
* Gets the "Constraints" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation getConstraints();
/**
* True if has "Constraints" element
*/
boolean isSetConstraints();
/**
* Sets the "Constraints" element
*/
void setConstraints(com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation constraints);
/**
* Appends and returns a new empty "Constraints" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation addNewConstraints();
/**
* Unsets the "Constraints" element
*/
void unsetConstraints();
/**
* Gets the "Objectives" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfObjectiveRelation getObjectives();
/**
* True if has "Objectives" element
*/
boolean isSetObjectives();
/**
* Sets the "Objectives" element
*/
void setObjectives(com.microsoft.schemas.crm._2006.scheduling.ArrayOfObjectiveRelation objectives);
/**
* Appends and returns a new empty "Objectives" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfObjectiveRelation addNewObjectives();
/**
* Unsets the "Objectives" element
*/
void unsetObjectives();
/**
* Gets the "Direction" element
*/
com.microsoft.schemas.crm._2006.scheduling.SearchDirection.Enum getDirection();
/**
* Gets (as xml) the "Direction" element
*/
com.microsoft.schemas.crm._2006.scheduling.SearchDirection xgetDirection();
/**
* Sets the "Direction" element
*/
void setDirection(com.microsoft.schemas.crm._2006.scheduling.SearchDirection.Enum direction);
/**
* Sets (as xml) the "Direction" element
*/
void xsetDirection(com.microsoft.schemas.crm._2006.scheduling.SearchDirection direction);
/**
* Gets the "NumberOfResults" element
*/
int getNumberOfResults();
/**
* Gets (as xml) the "NumberOfResults" element
*/
org.apache.xmlbeans.XmlInt xgetNumberOfResults();
/**
* Sets the "NumberOfResults" element
*/
void setNumberOfResults(int numberOfResults);
/**
* Sets (as xml) the "NumberOfResults" element
*/
void xsetNumberOfResults(org.apache.xmlbeans.XmlInt numberOfResults);
/**
* Gets the "Sites" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid getSites();
/**
* True if has "Sites" element
*/
boolean isSetSites();
/**
* Sets the "Sites" element
*/
void setSites(com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid sites);
/**
* Appends and returns a new empty "Sites" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid addNewSites();
/**
* Unsets the "Sites" element
*/
void unsetSites();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest newInstance() {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,141 @@
/*
* XML Type: AppointmentsToIgnore
* Namespace: http://schemas.microsoft.com/crm/2006/Scheduling
* Java type: com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.scheduling;
/**
* An XML AppointmentsToIgnore(@http://schemas.microsoft.com/crm/2006/Scheduling).
*
* This is a complex type.
*/
public interface AppointmentsToIgnore extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AppointmentsToIgnore.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("appointmentstoignore89c8type");
/**
* Gets the "Appointments" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid getAppointments();
/**
* True if has "Appointments" element
*/
boolean isSetAppointments();
/**
* Sets the "Appointments" element
*/
void setAppointments(com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid appointments);
/**
* Appends and returns a new empty "Appointments" element
*/
com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid addNewAppointments();
/**
* Unsets the "Appointments" element
*/
void unsetAppointments();
/**
* Gets the "ResourceId" element
*/
java.lang.String getResourceId();
/**
* Gets (as xml) the "ResourceId" element
*/
com.microsoft.wsdl.types.Guid xgetResourceId();
/**
* Sets the "ResourceId" element
*/
void setResourceId(java.lang.String resourceId);
/**
* Sets (as xml) the "ResourceId" element
*/
void xsetResourceId(com.microsoft.wsdl.types.Guid resourceId);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore newInstance() {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,146 @@
/*
* XML Type: ArrayOfAppointmentProposal
* Namespace: http://schemas.microsoft.com/crm/2006/Scheduling
* Java type: com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.scheduling;
/**
* An XML ArrayOfAppointmentProposal(@http://schemas.microsoft.com/crm/2006/Scheduling).
*
* This is a complex type.
*/
public interface ArrayOfAppointmentProposal extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayOfAppointmentProposal.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("arrayofappointmentproposal2608type");
/**
* Gets array of all "AppointmentProposal" elements
*/
com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal[] getAppointmentProposalArray();
/**
* Gets ith "AppointmentProposal" element
*/
com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal getAppointmentProposalArray(int i);
/**
* Tests for nil ith "AppointmentProposal" element
*/
boolean isNilAppointmentProposalArray(int i);
/**
* Returns number of "AppointmentProposal" element
*/
int sizeOfAppointmentProposalArray();
/**
* Sets array of all "AppointmentProposal" element
*/
void setAppointmentProposalArray(com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal[] appointmentProposalArray);
/**
* Sets ith "AppointmentProposal" element
*/
void setAppointmentProposalArray(int i, com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal appointmentProposal);
/**
* Nils the ith "AppointmentProposal" element
*/
void setNilAppointmentProposalArray(int i);
/**
* Inserts and returns a new empty value (as xml) as the ith "AppointmentProposal" element
*/
com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal insertNewAppointmentProposal(int i);
/**
* Appends and returns a new empty value (as xml) as the last "AppointmentProposal" element
*/
com.microsoft.schemas.crm._2006.scheduling.AppointmentProposal addNewAppointmentProposal();
/**
* Removes the ith "AppointmentProposal" element
*/
void removeAppointmentProposal(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal newInstance() {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentProposal) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,146 @@
/*
* XML Type: ArrayOfAppointmentsToIgnore
* Namespace: http://schemas.microsoft.com/crm/2006/Scheduling
* Java type: com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.scheduling;
/**
* An XML ArrayOfAppointmentsToIgnore(@http://schemas.microsoft.com/crm/2006/Scheduling).
*
* This is a complex type.
*/
public interface ArrayOfAppointmentsToIgnore extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayOfAppointmentsToIgnore.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("arrayofappointmentstoignoref38atype");
/**
* Gets array of all "AppointmentsToIgnore" elements
*/
com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore[] getAppointmentsToIgnoreArray();
/**
* Gets ith "AppointmentsToIgnore" element
*/
com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore getAppointmentsToIgnoreArray(int i);
/**
* Tests for nil ith "AppointmentsToIgnore" element
*/
boolean isNilAppointmentsToIgnoreArray(int i);
/**
* Returns number of "AppointmentsToIgnore" element
*/
int sizeOfAppointmentsToIgnoreArray();
/**
* Sets array of all "AppointmentsToIgnore" element
*/
void setAppointmentsToIgnoreArray(com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore[] appointmentsToIgnoreArray);
/**
* Sets ith "AppointmentsToIgnore" element
*/
void setAppointmentsToIgnoreArray(int i, com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore appointmentsToIgnore);
/**
* Nils the ith "AppointmentsToIgnore" element
*/
void setNilAppointmentsToIgnoreArray(int i);
/**
* Inserts and returns a new empty value (as xml) as the ith "AppointmentsToIgnore" element
*/
com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore insertNewAppointmentsToIgnore(int i);
/**
* Appends and returns a new empty value (as xml) as the last "AppointmentsToIgnore" element
*/
com.microsoft.schemas.crm._2006.scheduling.AppointmentsToIgnore addNewAppointmentsToIgnore();
/**
* Removes the ith "AppointmentsToIgnore" element
*/
void removeAppointmentsToIgnore(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore newInstance() {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfAppointmentsToIgnore) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,146 @@
/*
* XML Type: ArrayOfConstraintRelation
* Namespace: http://schemas.microsoft.com/crm/2006/Scheduling
* Java type: com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.scheduling;
/**
* An XML ArrayOfConstraintRelation(@http://schemas.microsoft.com/crm/2006/Scheduling).
*
* This is a complex type.
*/
public interface ArrayOfConstraintRelation extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayOfConstraintRelation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("arrayofconstraintrelation16d2type");
/**
* Gets array of all "ConstraintRelation" elements
*/
com.microsoft.schemas.crm._2006.scheduling.ConstraintRelation[] getConstraintRelationArray();
/**
* Gets ith "ConstraintRelation" element
*/
com.microsoft.schemas.crm._2006.scheduling.ConstraintRelation getConstraintRelationArray(int i);
/**
* Tests for nil ith "ConstraintRelation" element
*/
boolean isNilConstraintRelationArray(int i);
/**
* Returns number of "ConstraintRelation" element
*/
int sizeOfConstraintRelationArray();
/**
* Sets array of all "ConstraintRelation" element
*/
void setConstraintRelationArray(com.microsoft.schemas.crm._2006.scheduling.ConstraintRelation[] constraintRelationArray);
/**
* Sets ith "ConstraintRelation" element
*/
void setConstraintRelationArray(int i, com.microsoft.schemas.crm._2006.scheduling.ConstraintRelation constraintRelation);
/**
* Nils the ith "ConstraintRelation" element
*/
void setNilConstraintRelationArray(int i);
/**
* Inserts and returns a new empty value (as xml) as the ith "ConstraintRelation" element
*/
com.microsoft.schemas.crm._2006.scheduling.ConstraintRelation insertNewConstraintRelation(int i);
/**
* Appends and returns a new empty value (as xml) as the last "ConstraintRelation" element
*/
com.microsoft.schemas.crm._2006.scheduling.ConstraintRelation addNewConstraintRelation();
/**
* Removes the ith "ConstraintRelation" element
*/
void removeConstraintRelation(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation newInstance() {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfConstraintRelation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,146 @@
/*
* XML Type: ArrayOfErrorInfo
* Namespace: http://schemas.microsoft.com/crm/2006/Scheduling
* Java type: com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.scheduling;
/**
* An XML ArrayOfErrorInfo(@http://schemas.microsoft.com/crm/2006/Scheduling).
*
* This is a complex type.
*/
public interface ArrayOfErrorInfo extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayOfErrorInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("arrayoferrorinfo4a43type");
/**
* Gets array of all "ErrorInfo" elements
*/
com.microsoft.schemas.crm._2006.scheduling.ErrorInfo[] getErrorInfoArray();
/**
* Gets ith "ErrorInfo" element
*/
com.microsoft.schemas.crm._2006.scheduling.ErrorInfo getErrorInfoArray(int i);
/**
* Tests for nil ith "ErrorInfo" element
*/
boolean isNilErrorInfoArray(int i);
/**
* Returns number of "ErrorInfo" element
*/
int sizeOfErrorInfoArray();
/**
* Sets array of all "ErrorInfo" element
*/
void setErrorInfoArray(com.microsoft.schemas.crm._2006.scheduling.ErrorInfo[] errorInfoArray);
/**
* Sets ith "ErrorInfo" element
*/
void setErrorInfoArray(int i, com.microsoft.schemas.crm._2006.scheduling.ErrorInfo errorInfo);
/**
* Nils the ith "ErrorInfo" element
*/
void setNilErrorInfoArray(int i);
/**
* Inserts and returns a new empty value (as xml) as the ith "ErrorInfo" element
*/
com.microsoft.schemas.crm._2006.scheduling.ErrorInfo insertNewErrorInfo(int i);
/**
* Appends and returns a new empty value (as xml) as the last "ErrorInfo" element
*/
com.microsoft.schemas.crm._2006.scheduling.ErrorInfo addNewErrorInfo();
/**
* Removes the ith "ErrorInfo" element
*/
void removeErrorInfo(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo newInstance() {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfErrorInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

View File

@@ -0,0 +1,166 @@
/*
* XML Type: ArrayOfGuid
* Namespace: http://schemas.microsoft.com/crm/2006/Scheduling
* Java type: com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2006.scheduling;
/**
* An XML ArrayOfGuid(@http://schemas.microsoft.com/crm/2006/Scheduling).
*
* This is a complex type.
*/
public interface ArrayOfGuid extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArrayOfGuid.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996").resolveHandle("arrayofguid8902type");
/**
* Gets array of all "guid" elements
*/
java.lang.String[] getGuidArray();
/**
* Gets ith "guid" element
*/
java.lang.String getGuidArray(int i);
/**
* Gets (as xml) array of all "guid" elements
*/
com.microsoft.wsdl.types.Guid[] xgetGuidArray();
/**
* Gets (as xml) ith "guid" element
*/
com.microsoft.wsdl.types.Guid xgetGuidArray(int i);
/**
* Returns number of "guid" element
*/
int sizeOfGuidArray();
/**
* Sets array of all "guid" element
*/
void setGuidArray(java.lang.String[] guidArray);
/**
* Sets ith "guid" element
*/
void setGuidArray(int i, java.lang.String guid);
/**
* Sets (as xml) array of all "guid" element
*/
void xsetGuidArray(com.microsoft.wsdl.types.Guid[] guidArray);
/**
* Sets (as xml) ith "guid" element
*/
void xsetGuidArray(int i, com.microsoft.wsdl.types.Guid guid);
/**
* Inserts the value as the ith "guid" element
*/
void insertGuid(int i, java.lang.String guid);
/**
* Appends the value as the last "guid" element
*/
void addGuid(java.lang.String guid);
/**
* Inserts and returns a new empty value (as xml) as the ith "guid" element
*/
com.microsoft.wsdl.types.Guid insertNewGuid(int i);
/**
* Appends and returns a new empty value (as xml) as the last "guid" element
*/
com.microsoft.wsdl.types.Guid addNewGuid();
/**
* Removes the ith "guid" element
*/
void removeGuid(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid newInstance() {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (com.microsoft.schemas.crm._2006.scheduling.ArrayOfGuid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}

Some files were not shown because too many files have changed in this diff Show More