Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.diameter.common
Class AttrDefType.Flags

java.lang.Object
  extended by oracle.axia.config.beans.protocol.diameter.common.AttrDefType.Flags

All Implemented Interfaces:
AttrDefTypeMBean.FlagsMBean, AttrDefTypeReadOnlyMBean.FlagsReadOnlyMBean
Enclosing class:
AttrDefType

public static class AttrDefType.Flags
extends java.lang.Object
implements AttrDefTypeMBean.FlagsMBean

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="mandatory" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="end_to_end_encryption" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Nested Class Summary
static class AttrDefType.Flags.EndToEndEncryption
          Java class for anonymous complex type.
static class AttrDefType.Flags.Mandatory
          Java class for anonymous complex type.

 

Nested classes/interfaces inherited from interface oracle.axia.config.beans.protocol.diameter.common.AttrDefTypeMBean.FlagsMBean
AttrDefTypeMBean.FlagsMBean.EndToEndEncryptionMBean, AttrDefTypeMBean.FlagsMBean.MandatoryMBean

 

Nested classes/interfaces inherited from interface oracle.axia.config.beans.protocol.diameter.common.AttrDefTypeReadOnlyMBean.FlagsReadOnlyMBean
AttrDefTypeReadOnlyMBean.FlagsReadOnlyMBean.EndToEndEncryptionReadOnlyMBean, AttrDefTypeReadOnlyMBean.FlagsReadOnlyMBean.MandatoryReadOnlyMBean

 

Field Summary
protected  AttrDefType.Flags.EndToEndEncryption endToEndEncryption
           
protected  AttrDefType.Flags.Mandatory mandatory
           

 

Constructor Summary
AttrDefType.Flags()
          Default Constructor
AttrDefType.Flags(AttrDefType.Flags.Mandatory mandatory, AttrDefType.Flags.EndToEndEncryption endToEndEncryption)
           

 

Method Summary
 void addMandatory()
          Add a new element named mandatory
 AttrDefType.Flags.EndToEndEncryption getEndToEndEncryption()
          Gets the value of the endToEndEncryption property.
 AttrDefTypeMBean.FlagsMBean.EndToEndEncryptionMBean getEndToEndEncryptionMBean()
          Get the value of the EndToEndEncryption element
 AttrDefType.Flags.Mandatory getMandatory()
          Gets the value of the mandatory property.
 AttrDefTypeMBean.FlagsMBean.MandatoryMBean getMandatoryMBean()
          Get the value of the Mandatory element
 void removeMandatory()
          Remove an element named mandatory
 void setEndToEndEncryption(AttrDefType.Flags.EndToEndEncryption value)
          Sets the value of the endToEndEncryption property.
 void setEndToEndEncryptionMBean(AttrDefTypeMBean.FlagsMBean.EndToEndEncryptionMBean val)
          Set the value of the EndToEndEncryption element
 void setMandatory(AttrDefType.Flags.Mandatory value)
          Sets the value of the mandatory property.
 void setMandatoryMBean(AttrDefTypeMBean.FlagsMBean.MandatoryMBean val)
          Set the value of the Mandatory element

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

mandatory

protected AttrDefType.Flags.Mandatory mandatory

endToEndEncryption

protected AttrDefType.Flags.EndToEndEncryption endToEndEncryption

Constructor Detail

AttrDefType.Flags

public AttrDefType.Flags()
Default Constructor

AttrDefType.Flags

public AttrDefType.Flags(AttrDefType.Flags.Mandatory mandatory,
                         AttrDefType.Flags.EndToEndEncryption endToEndEncryption)

Method Detail

getMandatory

public AttrDefType.Flags.Mandatory getMandatory()
Gets the value of the mandatory property.
Returns:
possible object is AttrDefType.Flags.Mandatory

setMandatory

public void setMandatory(AttrDefType.Flags.Mandatory value)
Sets the value of the mandatory property.
Parameters:
value - allowed object is AttrDefType.Flags.Mandatory

getEndToEndEncryption

public AttrDefType.Flags.EndToEndEncryption getEndToEndEncryption()
Gets the value of the endToEndEncryption property.
Returns:
possible object is AttrDefType.Flags.EndToEndEncryption

setEndToEndEncryption

public void setEndToEndEncryption(AttrDefType.Flags.EndToEndEncryption value)
Sets the value of the endToEndEncryption property.
Parameters:
value - allowed object is AttrDefType.Flags.EndToEndEncryption

addMandatory

public void addMandatory()
Add a new element named mandatory
Specified by:
addMandatory in interface AttrDefTypeMBean.FlagsMBean

removeMandatory

public void removeMandatory()
Remove an element named mandatory
Specified by:
removeMandatory in interface AttrDefTypeMBean.FlagsMBean

getMandatoryMBean

public AttrDefTypeMBean.FlagsMBean.MandatoryMBean getMandatoryMBean()
Get the value of the Mandatory element
Specified by:
getMandatoryMBean in interface AttrDefTypeReadOnlyMBean.FlagsReadOnlyMBean

setMandatoryMBean

public void setMandatoryMBean(AttrDefTypeMBean.FlagsMBean.MandatoryMBean val)
Set the value of the Mandatory element
Specified by:
setMandatoryMBean in interface AttrDefTypeMBean.FlagsMBean

getEndToEndEncryptionMBean

public AttrDefTypeMBean.FlagsMBean.EndToEndEncryptionMBean getEndToEndEncryptionMBean()
Get the value of the EndToEndEncryption element
Specified by:
getEndToEndEncryptionMBean in interface AttrDefTypeReadOnlyMBean.FlagsReadOnlyMBean

setEndToEndEncryptionMBean

public void setEndToEndEncryptionMBean(AttrDefTypeMBean.FlagsMBean.EndToEndEncryptionMBean val)
Set the value of the EndToEndEncryption element
Specified by:
setEndToEndEncryptionMBean in interface AttrDefTypeMBean.FlagsMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.