Package org.oasisOpen.docs.wsn.b2
Interface UnacceptableInitialTerminationTimeFaultType
-
- All Superinterfaces:
BaseFaultType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
UnacceptableInitialTerminationTimeFaultTypeImpl
public interface UnacceptableInitialTerminationTimeFaultType extends BaseFaultType
An XML UnacceptableInitialTerminationTimeFaultType(@http://docs.oasis-open.org/wsn/b-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUnacceptableInitialTerminationTimeFaultType.FactoryA factory class with static methods for creating instances of this type.-
Nested classes/interfaces inherited from interface org.oasisOpen.docs.wsrf.bf2.BaseFaultType
BaseFaultType.Description, BaseFaultType.ErrorCode, BaseFaultType.FaultCause
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalendargetMaximumTime()Gets the "MaximumTime" elementCalendargetMinimumTime()Gets the "MinimumTime" elementbooleanisSetMaximumTime()True if has "MaximumTime" elementvoidsetMaximumTime(Calendar maximumTime)Sets the "MaximumTime" elementvoidsetMinimumTime(Calendar minimumTime)Sets the "MinimumTime" elementvoidunsetMaximumTime()Unsets the "MaximumTime" elementorg.apache.xmlbeans.XmlDateTimexgetMaximumTime()Gets (as xml) the "MaximumTime" elementorg.apache.xmlbeans.XmlDateTimexgetMinimumTime()Gets (as xml) the "MinimumTime" elementvoidxsetMaximumTime(org.apache.xmlbeans.XmlDateTime maximumTime)Sets (as xml) the "MaximumTime" elementvoidxsetMinimumTime(org.apache.xmlbeans.XmlDateTime minimumTime)Sets (as xml) the "MinimumTime" element-
Methods inherited from interface org.oasisOpen.docs.wsrf.bf2.BaseFaultType
addNewDescription, addNewErrorCode, addNewFaultCause, addNewOriginator, getDescriptionArray, getDescriptionArray, getErrorCode, getFaultCause, getOriginator, getTimestamp, insertNewDescription, isSetErrorCode, isSetFaultCause, isSetOriginator, removeDescription, setDescriptionArray, setDescriptionArray, setErrorCode, setFaultCause, setOriginator, setTimestamp, sizeOfDescriptionArray, unsetErrorCode, unsetFaultCause, unsetOriginator, xgetTimestamp, xsetTimestamp
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getMinimumTime
Calendar getMinimumTime()
Gets the "MinimumTime" element
-
xgetMinimumTime
org.apache.xmlbeans.XmlDateTime xgetMinimumTime()
Gets (as xml) the "MinimumTime" element
-
setMinimumTime
void setMinimumTime(Calendar minimumTime)
Sets the "MinimumTime" element
-
xsetMinimumTime
void xsetMinimumTime(org.apache.xmlbeans.XmlDateTime minimumTime)
Sets (as xml) the "MinimumTime" element
-
getMaximumTime
Calendar getMaximumTime()
Gets the "MaximumTime" element
-
xgetMaximumTime
org.apache.xmlbeans.XmlDateTime xgetMaximumTime()
Gets (as xml) the "MaximumTime" element
-
isSetMaximumTime
boolean isSetMaximumTime()
True if has "MaximumTime" element
-
setMaximumTime
void setMaximumTime(Calendar maximumTime)
Sets the "MaximumTime" element
-
xsetMaximumTime
void xsetMaximumTime(org.apache.xmlbeans.XmlDateTime maximumTime)
Sets (as xml) the "MaximumTime" element
-
unsetMaximumTime
void unsetMaximumTime()
Unsets the "MaximumTime" element
-
-