edu.harvard.i2b2.crc.datavo.i2b2message
Class PollingUrlType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.i2b2message.PollingUrlType

public class PollingUrlType
extends Object

Java class for polling_urlType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="polling_urlType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="interval_ms" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  int intervalMs
           
protected  String value
           
 
Constructor Summary
PollingUrlType()
           
 
Method Summary
 int getIntervalMs()
          Gets the value of the intervalMs property.
 String getValue()
          Gets the value of the value property.
 void setIntervalMs(int value)
          Sets the value of the intervalMs property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

intervalMs

protected int intervalMs
Constructor Detail

PollingUrlType

public PollingUrlType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getIntervalMs

public int getIntervalMs()
Gets the value of the intervalMs property.


setIntervalMs

public void setIntervalMs(int value)
Sets the value of the intervalMs property.



Copyright © 2011. All Rights Reserved.