public interface TimePeriodType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
TimePeriodType.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 |
|---|---|
TimePositionType |
addNewBeginPosition()
Appends and returns a new empty "BeginPosition" element
|
TimePositionType |
addNewEndPosition()
Appends and returns a new empty "EndPosition" element
|
TimePositionType |
getBeginPosition()
Gets the "BeginPosition" element
|
TimePositionType |
getEndPosition()
Gets the "EndPosition" element
|
String |
getFrame()
Gets the "frame" attribute
|
Object |
getTimeResolution()
Gets the "TimeResolution" element
|
boolean |
isSetFrame()
True if has "frame" attribute
|
boolean |
isSetTimeResolution()
True if has "TimeResolution" element
|
void |
setBeginPosition(TimePositionType beginPosition)
Sets the "BeginPosition" element
|
void |
setEndPosition(TimePositionType endPosition)
Sets the "EndPosition" element
|
void |
setFrame(String frame)
Sets the "frame" attribute
|
void |
setTimeResolution(Object timeResolution)
Sets the "TimeResolution" element
|
void |
unsetFrame()
Unsets the "frame" attribute
|
void |
unsetTimeResolution()
Unsets the "TimeResolution" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetFrame()
Gets (as xml) the "frame" attribute
|
TimeDurationType |
xgetTimeResolution()
Gets (as xml) the "TimeResolution" element
|
void |
xsetFrame(org.apache.xmlbeans.XmlAnyURI frame)
Sets (as xml) the "frame" attribute
|
void |
xsetTimeResolution(TimeDurationType timeResolution)
Sets (as xml) the "TimeResolution" element
|
changeType, compareTo, compareValue, copy, 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, xmlTextTimePositionType getBeginPosition()
void setBeginPosition(TimePositionType beginPosition)
TimePositionType addNewBeginPosition()
TimePositionType getEndPosition()
void setEndPosition(TimePositionType endPosition)
TimePositionType addNewEndPosition()
Object getTimeResolution()
TimeDurationType xgetTimeResolution()
boolean isSetTimeResolution()
void setTimeResolution(Object timeResolution)
void xsetTimeResolution(TimeDurationType timeResolution)
void unsetTimeResolution()
String getFrame()
org.apache.xmlbeans.XmlAnyURI xgetFrame()
boolean isSetFrame()
void setFrame(String frame)
void xsetFrame(org.apache.xmlbeans.XmlAnyURI frame)
void unsetFrame()
Copyright © 2017 52north.org. All rights reserved.