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>
限定符和类型 | 字段和说明 |
---|---|
protected DistFormat |
distFormat |
protected Distributor |
distributor |
protected OnLineSrc |
onLineSrc |
构造器和说明 |
---|
DistInfo() |
限定符和类型 | 方法和说明 |
---|---|
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 isOnLineSrc
public DistFormat getDistFormat()
public void setDistFormat(DistFormat value)
valueallowed
- object isDistFormat
public Distributor getDistributor()
public void setDistributor(Distributor value)
valueallowed
- object isDistributor