public static interface SetTerminationTimeResponseDocument.SetTerminationTimeResponse
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SetTerminationTimeResponseDocument.SetTerminationTimeResponse.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 |
|---|---|
Calendar |
getCurrentTime()
Gets the "CurrentTime" element
|
Calendar |
getNewTerminationTime()
Gets the "NewTerminationTime" element
|
boolean |
isNilNewTerminationTime()
Tests for nil "NewTerminationTime" element
|
void |
setCurrentTime(Calendar currentTime)
Sets the "CurrentTime" element
|
void |
setNewTerminationTime(Calendar newTerminationTime)
Sets the "NewTerminationTime" element
|
void |
setNilNewTerminationTime()
Nils the "NewTerminationTime" element
|
org.apache.xmlbeans.XmlDateTime |
xgetCurrentTime()
Gets (as xml) the "CurrentTime" element
|
org.apache.xmlbeans.XmlDateTime |
xgetNewTerminationTime()
Gets (as xml) the "NewTerminationTime" element
|
void |
xsetCurrentTime(org.apache.xmlbeans.XmlDateTime currentTime)
Sets (as xml) the "CurrentTime" element
|
void |
xsetNewTerminationTime(org.apache.xmlbeans.XmlDateTime newTerminationTime)
Sets (as xml) the "NewTerminationTime" 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, xmlTextCalendar getNewTerminationTime()
org.apache.xmlbeans.XmlDateTime xgetNewTerminationTime()
boolean isNilNewTerminationTime()
void setNewTerminationTime(Calendar newTerminationTime)
void xsetNewTerminationTime(org.apache.xmlbeans.XmlDateTime newTerminationTime)
void setNilNewTerminationTime()
Calendar getCurrentTime()
org.apache.xmlbeans.XmlDateTime xgetCurrentTime()
void setCurrentTime(Calendar currentTime)
void xsetCurrentTime(org.apache.xmlbeans.XmlDateTime currentTime)
Copyright © 2018 52north.org. All rights reserved.