|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceTargetType | |
---|---|
org.ggf.schemas.jsdl.x2005.x11.jsdl | |
org.ggf.schemas.jsdl.x2005.x11.jsdl.impl |
Uses of SourceTargetType in org.ggf.schemas.jsdl.x2005.x11.jsdl |
---|
Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl that return SourceTargetType | |
---|---|
SourceTargetType |
SourceDocument.addNewSource()
Appends and returns a new empty "Source" element |
SourceTargetType |
DataStagingType.addNewSource()
Appends and returns a new empty "Source" element |
SourceTargetType |
TargetDocument.addNewTarget()
Appends and returns a new empty "Target" element |
SourceTargetType |
DataStagingType.addNewTarget()
Appends and returns a new empty "Target" element |
SourceTargetType |
SourceDocument.getSource()
Gets the "Source" element |
SourceTargetType |
DataStagingType.getSource()
Gets the "Source" element |
SourceTargetType |
TargetDocument.getTarget()
Gets the "Target" element |
SourceTargetType |
DataStagingType.getTarget()
Gets the "Target" element |
static SourceTargetType |
SourceTargetType.Factory.newInstance()
|
static SourceTargetType |
SourceTargetType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static SourceTargetType |
SourceTargetType.Factory.parse(File file)
|
static SourceTargetType |
SourceTargetType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static SourceTargetType |
SourceTargetType.Factory.parse(InputStream is)
|
static SourceTargetType |
SourceTargetType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static SourceTargetType |
SourceTargetType.Factory.parse(Node node)
|
static SourceTargetType |
SourceTargetType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static SourceTargetType |
SourceTargetType.Factory.parse(Reader r)
|
static SourceTargetType |
SourceTargetType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static SourceTargetType |
SourceTargetType.Factory.parse(String xmlAsString)
|
static SourceTargetType |
SourceTargetType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static SourceTargetType |
SourceTargetType.Factory.parse(URL u)
|
static SourceTargetType |
SourceTargetType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static SourceTargetType |
SourceTargetType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static SourceTargetType |
SourceTargetType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static SourceTargetType |
SourceTargetType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static SourceTargetType |
SourceTargetType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl with parameters of type SourceTargetType | |
---|---|
void |
SourceDocument.setSource(SourceTargetType source)
Sets the "Source" element |
void |
DataStagingType.setSource(SourceTargetType source)
Sets the "Source" element |
void |
TargetDocument.setTarget(SourceTargetType target)
Sets the "Target" element |
void |
DataStagingType.setTarget(SourceTargetType target)
Sets the "Target" element |
Uses of SourceTargetType in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl |
---|
Classes in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that implement SourceTargetType | |
---|---|
class |
SourceTargetTypeImpl
An XML SourceTarget_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl). |
Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that return SourceTargetType | |
---|---|
SourceTargetType |
SourceDocumentImpl.addNewSource()
Appends and returns a new empty "Source" element |
SourceTargetType |
DataStagingTypeImpl.addNewSource()
Appends and returns a new empty "Source" element |
SourceTargetType |
TargetDocumentImpl.addNewTarget()
Appends and returns a new empty "Target" element |
SourceTargetType |
DataStagingTypeImpl.addNewTarget()
Appends and returns a new empty "Target" element |
SourceTargetType |
SourceDocumentImpl.getSource()
Gets the "Source" element |
SourceTargetType |
DataStagingTypeImpl.getSource()
Gets the "Source" element |
SourceTargetType |
TargetDocumentImpl.getTarget()
Gets the "Target" element |
SourceTargetType |
DataStagingTypeImpl.getTarget()
Gets the "Target" element |
Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl with parameters of type SourceTargetType | |
---|---|
void |
SourceDocumentImpl.setSource(SourceTargetType source)
Sets the "Source" element |
void |
DataStagingTypeImpl.setSource(SourceTargetType source)
Sets the "Source" element |
void |
TargetDocumentImpl.setTarget(SourceTargetType targetValue)
Sets the "Target" element |
void |
DataStagingTypeImpl.setTarget(SourceTargetType targetValue)
Sets the "Target" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |