org.cafesip.jiplet.config.server
Interface JipPort


public interface JipPort

Java content class for JipPort complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Users/beckie/workspace/jiplet/conf/server_2.0.xsd line 64)

 <complexType name="JipPort">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="address" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="port" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getAddress()
          Gets the value of the address property.
 int getPort()
          Gets the value of the port property.
 java.lang.String getType()
          Gets the value of the type property.
 boolean isDefault()
          Gets the value of the default property.
 void setAddress(java.lang.String value)
          Sets the value of the address property.
 void setDefault(boolean value)
          Sets the value of the default 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.
 

Method Detail

getType

java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getAddress

java.lang.String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

void setAddress(java.lang.String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

isDefault

boolean isDefault()
Gets the value of the default property.


setDefault

void setDefault(boolean value)
Sets the value of the default property.


getPort

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


setPort

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



http://www.cafesip.org