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()
String
public void setDisplayName(String value)
value
- allowed object is
String
public ServerDomainIdDataObj getDomain()
ServerDomainIdDataObj
public void setDomain(ServerDomainIdDataObj value)
value
- allowed object is
ServerDomainIdDataObj
public String getName()
String
Copyright © 2016–2019. All rights reserved.