com.pushtotest.testmaker.XSTest.xml
Interface XSTestType.ChartSetType

All Known Implementing Classes:
XSTestTypeImpl.ChartSetTypeImpl
Enclosing interface:
XSTestType

public static interface XSTestType.ChartSetType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/TestMaker/src/com/pushtotest/testmaker/XSTest/xml/XSTestProps.xsd line 146)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Scalability" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Entry" type="{}summtype" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="DistributionTX" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Entry" type="{}disttype" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="DistributionSD" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Entry" type="{}disttype" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface XSTestType.ChartSetType.DistributionSDType
          Java content class for anonymous complex type.
static interface XSTestType.ChartSetType.DistributionTXType
          Java content class for anonymous complex type.
static interface XSTestType.ChartSetType.ScalabilityType
          Java content class for anonymous complex type.
 
Method Summary
 XSTestType.ChartSetType.DistributionSDType getDistributionSD()
          Gets the value of the distributionSD property.
 XSTestType.ChartSetType.DistributionTXType getDistributionTX()
          Gets the value of the distributionTX property.
 XSTestType.ChartSetType.ScalabilityType getScalability()
          Gets the value of the scalability property.
 void setDistributionSD(XSTestType.ChartSetType.DistributionSDType value)
          Sets the value of the distributionSD property.
 void setDistributionTX(XSTestType.ChartSetType.DistributionTXType value)
          Sets the value of the distributionTX property.
 void setScalability(XSTestType.ChartSetType.ScalabilityType value)
          Sets the value of the scalability property.
 

Method Detail

getDistributionTX

XSTestType.ChartSetType.DistributionTXType getDistributionTX()
Gets the value of the distributionTX property.

Returns:
possible object is XSTestType.ChartSetType.DistributionTXType

setDistributionTX

void setDistributionTX(XSTestType.ChartSetType.DistributionTXType value)
Sets the value of the distributionTX property.

Parameters:
value - allowed object is XSTestType.ChartSetType.DistributionTXType

getScalability

XSTestType.ChartSetType.ScalabilityType getScalability()
Gets the value of the scalability property.

Returns:
possible object is XSTestType.ChartSetType.ScalabilityType

setScalability

void setScalability(XSTestType.ChartSetType.ScalabilityType value)
Sets the value of the scalability property.

Parameters:
value - allowed object is XSTestType.ChartSetType.ScalabilityType

getDistributionSD

XSTestType.ChartSetType.DistributionSDType getDistributionSD()
Gets the value of the distributionSD property.

Returns:
possible object is XSTestType.ChartSetType.DistributionSDType

setDistributionSD

void setDistributionSD(XSTestType.ChartSetType.DistributionSDType value)
Sets the value of the distributionSD property.

Parameters:
value - allowed object is XSTestType.ChartSetType.DistributionSDType