Package org.cxml
Class SampleDefinition
java.lang.Object
org.cxml.SampleDefinition
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sampleSize property.Gets the value of the sampleType property.voidsetSampleSize(String value) Sets the value of the sampleSize property.voidsetSampleType(String value) Sets the value of the sampleType property.
-
Field Details
-
sampleSize
-
sampleType
-
-
Constructor Details
-
SampleDefinition
public SampleDefinition()
-
-
Method Details
-
getSampleSize
Gets the value of the sampleSize property.- Returns:
- possible object is
String
-
setSampleSize
Sets the value of the sampleSize property.- Parameters:
value- allowed object isString
-
getSampleType
Gets the value of the sampleType property.- Returns:
- possible object is
String
-
setSampleType
Sets the value of the sampleType property.- Parameters:
value- allowed object isString
-