org.ow2.jasmine.probe.api.generated
Class CollectorInfoType

java.lang.Object
  extended by org.ow2.jasmine.probe.api.generated.CollectorInfoType

public class CollectorInfoType
extends Object

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

shortDesc

protected String shortDesc

longDesc

protected String longDesc

sourceDesc

protected String sourceDesc

sourcesNumber

protected String sourcesNumber
Constructor Detail

CollectorInfoType

public CollectorInfoType()
Method Detail

getShortDesc

public String getShortDesc()
Gets the value of the shortDesc property.

Returns:
possible object is String

setShortDesc

public void setShortDesc(String value)
Sets the value of the shortDesc property.

Parameters:
value - allowed object is String

getLongDesc

public String getLongDesc()
Gets the value of the longDesc property.

Returns:
possible object is String

setLongDesc

public void setLongDesc(String value)
Sets the value of the longDesc property.

Parameters:
value - allowed object is String

getSourceDesc

public String getSourceDesc()
Gets the value of the sourceDesc property.

Returns:
possible object is String

setSourceDesc

public void setSourceDesc(String value)
Sets the value of the sourceDesc property.

Parameters:
value - allowed object is String

getSourcesNumber

public String getSourcesNumber()
Gets the value of the sourcesNumber property.

Returns:
possible object is String

setSourcesNumber

public void setSourcesNumber(String value)
Sets the value of the sourcesNumber property.

Parameters:
value - allowed object is String


Copyright © 2013 OW2 Consortium. All Rights Reserved.