Skip navigation links

Oracle Communications Service Broker SVC and VPN MBean Java API Reference
6.0

E26226-01


oracle.axia.apps.svc.common.configuration.beans
Class MediaServerType

java.lang.Object
  extended by oracle.axia.apps.svc.common.configuration.beans.MediaServerType


public class MediaServerType
extends java.lang.Object

Java class for mediaServerType complex type.

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

 <complexType name="mediaServerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="MSCML"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ip">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="(((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)|localhost)"/>
             </restriction>
           </simpleType>
         </element>
         <element name="port">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="1"/>
               <maxInclusive value="65535"/>
             </restriction>
           </simpleType>
         </element>
         <element name="filePath">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="(file://)[^/].*"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String filePath
           
protected  java.lang.String ip
           
protected  int port
           
protected  java.lang.String type
           

 

Constructor Summary
MediaServerType()
           

 

Method Summary
 java.lang.String getFilePath()
          Gets the value of the filePath property.
 java.lang.String getIp()
          Gets the value of the ip property.
 int getPort()
          Gets the value of the port property.
 java.lang.String getType()
          Gets the value of the type property.
 void setFilePath(java.lang.String value)
          Sets the value of the filePath property.
 void setIp(java.lang.String value)
          Sets the value of the ip property.
 void setPort(int value)
          Sets the value of the port property.
 void setType(java.lang.String value)
          Sets the value of the type property.

 

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

 

Field Detail

type

protected java.lang.String type

ip

protected java.lang.String ip

port

protected int port

filePath

protected java.lang.String filePath

Constructor Detail

MediaServerType

public MediaServerType()

Method Detail

getType

public java.lang.String getType()
Gets the value of the type property.
Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.
Parameters:
value - allowed object is String

getIp

public java.lang.String getIp()
Gets the value of the ip property.
Returns:
possible object is String

setIp

public void setIp(java.lang.String value)
Sets the value of the ip property.
Parameters:
value - allowed object is String

getPort

public int getPort()
Gets the value of the port property.

setPort

public void setPort(int value)
Sets the value of the port property.

getFilePath

public java.lang.String getFilePath()
Gets the value of the filePath property.
Returns:
possible object is String

setFilePath

public void setFilePath(java.lang.String value)
Sets the value of the filePath property.
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker SVC and VPN MBean Java API Reference
6.0

E26226-01


Copyright © 2011, Oracle. All rights reserved.