com.supermap.services.metadata.smmd2007
Class DistorCont
- java.lang.Object
-
- com.supermap.services.metadata.smmd2007.DistorCont
-
- All Implemented Interfaces:
- java.io.Serializable
public class DistorCont 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}rpIndName"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}rpOrgName"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}rpPosName"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}rpCntInfo"/> <element ref="{http://data.sbsm.gov.cn/smmd/2007}role"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.Stringroleprotected RpCntInforpCntInfoprotected java.lang.StringrpIndNameprotected java.lang.StringrpOrgNameprotected java.lang.StringrpPosName
-
Constructor Summary
Constructors Constructor and Description DistorCont()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetRole()Gets the value of the role property.RpCntInfogetRpCntInfo()Gets the value of the rpCntInfo property.java.lang.StringgetRpIndName()Gets the value of the rpIndName property.java.lang.StringgetRpOrgName()Gets the value of the rpOrgName property.java.lang.StringgetRpPosName()Gets the value of the rpPosName property.voidsetRole(java.lang.String value)Sets the value of the role property.voidsetRpCntInfo(RpCntInfo value)Sets the value of the rpCntInfo property.voidsetRpIndName(java.lang.String value)Sets the value of the rpIndName property.voidsetRpOrgName(java.lang.String value)Sets the value of the rpOrgName property.voidsetRpPosName(java.lang.String value)Sets the value of the rpPosName property.
-
-
-
Field Detail
-
rpIndName
protected java.lang.String rpIndName
-
rpOrgName
protected java.lang.String rpOrgName
-
rpPosName
protected java.lang.String rpPosName
-
rpCntInfo
protected RpCntInfo rpCntInfo
-
role
protected java.lang.String role
-
-
Method Detail
-
getRpIndName
public java.lang.String getRpIndName()
Gets the value of the rpIndName property.
-
setRpIndName
public void setRpIndName(java.lang.String value)
Sets the value of the rpIndName property.- Parameters:
valueallowed- object isString
-
getRpOrgName
public java.lang.String getRpOrgName()
Gets the value of the rpOrgName property.
-
setRpOrgName
public void setRpOrgName(java.lang.String value)
Sets the value of the rpOrgName property.- Parameters:
valueallowed- object isString
-
getRpPosName
public java.lang.String getRpPosName()
Gets the value of the rpPosName property.
-
setRpPosName
public void setRpPosName(java.lang.String value)
Sets the value of the rpPosName property.- Parameters:
valueallowed- object isString
-
getRpCntInfo
public RpCntInfo getRpCntInfo()
Gets the value of the rpCntInfo property.
-
setRpCntInfo
public void setRpCntInfo(RpCntInfo value)
Sets the value of the rpCntInfo property.- Parameters:
valueallowed- object isRpCntInfo
-
getRole
public java.lang.String getRole()
Gets the value of the role property.
-
setRole
public void setRole(java.lang.String value)
Sets the value of the role property.- Parameters:
valueallowed- object isString
-
-