Class DeliveryMethod
java.lang.Object
com.oracle.communications.brm.cc.model.DeliveryMethod
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The delivery method ID. -
name
The delivery method name. -
status
The delivery status. Allowed values: ACTIVE, INACTIVE
-
-
Constructor Details
-
DeliveryMethod
public DeliveryMethod()
-
-
Method Details
-
getId
The delivery method ID.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- See Also:
-
getName
The delivery method name.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
- See Also:
-
getStatus
The delivery status. Allowed values: ACTIVE, INACTIVE- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
- See Also:
-