Package eu.europa.esig.dss.validation
Class SignatureProductionPlace
java.lang.Object
eu.europa.esig.dss.validation.SignatureProductionPlace
- All Implemented Interfaces:
Serializable
public class SignatureProductionPlace extends Object implements Serializable
This class represents the information concerning the signature production place.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SignatureProductionPlace()
-
Method Summary
Modifier and Type Method Description String
getCity()
Gets location (city)String
getCountryName()
Gets country nameList<String>
getPostalAddress()
Gets postal address (used in CAdES)String
getPostalCode()
Gets postal codeString
getPostOfficeBoxNumber()
Gets postOfficeBoxNumberString
getStateOrProvince()
Gets region (stateOrProvince)String
getStreetAddress()
Gets the addressvoid
setCity(String city)
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()
-
-
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
-