|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.preferences.Proxy
public class Proxy
Java class for proxy element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="proxy">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="address" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="port" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.String |
address
|
protected java.lang.Boolean |
enabled
|
protected java.lang.String |
port
|
| Constructor Summary | |
|---|---|
Proxy()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Gets the value of the address property. |
java.lang.String |
getPort()
Gets the value of the port property. |
boolean |
isEnabled()
Gets the value of the enabled property. |
void |
setAddress(java.lang.String value)
Sets the value of the address property. |
void |
setEnabled(java.lang.Boolean value)
Sets the value of the enabled property. |
void |
setPort(java.lang.String value)
Sets the value of the port property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String address
protected java.lang.Boolean enabled
protected java.lang.String port
| Constructor Detail |
|---|
public Proxy()
| Method Detail |
|---|
public java.lang.String getAddress()
Stringpublic void setAddress(java.lang.String value)
value - allowed object is
Stringpublic boolean isEnabled()
Booleanpublic void setEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPort()
Stringpublic void setPort(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||