org.hackystat.tickertape.tickerlingua.jaxb
Class Ticker

java.lang.Object
  extended by org.hackystat.tickertape.tickerlingua.jaxb.Ticker

public class Ticker
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Properties" minOccurs="0"/>
       </sequence>
       <attribute ref="{}class use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String clazz
           
protected  Properties properties
           
 
Constructor Summary
Ticker()
           
 
Method Summary
 java.lang.String getClazz()
          Gets the value of the clazz property.
 Properties getProperties()
          Gets the value of the properties property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected Properties properties

clazz

protected java.lang.String clazz
Constructor Detail

Ticker

public Ticker()
Method Detail

getProperties

public Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

getClazz

public java.lang.String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(java.lang.String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String