com.supermap.services.metadata.smmd2007
Class Distributor
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.Distributor
-
- All Implemented Interfaces:
- java.io.Serializable
public class Distributor extends java.lang.Object implements java.io.SerializableJava 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected DistorContdistorContprotected java.lang.StringordInstrprotected java.lang.StringresFees
-
Constructor Summary
Constructors Constructor and Description Distributor()
-
Method Summary
Methods Modifier and Type Method and Description DistorContgetDistorCont()Gets the value of the distorCont property.java.lang.StringgetOrdInstr()Gets the value of the ordInstr property.java.lang.StringgetResFees()Gets the value of the resFees property.voidsetDistorCont(DistorCont value)Sets the value of the distorCont property.voidsetOrdInstr(java.lang.String value)Sets the value of the ordInstr property.voidsetResFees(java.lang.String value)Sets the value of the resFees property.
-
-
-
Field Detail
-
distorCont
protected DistorCont distorCont
-
ordInstr
protected java.lang.String ordInstr
-
resFees
protected java.lang.String resFees
-
-
Method Detail
-
getDistorCont
public DistorCont getDistorCont()
Gets the value of the distorCont property.
-
setDistorCont
public void setDistorCont(DistorCont value)
Sets the value of the distorCont property.- Parameters:
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.- Parameters:
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.- Parameters:
valueallowed- object isString
-
-