com.supermap.services.metadata.smmd2007
Class AggrInfo
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.AggrInfo
-
- All Implemented Interfaces:
- java.io.Serializable
public class AggrInfo 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}aggrDSName"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}assocType"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected AggrDSNameaggrDSNameprotected java.lang.StringassocType
-
Constructor Summary
Constructors Constructor and Description AggrInfo()
-
Method Summary
Methods Modifier and Type Method and Description AggrDSNamegetAggrDSName()Gets the value of the aggrDSName property.java.lang.StringgetAssocType()Gets the value of the assocType property.voidsetAggrDSName(AggrDSName value)Sets the value of the aggrDSName property.voidsetAssocType(java.lang.String value)Sets the value of the assocType property.
-
-
-
Field Detail
-
aggrDSName
protected AggrDSName aggrDSName
-
assocType
protected java.lang.String assocType
-
-
Method Detail
-
getAggrDSName
public AggrDSName getAggrDSName()
Gets the value of the aggrDSName property.
-
setAggrDSName
public void setAggrDSName(AggrDSName value)
Sets the value of the aggrDSName property.- Parameters:
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.- Parameters:
valueallowed- object isString
-
-