|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeConstraintType | |
---|---|
org.wsag4j.types.scheduling | |
org.wsag4j.types.scheduling.impl |
Uses of TimeConstraintType in org.wsag4j.types.scheduling |
---|
Methods in org.wsag4j.types.scheduling that return TimeConstraintType | |
---|---|
TimeConstraintType |
TimeConstraintDocument.addNewTimeConstraint()
Appends and returns a new empty "TimeConstraint" element |
TimeConstraintType |
TimeConstraintDocument.getTimeConstraint()
Gets the "TimeConstraint" element |
static TimeConstraintType |
TimeConstraintType.Factory.newInstance()
|
static TimeConstraintType |
TimeConstraintType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(File file)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(InputStream is)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(Node node)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(Reader r)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(String xmlAsString)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(URL u)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TimeConstraintType |
TimeConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TimeConstraintType |
TimeConstraintType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static TimeConstraintType |
TimeConstraintType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.wsag4j.types.scheduling with parameters of type TimeConstraintType | |
---|---|
void |
TimeConstraintDocument.setTimeConstraint(TimeConstraintType timeConstraint)
Sets the "TimeConstraint" element |
Uses of TimeConstraintType in org.wsag4j.types.scheduling.impl |
---|
Methods in org.wsag4j.types.scheduling.impl that return TimeConstraintType | |
---|---|
TimeConstraintType |
TimeConstraintDocumentImpl.addNewTimeConstraint()
Appends and returns a new empty "TimeConstraint" element |
TimeConstraintType |
TimeConstraintDocumentImpl.getTimeConstraint()
Gets the "TimeConstraint" element |
Methods in org.wsag4j.types.scheduling.impl with parameters of type TimeConstraintType | |
---|---|
void |
TimeConstraintDocumentImpl.setTimeConstraint(TimeConstraintType timeConstraint)
Sets the "TimeConstraint" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |