public class GroupIdDataObj extends Object
Java class for groupIdDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groupIdDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="domain" type="{http://ws.coverity.com/v5}serverDomainIdDataObj" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ServerDomainIdDataObj |
domain |
protected String |
name |
| Constructor and Description |
|---|
GroupIdDataObj() |
| Modifier and Type | Method and Description |
|---|---|
ServerDomainIdDataObj |
getDomain()
Gets the value of the domain property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDomain(ServerDomainIdDataObj value)
Sets the value of the domain property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected ServerDomainIdDataObj domain
protected String name
public ServerDomainIdDataObj getDomain()
ServerDomainIdDataObjpublic void setDomain(ServerDomainIdDataObj value)
value - allowed object is
ServerDomainIdDataObjpublic String getName()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.