|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.tickertape.tickerlingua.jaxb.Ticker
public class Ticker
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 |
---|
protected Properties properties
protected java.lang.String clazz
Constructor Detail |
---|
public Ticker()
Method Detail |
---|
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |