|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.dm.org.oasis_open.docs.wsdm.mows_2.OperationMetricType
public class OperationMetricType
Java class for OperationMetricType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationMetricType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/wsdm/mows-2.xsd}NumberOfRequests" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsdm/mows-2.xsd}NumberOfSuccessfulRequests" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsdm/mows-2.xsd}NumberOfFailedRequests" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsdm/mows-2.xsd}ServiceTime" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsdm/mows-2.xsd}MaxResponseTime" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsdm/mows-2.xsd}LastResponseTime" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsdm/mows-2.xsd}MaxRequestSize" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsdm/mows-2.xsd}LastRequestSize" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsdm/mows-2.xsd}MaxResponseSize" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsdm/mows-2.xsd}LastResponseSize" minOccurs="0"/>
</sequence>
<attGroup ref="{http://docs.oasis-open.org/wsdm/mows-2.xsd}OperationNameGroup"/>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected IntegerCounter |
lastRequestSize
|
protected IntegerCounter |
lastResponseSize
|
protected DurationMetric |
lastResponseTime
|
protected IntegerCounter |
maxRequestSize
|
protected IntegerCounter |
maxResponseSize
|
protected DurationMetric |
maxResponseTime
|
protected IntegerCounter |
numberOfFailedRequests
|
protected IntegerCounter |
numberOfRequests
|
protected IntegerCounter |
numberOfSuccessfulRequests
|
protected java.lang.String |
operationName
|
protected javax.xml.namespace.QName |
portType
|
protected DurationMetric |
serviceTime
|
| Constructor Summary | |
|---|---|
OperationMetricType()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
copyTo(java.lang.Object target)
|
java.lang.Object |
copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
|
java.lang.Object |
createCopy()
|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
IntegerCounter |
getLastRequestSize()
Gets the value of the lastRequestSize property. |
IntegerCounter |
getLastResponseSize()
Gets the value of the lastResponseSize property. |
DurationMetric |
getLastResponseTime()
Gets the value of the lastResponseTime property. |
IntegerCounter |
getMaxRequestSize()
Gets the value of the maxRequestSize property. |
IntegerCounter |
getMaxResponseSize()
Gets the value of the maxResponseSize property. |
DurationMetric |
getMaxResponseTime()
Gets the value of the maxResponseTime property. |
IntegerCounter |
getNumberOfFailedRequests()
Gets the value of the numberOfFailedRequests property. |
IntegerCounter |
getNumberOfRequests()
Gets the value of the numberOfRequests property. |
IntegerCounter |
getNumberOfSuccessfulRequests()
Gets the value of the numberOfSuccessfulRequests property. |
java.lang.String |
getOperationName()
Gets the value of the operationName property. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
javax.xml.namespace.QName |
getPortType()
Gets the value of the portType property. |
DurationMetric |
getServiceTime()
Gets the value of the serviceTime property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setLastRequestSize(IntegerCounter value)
Sets the value of the lastRequestSize property. |
void |
setLastResponseSize(IntegerCounter value)
Sets the value of the lastResponseSize property. |
void |
setLastResponseTime(DurationMetric value)
Sets the value of the lastResponseTime property. |
void |
setMaxRequestSize(IntegerCounter value)
Sets the value of the maxRequestSize property. |
void |
setMaxResponseSize(IntegerCounter value)
Sets the value of the maxResponseSize property. |
void |
setMaxResponseTime(DurationMetric value)
Sets the value of the maxResponseTime property. |
void |
setNumberOfFailedRequests(IntegerCounter value)
Sets the value of the numberOfFailedRequests property. |
void |
setNumberOfRequests(IntegerCounter value)
Sets the value of the numberOfRequests property. |
void |
setNumberOfSuccessfulRequests(IntegerCounter value)
Sets the value of the numberOfSuccessfulRequests property. |
void |
setOperationName(java.lang.String value)
Sets the value of the operationName property. |
void |
setPortType(javax.xml.namespace.QName value)
Sets the value of the portType property. |
void |
setServiceTime(DurationMetric value)
Sets the value of the serviceTime property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected IntegerCounter numberOfRequests
protected IntegerCounter numberOfSuccessfulRequests
protected IntegerCounter numberOfFailedRequests
protected DurationMetric serviceTime
protected DurationMetric maxResponseTime
protected DurationMetric lastResponseTime
protected IntegerCounter maxRequestSize
protected IntegerCounter lastRequestSize
protected IntegerCounter maxResponseSize
protected IntegerCounter lastResponseSize
protected java.lang.String operationName
protected javax.xml.namespace.QName portType
| Constructor Detail |
|---|
public OperationMetricType()
| Method Detail |
|---|
public IntegerCounter getNumberOfRequests()
IntegerCounterpublic void setNumberOfRequests(IntegerCounter value)
value - allowed object is
IntegerCounterpublic IntegerCounter getNumberOfSuccessfulRequests()
IntegerCounterpublic void setNumberOfSuccessfulRequests(IntegerCounter value)
value - allowed object is
IntegerCounterpublic IntegerCounter getNumberOfFailedRequests()
IntegerCounterpublic void setNumberOfFailedRequests(IntegerCounter value)
value - allowed object is
IntegerCounterpublic DurationMetric getServiceTime()
DurationMetricpublic void setServiceTime(DurationMetric value)
value - allowed object is
DurationMetricpublic DurationMetric getMaxResponseTime()
DurationMetricpublic void setMaxResponseTime(DurationMetric value)
value - allowed object is
DurationMetricpublic DurationMetric getLastResponseTime()
DurationMetricpublic void setLastResponseTime(DurationMetric value)
value - allowed object is
DurationMetricpublic IntegerCounter getMaxRequestSize()
IntegerCounterpublic void setMaxRequestSize(IntegerCounter value)
value - allowed object is
IntegerCounterpublic IntegerCounter getLastRequestSize()
IntegerCounterpublic void setLastRequestSize(IntegerCounter value)
value - allowed object is
IntegerCounterpublic IntegerCounter getMaxResponseSize()
IntegerCounterpublic void setMaxResponseSize(IntegerCounter value)
value - allowed object is
IntegerCounterpublic IntegerCounter getLastResponseSize()
IntegerCounterpublic void setLastResponseSize(IntegerCounter value)
value - allowed object is
IntegerCounterpublic java.lang.String getOperationName()
Stringpublic void setOperationName(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getPortType()
QNamepublic void setPortType(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
public java.lang.Object copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.Copyablepublic java.lang.Object createCopy()
createCopy in interface org.jvnet.jaxb2_commons.lang.CopyablecreateCopy in interface org.jvnet.jaxb2_commons.lang.CopyTo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||