Class SignatureProductionPlace
java.lang.Object
eu.europa.esig.dss.model.signature.SignatureProductionPlace
- All Implemented Interfaces:
Serializable
This class represents the information concerning the signature production place.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptiongetCity()Gets location (city)Gets country nameGets postal address (used in CAdES)Gets postal codeGets postOfficeBoxNumberGets region (stateOrProvince)Gets the addressvoidSets location (city)voidsetCountryName(String countryName) Sets country name (can be 2-letters abbreviation, e.g.voidsetPostalAddress(List<String> postalAddress) Sets postal address (used in CAdES)voidsetPostalCode(String postalCode) Sets postal codevoidsetPostOfficeBoxNumber(String postOfficeBoxNumber) Sets postOfficeBoxNumbervoidsetStateOrProvince(String stateOrProvince) Sets region (stateOrProvince)voidsetStreetAddress(String streetAddress) Sets the address
-
Constructor Details
-
SignatureProductionPlace
public SignatureProductionPlace()Default constructor instantiating object with null values
-
-
Method Details
-
getCity
-
setCity
-
getStateOrProvince
-
setStateOrProvince
-
getPostOfficeBoxNumber
-
setPostOfficeBoxNumber
-
getPostalCode
-
setPostalCode
-
getCountryName
-
setCountryName
-
getStreetAddress
-
setStreetAddress
-
getPostalAddress
-
setPostalAddress
-