public class LocalServer extends Object implements Serializable
Constructor and Description |
---|
LocalServer() |
Modifier and Type | Method and Description |
---|---|
void |
deleteDefaultCriticalPathRetries() |
void |
deleteDefaultCriticalPathTimeout() |
boolean |
equals(Object obj) |
String |
getDefaultCriticalPathIp()
Returns the value of field 'defaultCriticalPathIp'.
|
int |
getDefaultCriticalPathRetries()
Returns the value of field 'defaultCriticalPathRetries'.
|
String |
getDefaultCriticalPathService()
Returns the value of field 'defaultCriticalPathService'.
|
Integer |
getDefaultCriticalPathTimeout()
Returns the value of field 'defaultCriticalPathTimeout'.
|
String |
getServerName()
Returns the value of field 'serverName'.
|
String |
getVerifyServer()
Returns the value of field 'verifyServer'.
|
boolean |
hasDefaultCriticalPathRetries()
Method hasDefaultCriticalPathRetries.
|
boolean |
hasDefaultCriticalPathTimeout()
Method hasDefaultCriticalPathTimeout.
|
int |
hashCode() |
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setDefaultCriticalPathIp(String ip)
Sets the value of field 'defaultCriticalPathIp'.
|
void |
setDefaultCriticalPathRetries(Integer retries)
Sets the value of field 'defaultCriticalPathRetries'.
|
void |
setDefaultCriticalPathService(String defaultCriticalPathService)
Sets the value of field 'defaultCriticalPathService'.
|
void |
setDefaultCriticalPathTimeout(Integer timeout)
Sets the value of field 'defaultCriticalPathTimeout'.
|
void |
setServerName(String serverName)
Sets the value of field 'serverName'.
|
void |
setVerifyServer(String verifyServer)
Sets the value of field 'verifyServer'.
|
static LocalServer |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteDefaultCriticalPathRetries()
public void deleteDefaultCriticalPathTimeout()
public String getDefaultCriticalPathIp()
public int getDefaultCriticalPathRetries()
public String getDefaultCriticalPathService()
public Integer getDefaultCriticalPathTimeout()
public String getServerName()
public String getVerifyServer()
public boolean hasDefaultCriticalPathRetries()
public boolean hasDefaultCriticalPathTimeout()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setDefaultCriticalPathIp(String ip)
ip
- the value of field
'defaultCriticalPathIp'.public void setDefaultCriticalPathRetries(Integer retries)
defaultCriticalPathRetries
- the value of field
'defaultCriticalPathRetries'.public void setDefaultCriticalPathService(String defaultCriticalPathService)
defaultCriticalPathService
- the value of field
'defaultCriticalPathService'.public void setDefaultCriticalPathTimeout(Integer timeout)
defaultCriticalPathTimeout
- the value of field
'defaultCriticalPathTimeout'.public void setServerName(String serverName)
serverName
- the value of field 'serverName'.public void setVerifyServer(String verifyServer)
verifyServer
- the value of field 'verifyServer'.public static LocalServer unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.