|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeConstraintDocument | |
---|---|
org.ogf.graap.wsag4j.types.scheduling | |
org.ogf.graap.wsag4j.types.scheduling.impl |
Uses of TimeConstraintDocument in org.ogf.graap.wsag4j.types.scheduling |
---|
Methods in org.ogf.graap.wsag4j.types.scheduling that return TimeConstraintDocument | |
---|---|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.newInstance()
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(File file)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(InputStream is)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(Node node)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(Reader r)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(String xmlAsString)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(URL u)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static TimeConstraintDocument |
TimeConstraintDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of TimeConstraintDocument in org.ogf.graap.wsag4j.types.scheduling.impl |
---|
Classes in org.ogf.graap.wsag4j.types.scheduling.impl that implement TimeConstraintDocument | |
---|---|
class |
TimeConstraintDocumentImpl
A document containing one TimeConstraint(@http://schemas.wsag4j.org/2009/07/wsag4j-scheduling-extensions) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |