Class PostalAddress
java.lang.Object
com.github.rvesse.airline.examples.sendit.PostalAddress
Represents a UK postal address
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
recipient
@Option(name="--recipient", title="Recipient", description="Specifies the name of the receipient") public String recipient -
houseNumber
@Option(name="--number", title="HouseNumber", description="Specifies the house number") public Integer houseNumber -
houseName
@Option(name="--name", title="HouseName", description="Specifies the house name") public String houseName -
addressLines
-
postCode
@Option(name="--postcode", title="PostCode", description="Specifies the postcode") public String postCode
-
-
Constructor Details
-
PostalAddress
public PostalAddress()
-
-
Method Details