public static interface ContextHeaderDocument.ContextHeader
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContextHeaderDocument.ContextHeader.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
SecurityContextDocument.SecurityContext |
addNewSecurityContext()
Appends and returns a new empty "security-context" element
|
SoaServiceEprsDocument.SoaServiceEprs |
addNewSoaServiceEprs()
Appends and returns a new empty "soa-service-eprs" element
|
WorkflowMonitoringContextDocument.WorkflowMonitoringContext |
addNewWorkflowMonitoringContext()
Appends and returns a new empty "workflow-monitoring-context" element
|
WorkflowOutputDataHandlingDocument.WorkflowOutputDataHandling |
addNewWorkflowOutputDataHandling()
Appends and returns a new empty "workflow-output-data-handling" element
|
WorkflowSchedulingContextDocument.WorkflowSchedulingContext |
addNewWorkflowSchedulingContext()
Appends and returns a new empty "workflow-scheduling-context" element
|
SecurityContextDocument.SecurityContext |
getSecurityContext()
Gets the "security-context" element
|
SoaServiceEprsDocument.SoaServiceEprs |
getSoaServiceEprs()
Gets the "soa-service-eprs" element
|
String |
getUserIdentifier()
Gets the "user-identifier" element
|
WorkflowMonitoringContextDocument.WorkflowMonitoringContext |
getWorkflowMonitoringContext()
Gets the "workflow-monitoring-context" element
|
WorkflowOutputDataHandlingDocument.WorkflowOutputDataHandling |
getWorkflowOutputDataHandling()
Gets the "workflow-output-data-handling" element
|
WorkflowSchedulingContextDocument.WorkflowSchedulingContext |
getWorkflowSchedulingContext()
Gets the "workflow-scheduling-context" element
|
boolean |
isSetSecurityContext()
True if has "security-context" element
|
boolean |
isSetUserIdentifier()
True if has "user-identifier" element
|
boolean |
isSetWorkflowOutputDataHandling()
True if has "workflow-output-data-handling" element
|
boolean |
isSetWorkflowSchedulingContext()
True if has "workflow-scheduling-context" element
|
void |
setSecurityContext(SecurityContextDocument.SecurityContext securityContext)
Sets the "security-context" element
|
void |
setSoaServiceEprs(SoaServiceEprsDocument.SoaServiceEprs soaServiceEprs)
Sets the "soa-service-eprs" element
|
void |
setUserIdentifier(String userIdentifier)
Sets the "user-identifier" element
|
void |
setWorkflowMonitoringContext(WorkflowMonitoringContextDocument.WorkflowMonitoringContext workflowMonitoringContext)
Sets the "workflow-monitoring-context" element
|
void |
setWorkflowOutputDataHandling(WorkflowOutputDataHandlingDocument.WorkflowOutputDataHandling workflowOutputDataHandling)
Sets the "workflow-output-data-handling" element
|
void |
setWorkflowSchedulingContext(WorkflowSchedulingContextDocument.WorkflowSchedulingContext workflowSchedulingContext)
Sets the "workflow-scheduling-context" element
|
void |
unsetSecurityContext()
Unsets the "security-context" element
|
void |
unsetUserIdentifier()
Unsets the "user-identifier" element
|
void |
unsetWorkflowOutputDataHandling()
Unsets the "workflow-output-data-handling" element
|
void |
unsetWorkflowSchedulingContext()
Unsets the "workflow-scheduling-context" element
|
org.apache.xmlbeans.XmlString |
xgetUserIdentifier()
Gets (as xml) the "user-identifier" element
|
void |
xsetUserIdentifier(org.apache.xmlbeans.XmlString userIdentifier)
Sets (as xml) the "user-identifier" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getUserIdentifier()
org.apache.xmlbeans.XmlString xgetUserIdentifier()
boolean isSetUserIdentifier()
void setUserIdentifier(String userIdentifier)
void xsetUserIdentifier(org.apache.xmlbeans.XmlString userIdentifier)
void unsetUserIdentifier()
SoaServiceEprsDocument.SoaServiceEprs getSoaServiceEprs()
void setSoaServiceEprs(SoaServiceEprsDocument.SoaServiceEprs soaServiceEprs)
SoaServiceEprsDocument.SoaServiceEprs addNewSoaServiceEprs()
WorkflowMonitoringContextDocument.WorkflowMonitoringContext getWorkflowMonitoringContext()
void setWorkflowMonitoringContext(WorkflowMonitoringContextDocument.WorkflowMonitoringContext workflowMonitoringContext)
WorkflowMonitoringContextDocument.WorkflowMonitoringContext addNewWorkflowMonitoringContext()
WorkflowSchedulingContextDocument.WorkflowSchedulingContext getWorkflowSchedulingContext()
boolean isSetWorkflowSchedulingContext()
void setWorkflowSchedulingContext(WorkflowSchedulingContextDocument.WorkflowSchedulingContext workflowSchedulingContext)
WorkflowSchedulingContextDocument.WorkflowSchedulingContext addNewWorkflowSchedulingContext()
void unsetWorkflowSchedulingContext()
WorkflowOutputDataHandlingDocument.WorkflowOutputDataHandling getWorkflowOutputDataHandling()
boolean isSetWorkflowOutputDataHandling()
void setWorkflowOutputDataHandling(WorkflowOutputDataHandlingDocument.WorkflowOutputDataHandling workflowOutputDataHandling)
WorkflowOutputDataHandlingDocument.WorkflowOutputDataHandling addNewWorkflowOutputDataHandling()
void unsetWorkflowOutputDataHandling()
SecurityContextDocument.SecurityContext getSecurityContext()
boolean isSetSecurityContext()
void setSecurityContext(SecurityContextDocument.SecurityContext securityContext)
SecurityContextDocument.SecurityContext addNewSecurityContext()
void unsetSecurityContext()
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.