Package eu.europa.esig.dss.validation
Class SignatureProductionPlace
java.lang.Object
eu.europa.esig.dss.validation.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
Gets location (city)- Returns:
String
-
setCity
Sets location (city)- Parameters:
city
-String
-
getStateOrProvince
Gets region (stateOrProvince)- Returns:
String
-
setStateOrProvince
Sets region (stateOrProvince)- Parameters:
stateOrProvince
-String
-
getPostOfficeBoxNumber
Gets postOfficeBoxNumber- Returns:
String
-
setPostOfficeBoxNumber
Sets postOfficeBoxNumber- Parameters:
postOfficeBoxNumber
-String
-
getPostalCode
Gets postal code- Returns:
String
-
setPostalCode
Sets postal code- Parameters:
postalCode
-String
-
getCountryName
Gets country name- Returns:
String
-
setCountryName
Sets country name (can be 2-letters abbreviation, e.g. LU for Luxembourg)- Parameters:
countryName
-String
-
getStreetAddress
Gets the address- Returns:
String
-
setStreetAddress
Sets the address- Parameters:
streetAddress
-String
-
getPostalAddress
Gets postal address (used in CAdES)- Returns:
- a list of
String
s
-
setPostalAddress
Sets postal address (used in CAdES)- Parameters:
postalAddress
- a list ofString
s
-