Package org.digidoc4j
Class SignatureProductionPlace
java.lang.Object
org.digidoc4j.SignatureProductionPlace
- All Implemented Interfaces:
Serializable
Optional additional information about the signer
Use
SignatureParameters
instead.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionempty constructorSignatureProductionPlace
(String city, String stateOrProvince, String postalCode, String country) -
Method Summary
Modifier and TypeMethodDescriptiongetCity()
void
void
setCountry
(String country) void
setPostalCode
(String postalCode) void
setStateOrProvince
(String stateOrProvince)
-
Constructor Details
-
SignatureProductionPlace
public SignatureProductionPlace()empty constructor -
SignatureProductionPlace
-
-
Method Details
-
getCity
-
setCity
-
getStateOrProvince
-
setStateOrProvince
-
getPostalCode
-
setPostalCode
-
getCountry
-
setCountry
-