public class ServiceProvider extends Object implements Serializable
| Constructor and Description |
|---|
ServiceProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBytesReceivedSum()
Method deleteBytesReceivedSum
|
void |
deleteBytesSentSum()
Method deleteBytesSentSum
|
void |
deleteCount()
Method deleteCount
|
void |
deleteDurationAvg()
Method deleteDurationAvg
|
void |
deleteDurationMax()
Method deleteDurationMax
|
int |
getBytesReceivedSum()
Returns the value of field 'bytesReceivedSum'.
|
int |
getBytesSentSum()
Returns the value of field 'bytesSentSum'.
|
int |
getCount()
Returns the value of field 'count'.
|
long |
getDurationAvg()
Returns the value of field 'durationAvg'.
|
long |
getDurationMax()
Returns the value of field 'durationMax'.
|
String |
getName()
Returns the value of field 'name'.
|
boolean |
hasBytesReceivedSum()
Method hasBytesReceivedSum
|
boolean |
hasBytesSentSum()
Method hasBytesSentSum
|
boolean |
hasCount()
Method hasCount
|
boolean |
hasDurationAvg()
Method hasDurationAvg
|
boolean |
hasDurationMax()
Method hasDurationMax
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setBytesReceivedSum(int bytesReceivedSum)
Sets the value of field 'bytesReceivedSum'.
|
void |
setBytesSentSum(int bytesSentSum)
Sets the value of field 'bytesSentSum'.
|
void |
setCount(int count)
Sets the value of field 'count'.
|
void |
setDurationAvg(long durationAvg)
Sets the value of field 'durationAvg'.
|
void |
setDurationMax(long durationMax)
Sets the value of field 'durationMax'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
static ServiceProvider |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void deleteBytesReceivedSum()
public void deleteBytesSentSum()
public void deleteCount()
public void deleteDurationAvg()
public void deleteDurationMax()
public int getBytesReceivedSum()
public int getBytesSentSum()
public int getCount()
public long getDurationAvg()
public long getDurationMax()
public String getName()
public boolean hasBytesReceivedSum()
public boolean hasBytesSentSum()
public boolean hasCount()
public boolean hasDurationAvg()
public boolean hasDurationMax()
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 setBytesReceivedSum(int bytesReceivedSum)
bytesReceivedSum - the value of field 'bytesReceivedSum'public void setBytesSentSum(int bytesSentSum)
bytesSentSum - the value of field 'bytesSentSum'.public void setCount(int count)
count - the value of field 'count'.public void setDurationAvg(long durationAvg)
durationAvg - the value of field 'durationAvg'.public void setDurationMax(long durationMax)
durationMax - the value of field 'durationMax'.public void setName(String name)
name - the value of field 'name'.public static ServiceProvider 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.