Class ShippingLabel

java.lang.Object
wt.wrmf.delivery._ShippingLabel
wt.wrmf.delivery.ShippingLabel
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, NetFactor, ObjectMappable

@GenAsObjectMappable(versions=-1060020269610834802L,properties={@GeneratedProperty(name="deliveryType",type=int.class,accessors=@PropertyAccessors(getAccess=PROTECTED)),@GeneratedProperty(name="returnType",type=int.class,javaDoc="If ReturnPreference.DIRECT is set, the InputStream from remote site will be returned; otherwise it will be executed within the receiver service in wrmf and null will be returned."),@GeneratedProperty(name="inboxID",type=java.lang.String.class,accessors=@PropertyAccessors(getAccess=PROTECTED)),@GeneratedProperty(name="outboxID",type=java.lang.String.class,accessors=@PropertyAccessors(getAccess=PROTECTED)),@GeneratedProperty(name="destination",type=SiteAddress.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="requestedTransportType",type=TransportType.class,constraints=@PropertyConstraints(required=true))}) public class ShippingLabel extends wt.wrmf.delivery._ShippingLabel

Use the newShippingLabel static factory method(s), not the ShippingLabel constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: