com.supermap.services.metadata.smmd2007
Class DistInfo
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.DistInfo
-
- All Implemented Interfaces:
- java.io.Serializable
public class DistInfo 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}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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected DistFormatdistFormatprotected Distributordistributorprotected OnLineSrconLineSrc
-
Constructor Summary
Constructors Constructor and Description DistInfo()
-
Method Summary
Methods Modifier and Type Method and Description DistFormatgetDistFormat()Gets the value of the distFormat property.DistributorgetDistributor()Gets the value of the distributor property.OnLineSrcgetOnLineSrc()Gets the value of the onLineSrc property.voidsetDistFormat(DistFormat value)Sets the value of the distFormat property.voidsetDistributor(Distributor value)Sets the value of the distributor property.voidsetOnLineSrc(OnLineSrc value)Sets the value of the onLineSrc property.
-
-
-
Field Detail
-
onLineSrc
protected OnLineSrc onLineSrc
-
distFormat
protected DistFormat distFormat
-
distributor
protected Distributor distributor
-
-
Method Detail
-
getOnLineSrc
public OnLineSrc getOnLineSrc()
Gets the value of the onLineSrc property.
-
setOnLineSrc
public void setOnLineSrc(OnLineSrc value)
Sets the value of the onLineSrc property.- Parameters:
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.- Parameters:
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.- Parameters:
valueallowed- object isDistributor
-
-