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()
String
getCountryName()
String
getPostalCode()
String
getStateOrProvince()
String
getStreetAddress()
void
setCity(String city)
void
setCountryName(String countryName)
void
setPostalCode(String postalCode)
void
setStateOrProvince(String stateOrProvince)
void
setStreetAddress(String streetAddress)
-
Constructor Details
-
SignatureProductionPlace
public SignatureProductionPlace()
-
-
Method Details