public enum VATStatusCodeType extends java.lang.Enum<VATStatusCodeType>
Java class for VATStatusCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VATStatusCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="NoVATTax"/> <enumeration value="VATTax"/> <enumeration value="VATExempt"/> <enumeration value="CustomCode"/> </restriction> </simpleType>
Enum Constant and Description |
---|
CUSTOM_CODE
Reserved for internal or future use.
|
NO_VAT_TAX
No VAT Tax
|
VAT_EXEMPT
VAT Exempt
|
VAT_TAX
VAT Tax
|
Modifier and Type | Method and Description |
---|---|
static VATStatusCodeType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static VATStatusCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VATStatusCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VATStatusCodeType NO_VAT_TAX
public static final VATStatusCodeType VAT_TAX
public static final VATStatusCodeType VAT_EXEMPT
public static final VATStatusCodeType CUSTOM_CODE
public static VATStatusCodeType[] values()
for (VATStatusCodeType c : VATStatusCodeType.values()) System.out.println(c);
public static VATStatusCodeType 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 VATStatusCodeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.