public class GetCIDForDMCID extends Object
Java class for getCIDForDMCID complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getCIDForDMCID">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmCid" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="databaseDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
databaseDescription |
protected Long |
dmCid |
| Constructor and Description |
|---|
GetCIDForDMCID() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseDescription()
Gets the value of the databaseDescription property.
|
Long |
getDmCid()
Gets the value of the dmCid property.
|
void |
setDatabaseDescription(String value)
Sets the value of the databaseDescription property.
|
void |
setDmCid(Long value)
Sets the value of the dmCid property.
|
public Long getDmCid()
Longpublic void setDmCid(Long value)
value - allowed object is
Longpublic String getDatabaseDescription()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.