| 7905 |
manish.sha |
1 |
/**
|
|
|
2 |
* RequestedShippingDocumentType.java
|
|
|
3 |
*
|
|
|
4 |
* This file was auto-generated from WSDL
|
|
|
5 |
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
|
|
|
6 |
*/
|
|
|
7 |
|
|
|
8 |
package com.fedex.ship.stub;
|
|
|
9 |
|
|
|
10 |
public class RequestedShippingDocumentType implements java.io.Serializable {
|
|
|
11 |
private java.lang.String _value_;
|
|
|
12 |
private static java.util.HashMap _table_ = new java.util.HashMap();
|
|
|
13 |
|
|
|
14 |
// Constructor
|
|
|
15 |
protected RequestedShippingDocumentType(java.lang.String value) {
|
|
|
16 |
_value_ = value;
|
|
|
17 |
_table_.put(_value_,this);
|
|
|
18 |
}
|
|
|
19 |
|
|
|
20 |
public static final java.lang.String _CERTIFICATE_OF_ORIGIN = "CERTIFICATE_OF_ORIGIN";
|
|
|
21 |
public static final java.lang.String _COMMERCIAL_INVOICE = "COMMERCIAL_INVOICE";
|
|
|
22 |
public static final java.lang.String _CUSTOMER_SPECIFIED_LABELS = "CUSTOMER_SPECIFIED_LABELS";
|
|
|
23 |
public static final java.lang.String _CUSTOM_PACKAGE_DOCUMENT = "CUSTOM_PACKAGE_DOCUMENT";
|
|
|
24 |
public static final java.lang.String _CUSTOM_SHIPMENT_DOCUMENT = "CUSTOM_SHIPMENT_DOCUMENT";
|
|
|
25 |
public static final java.lang.String _DANGEROUS_GOODS_SHIPPERS_DECLARATION = "DANGEROUS_GOODS_SHIPPERS_DECLARATION";
|
|
|
26 |
public static final java.lang.String _FREIGHT_ADDRESS_LABEL = "FREIGHT_ADDRESS_LABEL";
|
|
|
27 |
public static final java.lang.String _GENERAL_AGENCY_AGREEMENT = "GENERAL_AGENCY_AGREEMENT";
|
|
|
28 |
public static final java.lang.String _LABEL = "LABEL";
|
|
|
29 |
public static final java.lang.String _NAFTA_CERTIFICATE_OF_ORIGIN = "NAFTA_CERTIFICATE_OF_ORIGIN";
|
|
|
30 |
public static final java.lang.String _OP_900 = "OP_900";
|
|
|
31 |
public static final java.lang.String _PRO_FORMA_INVOICE = "PRO_FORMA_INVOICE";
|
|
|
32 |
public static final java.lang.String _RETURN_INSTRUCTIONS = "RETURN_INSTRUCTIONS";
|
|
|
33 |
public static final RequestedShippingDocumentType CERTIFICATE_OF_ORIGIN = new RequestedShippingDocumentType(_CERTIFICATE_OF_ORIGIN);
|
|
|
34 |
public static final RequestedShippingDocumentType COMMERCIAL_INVOICE = new RequestedShippingDocumentType(_COMMERCIAL_INVOICE);
|
|
|
35 |
public static final RequestedShippingDocumentType CUSTOMER_SPECIFIED_LABELS = new RequestedShippingDocumentType(_CUSTOMER_SPECIFIED_LABELS);
|
|
|
36 |
public static final RequestedShippingDocumentType CUSTOM_PACKAGE_DOCUMENT = new RequestedShippingDocumentType(_CUSTOM_PACKAGE_DOCUMENT);
|
|
|
37 |
public static final RequestedShippingDocumentType CUSTOM_SHIPMENT_DOCUMENT = new RequestedShippingDocumentType(_CUSTOM_SHIPMENT_DOCUMENT);
|
|
|
38 |
public static final RequestedShippingDocumentType DANGEROUS_GOODS_SHIPPERS_DECLARATION = new RequestedShippingDocumentType(_DANGEROUS_GOODS_SHIPPERS_DECLARATION);
|
|
|
39 |
public static final RequestedShippingDocumentType FREIGHT_ADDRESS_LABEL = new RequestedShippingDocumentType(_FREIGHT_ADDRESS_LABEL);
|
|
|
40 |
public static final RequestedShippingDocumentType GENERAL_AGENCY_AGREEMENT = new RequestedShippingDocumentType(_GENERAL_AGENCY_AGREEMENT);
|
|
|
41 |
public static final RequestedShippingDocumentType LABEL = new RequestedShippingDocumentType(_LABEL);
|
|
|
42 |
public static final RequestedShippingDocumentType NAFTA_CERTIFICATE_OF_ORIGIN = new RequestedShippingDocumentType(_NAFTA_CERTIFICATE_OF_ORIGIN);
|
|
|
43 |
public static final RequestedShippingDocumentType OP_900 = new RequestedShippingDocumentType(_OP_900);
|
|
|
44 |
public static final RequestedShippingDocumentType PRO_FORMA_INVOICE = new RequestedShippingDocumentType(_PRO_FORMA_INVOICE);
|
|
|
45 |
public static final RequestedShippingDocumentType RETURN_INSTRUCTIONS = new RequestedShippingDocumentType(_RETURN_INSTRUCTIONS);
|
|
|
46 |
public java.lang.String getValue() { return _value_;}
|
|
|
47 |
public static RequestedShippingDocumentType fromValue(java.lang.String value)
|
|
|
48 |
throws java.lang.IllegalArgumentException {
|
|
|
49 |
RequestedShippingDocumentType enumeration = (RequestedShippingDocumentType)
|
|
|
50 |
_table_.get(value);
|
|
|
51 |
if (enumeration==null) throw new java.lang.IllegalArgumentException();
|
|
|
52 |
return enumeration;
|
|
|
53 |
}
|
|
|
54 |
public static RequestedShippingDocumentType fromString(java.lang.String value)
|
|
|
55 |
throws java.lang.IllegalArgumentException {
|
|
|
56 |
return fromValue(value);
|
|
|
57 |
}
|
|
|
58 |
public boolean equals(java.lang.Object obj) {return (obj == this);}
|
|
|
59 |
public int hashCode() { return toString().hashCode();}
|
|
|
60 |
public java.lang.String toString() { return _value_;}
|
|
|
61 |
public java.lang.Object readResolve() throws java.io.ObjectStreamException { return fromValue(_value_);}
|
|
|
62 |
public static org.apache.axis.encoding.Serializer getSerializer(
|
|
|
63 |
java.lang.String mechType,
|
|
|
64 |
java.lang.Class _javaType,
|
|
|
65 |
javax.xml.namespace.QName _xmlType) {
|
|
|
66 |
return
|
|
|
67 |
new org.apache.axis.encoding.ser.EnumSerializer(
|
|
|
68 |
_javaType, _xmlType);
|
|
|
69 |
}
|
|
|
70 |
public static org.apache.axis.encoding.Deserializer getDeserializer(
|
|
|
71 |
java.lang.String mechType,
|
|
|
72 |
java.lang.Class _javaType,
|
|
|
73 |
javax.xml.namespace.QName _xmlType) {
|
|
|
74 |
return
|
|
|
75 |
new org.apache.axis.encoding.ser.EnumDeserializer(
|
|
|
76 |
_javaType, _xmlType);
|
|
|
77 |
}
|
|
|
78 |
// Type metadata
|
|
|
79 |
private static org.apache.axis.description.TypeDesc typeDesc =
|
|
|
80 |
new org.apache.axis.description.TypeDesc(RequestedShippingDocumentType.class);
|
|
|
81 |
|
|
|
82 |
static {
|
|
|
83 |
typeDesc.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/ship/v12", "RequestedShippingDocumentType"));
|
|
|
84 |
}
|
|
|
85 |
/**
|
|
|
86 |
* Return type metadata object
|
|
|
87 |
*/
|
|
|
88 |
public static org.apache.axis.description.TypeDesc getTypeDesc() {
|
|
|
89 |
return typeDesc;
|
|
|
90 |
}
|
|
|
91 |
|
|
|
92 |
}
|