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 StringgetCity()Gets location (city)StringgetCountryName()Gets country nameList<String>getPostalAddress()Gets postal address (used in CAdES)StringgetPostalCode()Gets postal codeStringgetPostOfficeBoxNumber()Gets postOfficeBoxNumberStringgetStateOrProvince()Gets region (stateOrProvince)StringgetStreetAddress()Gets the addressvoidsetCity(String city)Sets 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()
-
-
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
Strings
-
setPostalAddress
Sets postal address (used in CAdES)- Parameters:
postalAddress- a list ofStrings
-