Class Address
- java.lang.Object
-
- com.ellucian.generated.eedm.persons.v12_2_0.Address
-
@Generated("jsonschema2pojo") public class Address extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private Object
address
Addressprivate Object
endOn
End Onprivate Object
preference
Preferred Addressprivate List<SeasonalOccupancy>
seasonalOccupancies
Seasonal Occupanciesprivate Object
startOn
Start Onprivate Type__1
type
Type
-
Constructor Summary
Constructors Constructor Description Address()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getAddress()
AddressObject
getEndOn()
End OnObject
getPreference()
Preferred AddressList<SeasonalOccupancy>
getSeasonalOccupancies()
Seasonal OccupanciesObject
getStartOn()
Start OnType__1
getType()
Typeint
hashCode()
void
setAddress(Object address)
Addressvoid
setEndOn(Object endOn)
End Onvoid
setPreference(Object preference)
Preferred Addressvoid
setSeasonalOccupancies(List<SeasonalOccupancy> seasonalOccupancies)
Seasonal Occupanciesvoid
setStartOn(Object startOn)
Start Onvoid
setType(Type__1 type)
TypeString
toString()
Address
withAddress(Object address)
Address
withEndOn(Object endOn)
Address
withPreference(Object preference)
Address
withSeasonalOccupancies(List<SeasonalOccupancy> seasonalOccupancies)
Address
withStartOn(Object startOn)
Address
withType(Type__1 type)
-
-
-
Field Detail
-
address
@JsonPropertyDescription("The associated physical address.") private Object address
AddressThe associated physical address. (Required)
-
type
@JsonPropertyDescription("A type of address for a person. Includes a standard type (e.g. \'home\', \'school\') and an optional, custom type to further identify the type of address.") private Type__1 type
TypeA type of address for a person. Includes a standard type (e.g. 'home', 'school') and an optional, custom type to further identify the type of address. (Required)
-
startOn
@JsonPropertyDescription("The earliest date that this address was valid for the person.") private Object startOn
Start OnThe earliest date that this address was valid for the person.
-
endOn
@JsonPropertyDescription("The latest date when this address was valid for the person.") private Object endOn
End OnThe latest date when this address was valid for the person.
-
preference
@JsonPropertyDescription("Specifies if the address is preferred over others of the same type. Only one address should be set to primary for a person.") private Object preference
Preferred AddressSpecifies if the address is preferred over others of the same type. Only one address should be set to primary for a person.
-
seasonalOccupancies
@JsonPropertyDescription("Seasons during the year when the location is typically occupied, expressed as repeating time periods.") private List<SeasonalOccupancy> seasonalOccupancies
Seasonal OccupanciesSeasons during the year when the location is typically occupied, expressed as repeating time periods.
-
-
Method Detail
-
getAddress
public Object getAddress()
AddressThe associated physical address. (Required)
-
setAddress
public void setAddress(Object address)
AddressThe associated physical address. (Required)
-
getType
public Type__1 getType()
TypeA type of address for a person. Includes a standard type (e.g. 'home', 'school') and an optional, custom type to further identify the type of address. (Required)
-
setType
public void setType(Type__1 type)
TypeA type of address for a person. Includes a standard type (e.g. 'home', 'school') and an optional, custom type to further identify the type of address. (Required)
-
getStartOn
public Object getStartOn()
Start OnThe earliest date that this address was valid for the person.
-
setStartOn
public void setStartOn(Object startOn)
Start OnThe earliest date that this address was valid for the person.
-
getEndOn
public Object getEndOn()
End OnThe latest date when this address was valid for the person.
-
setEndOn
public void setEndOn(Object endOn)
End OnThe latest date when this address was valid for the person.
-
getPreference
public Object getPreference()
Preferred AddressSpecifies if the address is preferred over others of the same type. Only one address should be set to primary for a person.
-
setPreference
public void setPreference(Object preference)
Preferred AddressSpecifies if the address is preferred over others of the same type. Only one address should be set to primary for a person.
-
getSeasonalOccupancies
public List<SeasonalOccupancy> getSeasonalOccupancies()
Seasonal OccupanciesSeasons during the year when the location is typically occupied, expressed as repeating time periods.
-
setSeasonalOccupancies
public void setSeasonalOccupancies(List<SeasonalOccupancy> seasonalOccupancies)
Seasonal OccupanciesSeasons during the year when the location is typically occupied, expressed as repeating time periods.
-
withSeasonalOccupancies
public Address withSeasonalOccupancies(List<SeasonalOccupancy> seasonalOccupancies)
-
-