| Package | Description |
|---|---|
| org.apache.airavata.schemas.wec | |
| org.apache.airavata.schemas.wec.impl |
| Modifier and Type | Method and Description |
|---|---|
NameValuePairType |
WorkflowSchedulingContextDocument.WorkflowSchedulingContext.addNewNameValuePair()
Appends and returns a new empty value (as xml) as the last "nameValuePair" element
|
NameValuePairType[] |
WorkflowSchedulingContextDocument.WorkflowSchedulingContext.getNameValuePairArray()
Gets array of all "nameValuePair" elements
|
NameValuePairType |
WorkflowSchedulingContextDocument.WorkflowSchedulingContext.getNameValuePairArray(int i)
Gets ith "nameValuePair" element
|
NameValuePairType |
WorkflowSchedulingContextDocument.WorkflowSchedulingContext.insertNewNameValuePair(int i)
Inserts and returns a new empty value (as xml) as the ith "nameValuePair" element
|
static NameValuePairType |
NameValuePairType.Factory.newInstance() |
static NameValuePairType |
NameValuePairType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static NameValuePairType |
NameValuePairType.Factory.parse(File file) |
static NameValuePairType |
NameValuePairType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static NameValuePairType |
NameValuePairType.Factory.parse(InputStream is) |
static NameValuePairType |
NameValuePairType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static NameValuePairType |
NameValuePairType.Factory.parse(Node node) |
static NameValuePairType |
NameValuePairType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static NameValuePairType |
NameValuePairType.Factory.parse(Reader r) |
static NameValuePairType |
NameValuePairType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static NameValuePairType |
NameValuePairType.Factory.parse(String xmlAsString) |
static NameValuePairType |
NameValuePairType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static NameValuePairType |
NameValuePairType.Factory.parse(URL u) |
static NameValuePairType |
NameValuePairType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static NameValuePairType |
NameValuePairType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static NameValuePairType |
NameValuePairType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static NameValuePairType |
NameValuePairType.Factory.parse(XMLStreamReader sr) |
static NameValuePairType |
NameValuePairType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowSchedulingContextDocument.WorkflowSchedulingContext.setNameValuePairArray(int i,
NameValuePairType nameValuePair)
Sets ith "nameValuePair" element
|
void |
WorkflowSchedulingContextDocument.WorkflowSchedulingContext.setNameValuePairArray(NameValuePairType[] nameValuePairArray)
Sets array of all "nameValuePair" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
NameValuePairTypeImpl
An XML nameValuePairType(@http://airavata.apache.org/schemas/wec/2012/05).
|
| Modifier and Type | Method and Description |
|---|---|
NameValuePairType |
WorkflowSchedulingContextDocumentImpl.WorkflowSchedulingContextImpl.addNewNameValuePair()
Appends and returns a new empty value (as xml) as the last "nameValuePair" element
|
NameValuePairType[] |
WorkflowSchedulingContextDocumentImpl.WorkflowSchedulingContextImpl.getNameValuePairArray()
Gets array of all "nameValuePair" elements
|
NameValuePairType |
WorkflowSchedulingContextDocumentImpl.WorkflowSchedulingContextImpl.getNameValuePairArray(int i)
Gets ith "nameValuePair" element
|
NameValuePairType |
WorkflowSchedulingContextDocumentImpl.WorkflowSchedulingContextImpl.insertNewNameValuePair(int i)
Inserts and returns a new empty value (as xml) as the ith "nameValuePair" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowSchedulingContextDocumentImpl.WorkflowSchedulingContextImpl.setNameValuePairArray(int i,
NameValuePairType nameValuePair)
Sets ith "nameValuePair" element
|
void |
WorkflowSchedulingContextDocumentImpl.WorkflowSchedulingContextImpl.setNameValuePairArray(NameValuePairType[] nameValuePairArray)
Sets array of all "nameValuePair" element
|
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.