|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
java.lang.String getType()
Stringvoid setType(java.lang.String value)
value - allowed object is
Stringjava.lang.String getAddress()
Stringvoid setAddress(java.lang.String value)
value - allowed object is
Stringboolean isDefault()
void setDefault(boolean value)
int getPort()
void setPort(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||