public abstract class BaseRequestType extends Object implements Serializable
| Constructor and Description |
|---|
BaseRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHandle()
Returns the value of field 'handle'.
|
String |
getService()
Returns the value of field 'service'.
|
String |
getVersion()
Returns the value of field 'version'.
|
boolean |
isValid()
Method isValid
|
void |
setHandle(String handle)
Sets the value of field 'handle'.
|
void |
setService(String service)
Sets the value of field 'service'.
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
void |
validate()
Method validate
|
public String getHandle()
public String getService()
public String getVersion()
public boolean isValid()
public void setHandle(String handle)
handle - the value of field 'handle'.public void setService(String service)
service - the value of field 'service'.public void setVersion(String version)
version - the value of field 'version'.public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2021 B3Partners B.V.. All rights reserved.