public class

Timepoint

extends Object
implements Serializable
java.lang.Object
   ↳ com.amazonaws.fba_inventory.doc._2009_07_31.Timepoint

Class Overview

Represents a point in time. A time point is either a specific date and time, or a logical value (e.g., "Immediately"). If TimepointType is "Immediately" or "Unknown", the DateTime may not be specified and should be ignored. "Immediately" means inventory is available for picking immediately and will continue to be so until in-stock quantities are exhausted. "Unknown" means inventory is expected to be available for picking at some point in the future, but it's not known with confidence when that might be. Otherwise, if TimepointType is "DateTime", the DateTime element represents the latest date and time by which inventory is confidently expected to be available for picking.

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String dateTime
private String timepointType
private static TypeDesc typeDesc
Public Constructors
Timepoint()
Timepoint(String timepointType, String dateTime)
Public Methods
synchronized boolean equals(Object obj)
String getDateTime()
Gets the dateTime value for this Timepoint.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getTimepointType()
Gets the timepointType value for this Timepoint.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setDateTime(String dateTime)
Sets the dateTime value for this Timepoint.
void setTimepointType(String timepointType)
Sets the timepointType value for this Timepoint.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String dateTime

private String timepointType

private static TypeDesc typeDesc

Public Constructors

public Timepoint ()

public Timepoint (String timepointType, String dateTime)

Parameters
timepointType
dateTime

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getDateTime ()

Gets the dateTime value for this Timepoint.

Returns
  • dateTime

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getTimepointType ()

Gets the timepointType value for this Timepoint.

Returns
  • timepointType

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setDateTime (String dateTime)

Sets the dateTime value for this Timepoint.

Parameters
dateTime

public void setTimepointType (String timepointType)

Sets the timepointType value for this Timepoint.

Parameters
timepointType