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 boolean
equals(Object other)
String
getExtension()
ExtensionString
getNumber()
Numberint
hashCode()
void
setExtension(String extension)
Extensionvoid
setNumber(String number)
NumberString
toString()
Fax
withExtension(String extension)
Fax
withNumber(String number)
-
-
-
Field Detail
-
number
@JsonPropertyDescription("The number assigned to the fax line.") private String number
NumberThe 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 extension
ExtensionThe 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.
-
-