Package org.mustangproject.ZUGFeRD
Class PostalTradeAddress
- java.lang.Object
-
- org.mustangproject.ZUGFeRD.PostalTradeAddress
-
- All Implemented Interfaces:
IZUGFeRDExportablePostalTradeAddress
public class PostalTradeAddress extends java.lang.Object implements IZUGFeRDExportablePostalTradeAddress
-
-
Constructor Summary
Constructors Constructor Description PostalTradeAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCityName()java.lang.StringgetCountryID()java.lang.StringgetCountrySubDivisionName()java.lang.StringgetLineOne()java.lang.StringgetLineThree()java.lang.StringgetLineTwo()java.lang.StringgetPostcodeCode()voidsetCityName(java.lang.String cityName)voidsetCountryID(java.lang.String countryID)voidsetCountrySubDivisionName(java.lang.String countrySubDivisionName)voidsetLineOne(java.lang.String lineOne)voidsetLineThree(java.lang.String lineThree)voidsetLineTwo(java.lang.String lineTwo)voidsetPostCodeCode(java.lang.String postCodeCode)
-
-
-
Method Detail
-
setPostCodeCode
public void setPostCodeCode(java.lang.String postCodeCode)
-
setLineOne
public void setLineOne(java.lang.String lineOne)
-
setLineTwo
public void setLineTwo(java.lang.String lineTwo)
-
setLineThree
public void setLineThree(java.lang.String lineThree)
-
setCityName
public void setCityName(java.lang.String cityName)
-
setCountryID
public void setCountryID(java.lang.String countryID)
-
setCountrySubDivisionName
public void setCountrySubDivisionName(java.lang.String countrySubDivisionName)
-
getPostcodeCode
public java.lang.String getPostcodeCode()
- Specified by:
getPostcodeCodein interfaceIZUGFeRDExportablePostalTradeAddress
-
getLineOne
public java.lang.String getLineOne()
- Specified by:
getLineOnein interfaceIZUGFeRDExportablePostalTradeAddress
-
getLineTwo
public java.lang.String getLineTwo()
- Specified by:
getLineTwoin interfaceIZUGFeRDExportablePostalTradeAddress
-
getLineThree
public java.lang.String getLineThree()
- Specified by:
getLineThreein interfaceIZUGFeRDExportablePostalTradeAddress
-
getCityName
public java.lang.String getCityName()
- Specified by:
getCityNamein interfaceIZUGFeRDExportablePostalTradeAddress
-
getCountryID
public java.lang.String getCountryID()
- Specified by:
getCountryIDin interfaceIZUGFeRDExportablePostalTradeAddress
-
getCountrySubDivisionName
public java.lang.String getCountrySubDivisionName()
- Specified by:
getCountrySubDivisionNamein interfaceIZUGFeRDExportablePostalTradeAddress
-
-