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:
  • Constructor Details

    • SignatureProductionPlace

      public SignatureProductionPlace()
      Default constructor instantiating object with null values
  • Method Details

    • getCity

      public String getCity()
      Gets location (city)
      Returns:
      String
    • setCity

      public void setCity(String city)
      Sets location (city)
      Parameters:
      city - String
    • getStateOrProvince

      public String getStateOrProvince()
      Gets region (stateOrProvince)
      Returns:
      String
    • setStateOrProvince

      public void setStateOrProvince(String stateOrProvince)
      Sets region (stateOrProvince)
      Parameters:
      stateOrProvince - String
    • getPostOfficeBoxNumber

      public String getPostOfficeBoxNumber()
      Gets postOfficeBoxNumber
      Returns:
      String
    • setPostOfficeBoxNumber

      public void setPostOfficeBoxNumber(String postOfficeBoxNumber)
      Sets postOfficeBoxNumber
      Parameters:
      postOfficeBoxNumber - String
    • getPostalCode

      public String getPostalCode()
      Gets postal code
      Returns:
      String
    • setPostalCode

      public void setPostalCode(String postalCode)
      Sets postal code
      Parameters:
      postalCode - String
    • getCountryName

      public String getCountryName()
      Gets country name
      Returns:
      String
    • setCountryName

      public void setCountryName(String countryName)
      Sets country name (can be 2-letters abbreviation, e.g. LU for Luxembourg)
      Parameters:
      countryName - String
    • getStreetAddress

      public String getStreetAddress()
      Gets the address
      Returns:
      String
    • setStreetAddress

      public void setStreetAddress(String streetAddress)
      Sets the address
      Parameters:
      streetAddress - String
    • getPostalAddress

      public List<String> getPostalAddress()
      Gets postal address (used in CAdES)
      Returns:
      a list of Strings
    • setPostalAddress

      public void setPostalAddress(List<String> postalAddress)
      Sets postal address (used in CAdES)
      Parameters:
      postalAddress - a list of Strings