public class ServiceProfile 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}serviceType"/> <element name="profile" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}profileType"/> <element name="devices" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}deviceType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<DeviceType> |
devices |
protected ProfileBase |
profile |
protected ServiceBase |
service |
Constructor and Description |
---|
ServiceProfile() |
Modifier and Type | Method and Description |
---|---|
List<DeviceType> |
getDevices()
Gets the value of the devices property.
|
ProfileType |
getProfile()
Gets the value of the profile property.
|
ServiceType |
getService()
Gets the value of the service property.
|
void |
setProfile(ProfileType value)
Sets the value of the profile property.
|
void |
setService(ServiceType value)
Sets the value of the service property.
|
protected ServiceBase service
protected ProfileBase profile
protected List<DeviceType> devices
public ServiceType getService()
ServiceType
public void setService(ServiceType value)
value
- allowed object is
ServiceType
public ProfileType getProfile()
ProfileType
public void setProfile(ProfileType value)
value
- allowed object is
ProfileType
public List<DeviceType> getDevices()
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
DeviceType