Class UpdateServiceProfile
java.lang.Object
com.oracle.communications.brm.cc.model.UpdateServiceProfile
- 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="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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<UpdateServiceProfile.Devices> The list of devices associated with the service profile.protected ProfileBaseprotected ServiceBase -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe list of devices associated with the service profile.Gets the value of the profile property.Gets the value of the service property.voidsetProfile(ProfileBase value) Sets the value of the profile property.voidsetService(ServiceBase value) Sets the value of the service property.
-
Field Details
-
service
-
devices
The list of devices associated with the service profile. -
profile
-
-
Constructor Details
-
UpdateServiceProfile
public UpdateServiceProfile()
-
-
Method Details
-
getService
Gets the value of the service property.- Returns:
- possible object is
ServiceBase
-
setService
Sets the value of the service property.- Parameters:
value- allowed object isServiceBase
-
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
setmethod 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
Gets the value of the profile property.- Returns:
- possible object is
ProfileBase
-
setProfile
Sets the value of the profile property.- Parameters:
value- allowed object isProfileBase
-