public class NotificationDeliveryMethod extends Object implements Serializable
Java class for notificationDeliveryMethod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="notificationDeliveryMethod"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected Integer |
status |
Constructor and Description |
---|
NotificationDeliveryMethod() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getStatus()
Gets the value of the status property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(Integer value)
Sets the value of the status property.
|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public Integer getStatus()
Integer