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="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="domain" type="{http://ws.coverity.com/v9}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 String |
displayName |
protected ServerDomainIdDataObj |
domain |
protected String |
name |
| Constructor and Description |
|---|
GroupIdDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the value of the displayName property.
|
ServerDomainIdDataObj |
getDomain()
Gets the value of the domain property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setDomain(ServerDomainIdDataObj value)
Sets the value of the domain property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String displayName
protected ServerDomainIdDataObj domain
protected String name
public String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic ServerDomainIdDataObj getDomain()
ServerDomainIdDataObjpublic void setDomain(ServerDomainIdDataObj value)
value - allowed object is
ServerDomainIdDataObjpublic String getName()
StringCopyright © 2016–2019. All rights reserved.