com.supermap.services.metadata.smmd2007
类 Distributor
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.Distributor
-
- 所有已实现的接口:
- java.io.Serializable
public class Distributor 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}distorCont"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}ordInstr"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}resFees"/> </sequence> </restriction> </complexContent> </complexType>
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 限定符和类型 字段和说明 protected DistorCont
distorCont
protected java.lang.String
ordInstr
protected java.lang.String
resFees
-
构造器概要
构造器 构造器和说明 Distributor()
-
方法概要
方法 限定符和类型 方法和说明 DistorCont
getDistorCont()
Gets the value of the distorCont property.java.lang.String
getOrdInstr()
Gets the value of the ordInstr property.java.lang.String
getResFees()
Gets the value of the resFees property.void
setDistorCont(DistorCont value)
Sets the value of the distorCont property.void
setOrdInstr(java.lang.String value)
Sets the value of the ordInstr property.void
setResFees(java.lang.String value)
Sets the value of the resFees property.
-
-
-
字段详细资料
-
distorCont
protected DistorCont distorCont
-
ordInstr
protected java.lang.String ordInstr
-
resFees
protected java.lang.String resFees
-
-
方法详细资料
-
getDistorCont
public DistorCont getDistorCont()
Gets the value of the distorCont property.
-
setDistorCont
public void setDistorCont(DistorCont value)
Sets the value of the distorCont property.- 参数:
valueallowed
- object isDistorCont
-
getOrdInstr
public java.lang.String getOrdInstr()
Gets the value of the ordInstr property.
-
setOrdInstr
public void setOrdInstr(java.lang.String value)
Sets the value of the ordInstr property.- 参数:
valueallowed
- object isString
-
getResFees
public java.lang.String getResFees()
Gets the value of the resFees property.
-
setResFees
public void setResFees(java.lang.String value)
Sets the value of the resFees property.- 参数:
valueallowed
- object isString
-
-