Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

org.csapi.schema.parlayx.common.v2_1
Class TimeMetric

java.lang.Object
  extended by org.csapi.schema.parlayx.common.v2_1.TimeMetric

public class TimeMetric
extends java.lang.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>
 


Constructor Summary
TimeMetric()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeMetric

public TimeMetric()
Method Detail

getMetric

public TimeMetrics getMetric()
Gets the value of the metric property.

Returns:
possible object is TimeMetrics

getUnits

public int getUnits()
Gets the value of the units property.


setMetric

public void setMetric(TimeMetrics value)
Sets the value of the metric property.

Parameters:
value - allowed object is TimeMetrics

setUnits

public void setUnits(int value)
Sets the value of the units property.


Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

Copyright © 2005, 2010 Oracle and/or its affiliates. All rights reserved.