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