Class UpdateServiceProfile

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

public class UpdateServiceProfile 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="service" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}serviceBaseType" minOccurs="0"/>
         <element name="devices" maxOccurs="unbounded" minOccurs="0">
           <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="associateDevice" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="profile" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}profileBaseType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • UpdateServiceProfile

      public UpdateServiceProfile()
  • Method Details

    • getService

      public ServiceBase getService()
      Gets the value of the service property.
      Returns:
      possible object is ServiceBase
    • setService

      public void setService(ServiceBase value)
      Sets the value of the service property.
      Parameters:
      value - allowed object is ServiceBase
    • getDevices

      public List<UpdateServiceProfile.Devices> getDevices()
      The list of devices associated with the service profile. Gets the value of the devices property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the devices property.

      For example, to add a new item, do as follows:

       getDevices().add(newItem);
       

      Objects of the following type(s) are allowed in the list UpdateServiceProfile.Devices

      Returns:
      The value of the devices property.
    • getProfile

      public ProfileBase getProfile()
      Gets the value of the profile property.
      Returns:
      possible object is ProfileBase
    • setProfile

      public void setProfile(ProfileBase value)
      Sets the value of the profile property.
      Parameters:
      value - allowed object is ProfileBase