Class FulfillmentStop

java.lang.Object
in.succinct.beckn.BecknAware<org.json.simple.JSONObject>
in.succinct.beckn.BecknObject
in.succinct.beckn.FulfillmentStop
All Implemented Interfaces:
Serializable

public class FulfillmentStop extends BecknObject
See Also:
  • Constructor Details

    • FulfillmentStop

      public FulfillmentStop()
  • Method Details

    • getLocation

      public Location getLocation()
    • setLocation

      public void setLocation(Location location)
    • getTime

      public Time getTime()
    • setTime

      public void setTime(Time time)
    • getInstructions

      public Descriptor getInstructions()
    • setInstructions

      public void setInstructions(Descriptor instructions)
    • getContact

      public Contact getContact()
    • setContact

      public void setContact(Contact contact)
    • getPerson

      public Person getPerson()
    • setPerson

      public void setPerson(Person person)