public class DistInfo
extends java.lang.Object
implements java.io.Serializable
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="{http://data.sbsm.gov.cn/smmd/2007}onLineSrc"/>
 <element ref="{http://data.sbsm.gov.cn/smmd/2007}distFormat"/>
 <element ref="{http://data.sbsm.gov.cn/smmd/2007}distributor"/>
 </sequence>
 </restriction>
 </complexContent>
 </complexType>
 
| Modifier and Type | Field and Description | 
|---|---|
| protected DistFormat | distFormat | 
| protected Distributor | distributor | 
| protected OnLineSrc | onLineSrc | 
| Constructor and Description | 
|---|
| DistInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| DistFormat | getDistFormat()Gets the value of the distFormat property. | 
| Distributor | getDistributor()Gets the value of the distributor property. | 
| OnLineSrc | getOnLineSrc()Gets the value of the onLineSrc property. | 
| void | setDistFormat(DistFormat value)Sets the value of the distFormat property. | 
| void | setDistributor(Distributor value)Sets the value of the distributor property. | 
| void | setOnLineSrc(OnLineSrc value)Sets the value of the onLineSrc property. | 
protected OnLineSrc onLineSrc
protected DistFormat distFormat
protected Distributor distributor
public OnLineSrc getOnLineSrc()
public void setOnLineSrc(OnLineSrc value)
valueallowed - object isOnLineSrcpublic DistFormat getDistFormat()
public void setDistFormat(DistFormat value)
valueallowed - object isDistFormatpublic Distributor getDistributor()
public void setDistributor(Distributor value)
valueallowed - object isDistributor