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 boolean
equals(Object other)
Object
getCountry()
CountryString
getDocumentId()
Document IDObject
getExpiresOn()
Expires OnType
getType()
Typeint
hashCode()
void
setCountry(Object country)
Countryvoid
setDocumentId(String documentId)
Document IDvoid
setExpiresOn(Object expiresOn)
Expires Onvoid
setType(Type type)
TypeString
toString()
IdentityDocument
withCountry(Object country)
IdentityDocument
withDocumentId(String documentId)
IdentityDocument
withExpiresOn(Object expiresOn)
IdentityDocument
withType(Type type)
-
-
-
Field Detail
-
country
@JsonPropertyDescription("The country where the document was issued.") private Object country
CountryThe country where the document was issued.
-
type
@JsonPropertyDescription("The identity document type") private Type type
TypeThe identity document type (Required)
-
documentId
@JsonPropertyDescription("The identification code or number of the document") private String documentId
Document IDThe identification code or number of the document (Required)
-
expiresOn
@JsonPropertyDescription("The document expiration date") private Object expiresOn
Expires 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)
-
-