Class DeliveryMethod

java.lang.Object
com.oracle.communications.brm.cc.model.DeliveryMethod
All Implemented Interfaces:
Serializable

public class DeliveryMethod extends Object implements 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 Details

    • id

      protected String id
      The delivery method ID.
    • name

      protected String name
      The delivery method name.
    • status

      protected String status
      The delivery status. Allowed values: ACTIVE, INACTIVE
  • Constructor Details

    • DeliveryMethod

      public DeliveryMethod()
  • Method Details

    • getId

      public String getId()
      The delivery method ID.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      See Also:
    • getName

      public String getName()
      The delivery method name.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      See Also:
    • getStatus

      public String getStatus()
      The delivery status. Allowed values: ACTIVE, INACTIVE
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
      See Also: