com.supermap.services.metadata.smmd2007
类 DistInfo
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.DistInfo
-
- 所有已实现的接口:
- java.io.Serializable
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.
-
-
-
字段详细资料
-
onLineSrc
protected OnLineSrc onLineSrc
-
distFormat
protected DistFormat distFormat
-
distributor
protected Distributor distributor
-
-
方法详细资料
-
getOnLineSrc
public OnLineSrc getOnLineSrc()
Gets the value of the onLineSrc property.
-
setOnLineSrc
public void setOnLineSrc(OnLineSrc value)
Sets the value of the onLineSrc property.- 参数:
valueallowed
- object isOnLineSrc
-
getDistFormat
public DistFormat getDistFormat()
Gets the value of the distFormat property.
-
setDistFormat
public void setDistFormat(DistFormat value)
Sets the value of the distFormat property.- 参数:
valueallowed
- object isDistFormat
-
getDistributor
public Distributor getDistributor()
Gets the value of the distributor property.
-
setDistributor
public void setDistributor(Distributor value)
Sets the value of the distributor property.- 参数:
valueallowed
- object isDistributor
-
-