public class IntegerCounter extends Object
Java class for IntegerCounter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntegerCounter"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> <attGroup ref="{http://docs.oasis-open.org/wsdm/muws2-2.xsd}MetricAttributes"/> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Duration |
duration |
protected Calendar |
lastUpdated |
protected Calendar |
resetAt |
protected BigInteger |
value |
Constructor and Description |
---|
IntegerCounter() |
Modifier and Type | Method and Description |
---|---|
Duration |
getDuration()
Gets the value of the duration property.
|
Calendar |
getLastUpdated()
Gets the value of the lastUpdated property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Calendar |
getResetAt()
Gets the value of the resetAt property.
|
BigInteger |
getValue()
Gets the value of the value property.
|
void |
setDuration(Duration value)
Sets the value of the duration property.
|
void |
setLastUpdated(Calendar value)
Sets the value of the lastUpdated property.
|
void |
setResetAt(Calendar value)
Sets the value of the resetAt property.
|
void |
setValue(BigInteger value)
Sets the value of the value property.
|
protected BigInteger value
protected Calendar resetAt
protected Calendar lastUpdated
protected Duration duration
public BigInteger getValue()
BigInteger
public void setValue(BigInteger value)
value
- allowed object is
BigInteger
public Calendar getResetAt()
Calendar
public void setResetAt(Calendar value)
value
- allowed object is
Calendar
public Calendar getLastUpdated()
Calendar
public void setLastUpdated(Calendar value)
value
- allowed object is
Calendar
public Duration getDuration()
Duration
public void setDuration(Duration value)
value
- allowed object is
Duration
public Map<QName,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.
Copyright © 2008–2017 MIL-OSS. All rights reserved.