Package org.dcom.core.services
Class ComplianceCheckIndividual
java.lang.Object
org.dcom.core.services.ComplianceCheckIndividual
The programmatic implementation and helper serialisation/desieralisation methods of the settings required to represent an individual involved in the application for a compliance check.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComplianceCheckIndividual
static ComplianceCheckIndividual
getEmail()
getFax()
getName()
getTitle()
toJSON()
-
Constructor Details
-
ComplianceCheckIndividual
public ComplianceCheckIndividual(@JsonProperty("title") String _title, @JsonProperty("name") String _name, @JsonProperty("companyName") String _companyName, @JsonProperty("email") String _email, @JsonProperty("address") String _address, @JsonProperty("postcode") String _postcode, @JsonProperty("telephone") String _telephone, @JsonProperty("_ax") String _fax, @JsonProperty("mobile") String _mobile, @JsonProperty("position") String _position)
-
-
Method Details
-
fromJSON
-
fromXML
-
toJSON
-
getTitle
-
getName
-
getCompanyName
-
getEmail
-
getAddress
-
getPostcode
-
getTelephone
-
getFax
-
getMobile
-
getPosition
-