public final enum

PhysicalAddressLabelType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.quickbooks.online.schema.PhysicalAddressLabelType

Class Overview

Java class for PhysicalAddressLabelType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="PhysicalAddressLabelType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Billing"/>
     <enumeration value="Shipping"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
PhysicalAddressLabelType  BILLING   
PhysicalAddressLabelType  SHIPPING   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static PhysicalAddressLabelType fromValue(String v)
String value()
static PhysicalAddressLabelType valueOf(String name)
final static PhysicalAddressLabelType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PhysicalAddressLabelType BILLING

public static final PhysicalAddressLabelType SHIPPING

Fields

private final String value

Public Methods

public static PhysicalAddressLabelType fromValue (String v)

Parameters
v

public String value ()

public static PhysicalAddressLabelType valueOf (String name)

Parameters
name

public static final PhysicalAddressLabelType[] values ()