|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.preferences.Preferences.Socket
public static class Preferences.Socket
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">
<attribute name="port" type="{http://www.w3.org/2001/XMLSchema}int" default="10097" />
<attribute name="server" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Integer |
port
|
protected java.lang.Boolean |
server
|
| Constructor Summary | |
|---|---|
Preferences.Socket()
|
|
| Method Summary | |
|---|---|
int |
getPort()
Gets the value of the port property. |
boolean |
isServer()
Gets the value of the server property. |
void |
setPort(java.lang.Integer value)
Sets the value of the port property. |
void |
setServer(java.lang.Boolean value)
Sets the value of the server property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer port
protected java.lang.Boolean server
| Constructor Detail |
|---|
public Preferences.Socket()
| Method Detail |
|---|
public int getPort()
Integerpublic void setPort(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isServer()
Booleanpublic void setServer(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||