public enum InsuranceOptionCodeType extends java.lang.Enum<InsuranceOptionCodeType>
Java class for InsuranceOptionCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="InsuranceOptionCodeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Optional"/>
<enumeration value="Required"/>
<enumeration value="NotOffered"/>
<enumeration value="IncludedInShippingHandling"/>
<enumeration value="CustomCode"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CUSTOM_CODE
Reserved for internal or future use.
|
INCLUDED_IN_SHIPPING_HANDLING
Insurance included in Shipping and Handling costs.
|
NOT_OFFERED
Insurance not offered.
|
OPTIONAL
Insurance optional.
|
REQUIRED
Insurance required.
|
| Modifier and Type | Method and Description |
|---|---|
static InsuranceOptionCodeType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static InsuranceOptionCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InsuranceOptionCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsuranceOptionCodeType OPTIONAL
public static final InsuranceOptionCodeType REQUIRED
public static final InsuranceOptionCodeType NOT_OFFERED
public static final InsuranceOptionCodeType INCLUDED_IN_SHIPPING_HANDLING
public static final InsuranceOptionCodeType CUSTOM_CODE
public static InsuranceOptionCodeType[] values()
for (InsuranceOptionCodeType c : InsuranceOptionCodeType.values()) System.out.println(c);
public static InsuranceOptionCodeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static InsuranceOptionCodeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.