com.amazon.webservices.awsecommerceservice._2007_04_04
Class Transaction.Shipments.Shipment.Packages.Package

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Transaction.Shipments.Shipment.Packages.Package
Enclosing class:
Transaction.Shipments.Shipment.Packages

public static class Transaction.Shipments.Shipment.Packages.Package
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TrackingNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CarrierName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String carrierName
           
protected  java.lang.String trackingNumber
           
 
Constructor Summary
Transaction.Shipments.Shipment.Packages.Package()
           
 
Method Summary
 java.lang.String getCarrierName()
          Gets the value of the carrierName property.
 java.lang.String getTrackingNumber()
          Gets the value of the trackingNumber property.
 void setCarrierName(java.lang.String value)
          Sets the value of the carrierName property.
 void setTrackingNumber(java.lang.String value)
          Sets the value of the trackingNumber property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trackingNumber

protected java.lang.String trackingNumber

carrierName

protected java.lang.String carrierName
Constructor Detail

Transaction.Shipments.Shipment.Packages.Package

public Transaction.Shipments.Shipment.Packages.Package()
Method Detail

getTrackingNumber

public java.lang.String getTrackingNumber()
Gets the value of the trackingNumber property.

Returns:
possible object is String

setTrackingNumber

public void setTrackingNumber(java.lang.String value)
Sets the value of the trackingNumber property.

Parameters:
value - allowed object is String

getCarrierName

public java.lang.String getCarrierName()
Gets the value of the carrierName property.

Returns:
possible object is String

setCarrierName

public void setCarrierName(java.lang.String value)
Sets the value of the carrierName property.

Parameters:
value - allowed object is String


Copyright © 2007 orange-cafe.de. All Rights Reserved.