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 ObjectaddressAddressprivate ObjectendOnEnd Onprivate ObjectpreferencePreferred Addressprivate List<SeasonalOccupancy>seasonalOccupanciesSeasonal Occupanciesprivate ObjectstartOnStart Onprivate Type__1typeType
-
Constructor Summary
Constructors Constructor Description Address()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetAddress()AddressObjectgetEndOn()End OnObjectgetPreference()Preferred AddressList<SeasonalOccupancy>getSeasonalOccupancies()Seasonal OccupanciesObjectgetStartOn()Start OnType__1getType()TypeinthashCode()voidsetAddress(Object address)AddressvoidsetEndOn(Object endOn)End OnvoidsetPreference(Object preference)Preferred AddressvoidsetSeasonalOccupancies(List<SeasonalOccupancy> seasonalOccupancies)Seasonal OccupanciesvoidsetStartOn(Object startOn)Start OnvoidsetType(Type__1 type)TypeStringtoString()AddresswithAddress(Object address)AddresswithEndOn(Object endOn)AddresswithPreference(Object preference)AddresswithSeasonalOccupancies(List<SeasonalOccupancy> seasonalOccupancies)AddresswithStartOn(Object startOn)AddresswithType(Type__1 type)
-
-
-
Field Detail
-
address
@JsonPropertyDescription("The associated physical address.") private Object addressAddressThe 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 typeTypeA 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 startOnStart 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 endOnEnd 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 preferencePreferred 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> seasonalOccupanciesSeasonal 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)
-
-