Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.diameter.common
Interface AppDefTypeReadOnlyMBean

All Known Subinterfaces:
AppDefTypeMBean
All Known Implementing Classes:
AppDefType

public interface AppDefTypeReadOnlyMBean

Nested Class Summary
static interface AppDefTypeReadOnlyMBean.IsAuthReadOnlyMBean
           

 

Method Summary
 long getId()
          Gets the value of the id property.
 AppDefTypeMBean.IsAuthMBean getIsAuthMBean()
          Return the value of the IsAuth element
 java.util.List<java.lang.Long> getVendorId()
          Gets the value of the vendorId property.

 

Method Detail

getId

long getId()
Gets the value of the id property.

getVendorId

java.util.List<java.lang.Long> getVendorId()
Gets the value of the vendorId 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 vendorId property.

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

    getVendorId().add(newItem);
 

Objects of the following type(s) are allowed in the list Long


getIsAuthMBean

AppDefTypeMBean.IsAuthMBean getIsAuthMBean()
Return the value of the IsAuth element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.