Class Phone
- java.lang.Object
-
- com.ellucian.generated.eedm.educational_institutions.v6_0.Phone
-
@Generated("jsonschema2pojo") public class Phone extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectcountryCallingCodeCountry Calling Codeprivate StringextensionExtensionprivate StringnumberNumberprivate ObjectpreferencePreferred Phoneprivate Type__1typeType
-
Constructor Summary
Constructors Constructor Description Phone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetCountryCallingCode()Country Calling CodeStringgetExtension()ExtensionStringgetNumber()NumberObjectgetPreference()Preferred PhoneType__1getType()TypeinthashCode()voidsetCountryCallingCode(Object countryCallingCode)Country Calling CodevoidsetExtension(String extension)ExtensionvoidsetNumber(String number)NumbervoidsetPreference(Object preference)Preferred PhonevoidsetType(Type__1 type)TypeStringtoString()PhonewithCountryCallingCode(Object countryCallingCode)PhonewithExtension(String extension)PhonewithNumber(String number)PhonewithPreference(Object preference)PhonewithType(Type__1 type)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("A type of phone for the institution. Includes a standard type (e.g., \'main\', \'support\') and an optional, custom type to further identify the type of phone.") private Type__1 typeTypeA type of phone for the institution. Includes a standard type (e.g., 'main', 'support') and an optional, custom type to further identify the type of phone. (Required)
-
preference
@JsonPropertyDescription("Specifies if the phone is preferred over others of the same type.") private Object preferencePreferred PhoneSpecifies if the phone is preferred over others of the same type.
-
countryCallingCode
@JsonPropertyDescription("The country calling code of telephone and/or mobile device when dialing internationally.") private Object countryCallingCodeCountry Calling CodeThe country calling code of telephone and/or mobile device when dialing internationally.
-
number
@JsonPropertyDescription("The number assigned to the phone.") private String numberNumberThe number assigned to the phone. (Required)
-
extension
@JsonPropertyDescription("The extension used to connect to the phone when multiple phones share the same primary number.") private String extensionExtensionThe extension used to connect to the phone when multiple phones share the same primary number.
-
-
Method Detail
-
getType
public Type__1 getType()
TypeA type of phone for the institution. Includes a standard type (e.g., 'main', 'support') and an optional, custom type to further identify the type of phone. (Required)
-
setType
public void setType(Type__1 type)
TypeA type of phone for the institution. Includes a standard type (e.g., 'main', 'support') and an optional, custom type to further identify the type of phone. (Required)
-
getPreference
public Object getPreference()
Preferred PhoneSpecifies if the phone is preferred over others of the same type.
-
setPreference
public void setPreference(Object preference)
Preferred PhoneSpecifies if the phone is preferred over others of the same type.
-
getCountryCallingCode
public Object getCountryCallingCode()
Country Calling CodeThe country calling code of telephone and/or mobile device when dialing internationally.
-
setCountryCallingCode
public void setCountryCallingCode(Object countryCallingCode)
Country Calling CodeThe country calling code of telephone and/or mobile device when dialing internationally.
-
getNumber
public String getNumber()
NumberThe number assigned to the phone. (Required)
-
setNumber
public void setNumber(String number)
NumberThe number assigned to the phone. (Required)
-
getExtension
public String getExtension()
ExtensionThe extension used to connect to the phone when multiple phones share the same primary number.
-
setExtension
public void setExtension(String extension)
ExtensionThe extension used to connect to the phone when multiple phones share the same primary number.
-
-