|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.api.generated.CollectorInfoType
public class CollectorInfoType
Java class for collectorInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="collectorInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="shortDesc" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="longDesc" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="sourceDesc" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="sourcesNumber" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
longDesc
|
protected String |
shortDesc
|
protected String |
sourceDesc
|
protected String |
sourcesNumber
|
| Constructor Summary | |
|---|---|
CollectorInfoType()
|
|
| Method Summary | |
|---|---|
String |
getLongDesc()
Gets the value of the longDesc property. |
String |
getShortDesc()
Gets the value of the shortDesc property. |
String |
getSourceDesc()
Gets the value of the sourceDesc property. |
String |
getSourcesNumber()
Gets the value of the sourcesNumber property. |
void |
setLongDesc(String value)
Sets the value of the longDesc property. |
void |
setShortDesc(String value)
Sets the value of the shortDesc property. |
void |
setSourceDesc(String value)
Sets the value of the sourceDesc property. |
void |
setSourcesNumber(String value)
Sets the value of the sourcesNumber property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String shortDesc
protected String longDesc
protected String sourceDesc
protected String sourcesNumber
| Constructor Detail |
|---|
public CollectorInfoType()
| Method Detail |
|---|
public String getShortDesc()
Stringpublic void setShortDesc(String value)
value - allowed object is
Stringpublic String getLongDesc()
Stringpublic void setLongDesc(String value)
value - allowed object is
Stringpublic String getSourceDesc()
Stringpublic void setSourceDesc(String value)
value - allowed object is
Stringpublic String getSourcesNumber()
Stringpublic void setSourcesNumber(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||