Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.diameter
Class PeerType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.diameter.PeerType

All Implemented Interfaces:
PeerTypeMBean, PeerTypeReadOnlyMBean

public class PeerType
extends java.lang.Object
implements PeerTypeMBean

Java class for peerType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="peerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="host" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="port" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="0"/>
               <maxInclusive value="65535"/>
             </restriction>
           </simpleType>
         </element>
         <element name="protocol" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="tcp"/>
               <enumeration value="sctp"/>
             </restriction>
           </simpleType>
         </element>
         <element name="watchdog_enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  javax.xml.bind.JAXBElement<java.lang.String> address
           
protected  javax.xml.bind.JAXBElement<java.lang.String> host
           
protected  java.lang.Integer port
           
protected  javax.xml.bind.JAXBElement<java.lang.String> protocol
           
protected  java.lang.Boolean watchdogEnabled
           

 

Constructor Summary
PeerType()
          Default Constructor
PeerType(javax.xml.bind.JAXBElement<java.lang.String> host, javax.xml.bind.JAXBElement<java.lang.String> address, java.lang.Integer port, javax.xml.bind.JAXBElement<java.lang.String> protocol, java.lang.Boolean watchdogEnabled)
           

 

Method Summary
 javax.xml.bind.JAXBElement<java.lang.String> getAddress()
          Gets the value of the address property.
 java.lang.String getAddressMBean()
          Get the value of the java.lang.String element
 javax.xml.bind.JAXBElement<java.lang.String> getHost()
          Gets the value of the host property.
 java.lang.String getHostMBean()
          Get the value of the java.lang.String element
 java.lang.Integer getPort()
          Gets the value of the port property.
 javax.xml.bind.JAXBElement<java.lang.String> getProtocol()
          Gets the value of the protocol property.
 java.lang.String getProtocolMBean()
          Get the value of the java.lang.String element
 java.lang.Boolean isWatchdogEnabled()
          Gets the value of the watchdogEnabled property.
 void setAddress(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the address property.
 void setAddressMBean(java.lang.String address)
          Set the value of the java.lang.String element
 void setHost(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the host property.
 void setHostMBean(java.lang.String host)
          Set the value of the java.lang.String element
 void setPort(java.lang.Integer value)
          Sets the value of the port property.
 void setProtocol(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the protocol property.
 void setProtocolMBean(java.lang.String protocol)
          Set the value of the java.lang.String element
 void setWatchdogEnabled(java.lang.Boolean value)
          Sets the value of the watchdogEnabled property.

 

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

 

Field Detail

host

protected javax.xml.bind.JAXBElement<java.lang.String> host

address

protected javax.xml.bind.JAXBElement<java.lang.String> address

port

protected java.lang.Integer port

protocol

protected javax.xml.bind.JAXBElement<java.lang.String> protocol

watchdogEnabled

protected java.lang.Boolean watchdogEnabled

Constructor Detail

PeerType

public PeerType()
Default Constructor

PeerType

public PeerType(javax.xml.bind.JAXBElement<java.lang.String> host,
                javax.xml.bind.JAXBElement<java.lang.String> address,
                java.lang.Integer port,
                javax.xml.bind.JAXBElement<java.lang.String> protocol,
                java.lang.Boolean watchdogEnabled)

Method Detail

getHost

public javax.xml.bind.JAXBElement<java.lang.String> getHost()
Gets the value of the host property.
Returns:
possible object is JAXBElement<String>

setHost

public void setHost(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the host property.
Parameters:
value - allowed object is JAXBElement<String>

getAddress

public javax.xml.bind.JAXBElement<java.lang.String> getAddress()
Gets the value of the address property.
Returns:
possible object is JAXBElement<String>

setAddress

public void setAddress(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the address property.
Parameters:
value - allowed object is JAXBElement<String>

getPort

public java.lang.Integer getPort()
Gets the value of the port property.
Specified by:
getPort in interface PeerTypeReadOnlyMBean
Returns:
possible object is Integer

setPort

public void setPort(java.lang.Integer value)
Sets the value of the port property.
Specified by:
setPort in interface PeerTypeMBean
Parameters:
value - allowed object is Integer

getProtocol

public javax.xml.bind.JAXBElement<java.lang.String> getProtocol()
Gets the value of the protocol property.
Returns:
possible object is JAXBElement<String>

setProtocol

public void setProtocol(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the protocol property.
Parameters:
value - allowed object is JAXBElement<String>

isWatchdogEnabled

public java.lang.Boolean isWatchdogEnabled()
Gets the value of the watchdogEnabled property.
Specified by:
isWatchdogEnabled in interface PeerTypeMBean
Returns:
possible object is Boolean

setWatchdogEnabled

public void setWatchdogEnabled(java.lang.Boolean value)
Sets the value of the watchdogEnabled property.
Specified by:
setWatchdogEnabled in interface PeerTypeMBean
Parameters:
value - allowed object is Boolean

getHostMBean

public java.lang.String getHostMBean()
Get the value of the java.lang.String element
Specified by:
getHostMBean in interface PeerTypeMBean
Specified by:
getHostMBean in interface PeerTypeReadOnlyMBean

setHostMBean

public void setHostMBean(java.lang.String host)
Set the value of the java.lang.String element
Specified by:
setHostMBean in interface PeerTypeMBean

getAddressMBean

public java.lang.String getAddressMBean()
Get the value of the java.lang.String element
Specified by:
getAddressMBean in interface PeerTypeMBean
Specified by:
getAddressMBean in interface PeerTypeReadOnlyMBean

setAddressMBean

public void setAddressMBean(java.lang.String address)
Set the value of the java.lang.String element
Specified by:
setAddressMBean in interface PeerTypeMBean

getProtocolMBean

public java.lang.String getProtocolMBean()
Get the value of the java.lang.String element
Specified by:
getProtocolMBean in interface PeerTypeMBean
Specified by:
getProtocolMBean in interface PeerTypeReadOnlyMBean

setProtocolMBean

public void setProtocolMBean(java.lang.String protocol)
Set the value of the java.lang.String element
Specified by:
setProtocolMBean in interface PeerTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.