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
ConstructorDescriptionDefault 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 addressvoid
Sets location (city)void
setCountryName
(String countryName) Sets country name (can be 2-letters abbreviation, e.g.void
setPostalAddress
(List<String> postalAddress) Sets postal address (used in CAdES)void
setPostalCode
(String postalCode) Sets postal codevoid
setPostOfficeBoxNumber
(String postOfficeBoxNumber) Sets postOfficeBoxNumbervoid
setStateOrProvince
(String stateOrProvince) Sets region (stateOrProvince)void
setStreetAddress
(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
-