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:
  • Field Summary

    Fields inherited from class wt.wrmf.delivery._ShippingLabel

    DELIVERY_TYPE, DESTINATION, EXTERNALIZATION_VERSION_UID, INBOX_ID, OUTBOX_ID, REQUESTED_TRANSPORT_TYPE, RETURN_TYPE
  • Method Summary

    Methods inherited from class wt.wrmf.delivery._ShippingLabel

    getClassInfo, getConceptualClassname, getDeliveryType, getDestination, getInboxID, getOutboxID, getRequestedTransportType, getReturnType, readExternal, readExternal, readVersion, setDeliveryType, setDestination, setInboxID, setOutboxID, setRequestedTransportType, setReturnType, toString, writeExternal, writeExternal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait