Interface UnacceptableTerminationTimeFaultType

  • All Superinterfaces:
    BaseFaultType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    UnacceptableTerminationTimeFaultTypeImpl

    public interface UnacceptableTerminationTimeFaultType
    extends BaseFaultType
    An XML UnacceptableTerminationTimeFaultType(@http://docs.oasis-open.org/wsn/b-2). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • 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