Class Fax
- java.lang.Object
-
- com.ellucian.generated.eedm.requisitions.v11_0.Fax
-
@Generated("jsonschema2pojo") public class Fax extends Object
FaxThe fax number of the initiator.
-
-
Constructor Summary
Constructors Constructor Description Fax()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetExtension()ExtensionStringgetNumber()NumberinthashCode()voidsetExtension(String extension)ExtensionvoidsetNumber(String number)NumberStringtoString()FaxwithExtension(String extension)FaxwithNumber(String number)
-
-
-
Field Detail
-
number
@JsonPropertyDescription("The number assigned to the fax line.") private String numberNumberThe number assigned to the fax line.
-
extension
@JsonPropertyDescription("The extension used to connect to the fax line when multiple lines share the same primary number.") private String extensionExtensionThe extension used to connect to the fax line when multiple lines share the same primary number.
-
-
Method Detail
-
getNumber
public String getNumber()
NumberThe number assigned to the fax line.
-
setNumber
public void setNumber(String number)
NumberThe number assigned to the fax line.
-
getExtension
public String getExtension()
ExtensionThe extension used to connect to the fax line when multiple lines share the same primary number.
-
setExtension
public void setExtension(String extension)
ExtensionThe extension used to connect to the fax line when multiple lines share the same primary number.
-
-