public static interface AddResponseDocument.AddResponse
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddResponseDocument.AddResponse.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 |
|---|---|
EndpointReferenceType |
addNewServiceGroupEntryReference()
Appends and returns a new empty "ServiceGroupEntryReference" element
|
Calendar |
getCurrentTime()
Gets the "CurrentTime" element
|
EndpointReferenceType |
getServiceGroupEntryReference()
Gets the "ServiceGroupEntryReference" element
|
Calendar |
getTerminationTime()
Gets the "TerminationTime" element
|
boolean |
isNilTerminationTime()
Tests for nil "TerminationTime" element
|
void |
setCurrentTime(Calendar currentTime)
Sets the "CurrentTime" element
|
void |
setNilTerminationTime()
Nils the "TerminationTime" element
|
void |
setServiceGroupEntryReference(EndpointReferenceType serviceGroupEntryReference)
Sets the "ServiceGroupEntryReference" element
|
void |
setTerminationTime(Calendar terminationTime)
Sets the "TerminationTime" element
|
org.apache.xmlbeans.XmlDateTime |
xgetCurrentTime()
Gets (as xml) the "CurrentTime" element
|
org.apache.xmlbeans.XmlDateTime |
xgetTerminationTime()
Gets (as xml) the "TerminationTime" element
|
void |
xsetCurrentTime(org.apache.xmlbeans.XmlDateTime currentTime)
Sets (as xml) the "CurrentTime" element
|
void |
xsetTerminationTime(org.apache.xmlbeans.XmlDateTime terminationTime)
Sets (as xml) the "TerminationTime" 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, xmlTextEndpointReferenceType getServiceGroupEntryReference()
void setServiceGroupEntryReference(EndpointReferenceType serviceGroupEntryReference)
EndpointReferenceType addNewServiceGroupEntryReference()
Calendar getTerminationTime()
org.apache.xmlbeans.XmlDateTime xgetTerminationTime()
boolean isNilTerminationTime()
void setTerminationTime(Calendar terminationTime)
void xsetTerminationTime(org.apache.xmlbeans.XmlDateTime terminationTime)
void setNilTerminationTime()
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.