@Generated(value="com.sun.tools.xjc.Driver", date="2018-11-01T03:06:28+00:00", comments="JAXB RI v2.2.11.redhat-2") public class UnacceptableInitialTerminationTimeFaultType extends BaseFaultType
Java class for UnacceptableInitialTerminationTimeFaultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnacceptableInitialTerminationTimeFaultType">
<complexContent>
<extension base="{http://docs.oasis-open.org/wsrf/bf-2}BaseFaultType">
<sequence>
<element name="MinimumTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="MaximumTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
BaseFaultType.Description, BaseFaultType.ErrorCode, BaseFaultType.FaultCause| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
maximumTime |
protected XMLGregorianCalendar |
minimumTime |
any, description, errorCode, faultCause, originator, timestamp| Constructor and Description |
|---|
UnacceptableInitialTerminationTimeFaultType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getMaximumTime()
Gets the value of the maximumTime property.
|
XMLGregorianCalendar |
getMinimumTime()
Gets the value of the minimumTime property.
|
void |
setMaximumTime(XMLGregorianCalendar value)
Sets the value of the maximumTime property.
|
void |
setMinimumTime(XMLGregorianCalendar value)
Sets the value of the minimumTime property.
|
getAny, getDescription, getErrorCode, getFaultCause, getOriginator, getOtherAttributes, getTimestamp, setErrorCode, setFaultCause, setOriginator, setTimestamp@Generated(value="com.sun.tools.xjc.Driver", date="2018-11-01T03:06:28+00:00", comments="JAXB RI v2.2.11.redhat-2") protected XMLGregorianCalendar minimumTime
@Generated(value="com.sun.tools.xjc.Driver", date="2018-11-01T03:06:28+00:00", comments="JAXB RI v2.2.11.redhat-2") protected XMLGregorianCalendar maximumTime
public UnacceptableInitialTerminationTimeFaultType()
@Generated(value="com.sun.tools.xjc.Driver", date="2018-11-01T03:06:28+00:00", comments="JAXB RI v2.2.11.redhat-2") public XMLGregorianCalendar getMinimumTime()
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2018-11-01T03:06:28+00:00", comments="JAXB RI v2.2.11.redhat-2") public void setMinimumTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2018-11-01T03:06:28+00:00", comments="JAXB RI v2.2.11.redhat-2") public XMLGregorianCalendar getMaximumTime()
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2018-11-01T03:06:28+00:00", comments="JAXB RI v2.2.11.redhat-2") public void setMaximumTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarApache CXF