Package com.chrt.api.types
Class CargojsonAccountingInformationIdentifier
- java.lang.Object
-
- com.chrt.api.types.CargojsonAccountingInformationIdentifier
-
public final class CargojsonAccountingInformationIdentifier extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCargojsonAccountingInformationIdentifier.Valuestatic interfaceCargojsonAccountingInformationIdentifier.Visitor<T>
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)CargojsonAccountingInformationIdentifier.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static CargojsonAccountingInformationIdentifiervalueOf(java.lang.String value)<T> Tvisit(CargojsonAccountingInformationIdentifier.Visitor<T> visitor)
-
-
-
Field Detail
-
GOVERNMENT_BILL_OF_LADING
public static final CargojsonAccountingInformationIdentifier GOVERNMENT_BILL_OF_LADING
-
RETURN_TO_ORIGIN
public static final CargojsonAccountingInformationIdentifier RETURN_TO_ORIGIN
-
SHIPPERS_REFERENCE_NUMBER
public static final CargojsonAccountingInformationIdentifier SHIPPERS_REFERENCE_NUMBER
-
MODE_OF_SETTLEMENT
public static final CargojsonAccountingInformationIdentifier MODE_OF_SETTLEMENT
-
MISCELLANEOUS_CHARGE_ORDER
public static final CargojsonAccountingInformationIdentifier MISCELLANEOUS_CHARGE_ORDER
-
GENERAL_INFORMATION
public static final CargojsonAccountingInformationIdentifier GENERAL_INFORMATION
-
CREDIT_CARD_NUMBER
public static final CargojsonAccountingInformationIdentifier CREDIT_CARD_NUMBER
-
CREDIT_CARD_ISSUANCE_NAME
public static final CargojsonAccountingInformationIdentifier CREDIT_CARD_ISSUANCE_NAME
-
CREDIT_CARD_EXPIRY_DATE
public static final CargojsonAccountingInformationIdentifier CREDIT_CARD_EXPIRY_DATE
-
-
Method Detail
-
getEnumValue
public CargojsonAccountingInformationIdentifier.Value getEnumValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
visit
public <T> T visit(CargojsonAccountingInformationIdentifier.Visitor<T> visitor)
-
valueOf
public static CargojsonAccountingInformationIdentifier valueOf(java.lang.String value)
-
-