Class IdentityDocument
- java.lang.Object
-
- com.ellucian.generated.eedm.persons.v12_4_0.IdentityDocument
-
@Generated("jsonschema2pojo") public class IdentityDocument extends Object
-
-
Constructor Summary
Constructors Constructor Description IdentityDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetCountry()CountryStringgetDocumentId()Document IDObjectgetExpiresOn()Expires OnTypegetType()TypeinthashCode()voidsetCountry(Object country)CountryvoidsetDocumentId(String documentId)Document IDvoidsetExpiresOn(Object expiresOn)Expires OnvoidsetType(Type type)TypeStringtoString()IdentityDocumentwithCountry(Object country)IdentityDocumentwithDocumentId(String documentId)IdentityDocumentwithExpiresOn(Object expiresOn)IdentityDocumentwithType(Type type)
-
-
-
Field Detail
-
country
@JsonPropertyDescription("The country where the document was issued.") private Object countryCountryThe country where the document was issued.
-
type
@JsonPropertyDescription("The identity document type") private Type typeTypeThe identity document type (Required)
-
documentId
@JsonPropertyDescription("The identification code or number of the document") private String documentIdDocument IDThe identification code or number of the document (Required)
-
expiresOn
@JsonPropertyDescription("The document expiration date") private Object expiresOnExpires OnThe document expiration date
-
-
Method Detail
-
getCountry
public Object getCountry()
CountryThe country where the document was issued.
-
setCountry
public void setCountry(Object country)
CountryThe country where the document was issued.
-
withCountry
public IdentityDocument withCountry(Object country)
-
getType
public Type getType()
TypeThe identity document type (Required)
-
setType
public void setType(Type type)
TypeThe identity document type (Required)
-
withType
public IdentityDocument withType(Type type)
-
getDocumentId
public String getDocumentId()
Document IDThe identification code or number of the document (Required)
-
setDocumentId
public void setDocumentId(String documentId)
Document IDThe identification code or number of the document (Required)
-
withDocumentId
public IdentityDocument withDocumentId(String documentId)
-
getExpiresOn
public Object getExpiresOn()
Expires OnThe document expiration date
-
setExpiresOn
public void setExpiresOn(Object expiresOn)
Expires OnThe document expiration date
-
withExpiresOn
public IdentityDocument withExpiresOn(Object expiresOn)
-
-