public class Service extends Object implements Serializable
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of field 'name'.
|
RequestLoad |
getRequestLoad()
Returns the value of field 'requestLoad'.
|
RequestSummary |
getRequestSummary()
Returns the value of field 'requestSummary'.
|
ResponseFrequency |
getResponseFrequency()
Returns the value of field 'responseFrequency'.
|
ServiceProviders |
getServiceProviders()
Returns the value of field 'serviceProviders'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setRequestLoad(RequestLoad requestLoad)
Sets the value of field 'requestLoad'.
|
void |
setRequestSummary(RequestSummary requestSummary)
Sets the value of field 'requestSummary'.
|
void |
setResponseFrequency(ResponseFrequency responseFrequency)
Sets the value of field 'responseFrequency'.
|
void |
setServiceProviders(ServiceProviders serviceProviders)
Sets the value of field 'serviceProviders'.
|
static Service |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public String getName()
public RequestLoad getRequestLoad()
public RequestSummary getRequestSummary()
public ResponseFrequency getResponseFrequency()
public ServiceProviders getServiceProviders()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void setName(String name)
name - the value of field 'name'.public void setRequestLoad(RequestLoad requestLoad)
requestLoad - the value of field 'requestLoad'.public void setRequestSummary(RequestSummary requestSummary)
requestSummary - the value of field 'requestSummary'.public void setResponseFrequency(ResponseFrequency responseFrequency)
responseFrequency - the value of field
'responseFrequency'.public void setServiceProviders(ServiceProviders serviceProviders)
serviceProviders - the value of field 'serviceProviders'public static Service unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2016. All rights reserved.