public class TimeMetric extends Object
Java class for TimeMetric complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeMetric">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="metric" type="{http://www.csapi.org/schema/parlayx/common/v2_1}TimeMetrics"/>
<element name="units" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TimeMetrics |
metric |
protected int |
units |
| Constructor and Description |
|---|
TimeMetric() |
| Modifier and Type | Method and Description |
|---|---|
TimeMetrics |
getMetric()
Gets the value of the metric property.
|
int |
getUnits()
Gets the value of the units property.
|
void |
setMetric(TimeMetrics value)
Sets the value of the metric property.
|
void |
setUnits(int value)
Sets the value of the units property.
|
protected TimeMetrics metric
protected int units
public TimeMetrics getMetric()
TimeMetricspublic void setMetric(TimeMetrics value)
value - allowed object is
TimeMetricspublic int getUnits()
public void setUnits(int value)
Copyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.