public class Group extends Object
Java class for Group complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Group">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://Checkmarx.com}GroupType"/>
<element name="Guid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FullPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fullPath |
protected String |
groupName |
protected String |
guid |
protected String |
id |
protected String |
path |
protected GroupType |
type |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullPath()
Gets the value of the fullPath property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
String |
getGuid()
Gets the value of the guid property.
|
String |
getID()
Gets the value of the id property.
|
String |
getPath()
Gets the value of the path property.
|
GroupType |
getType()
Gets the value of the type property.
|
void |
setFullPath(String value)
Sets the value of the fullPath property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setGuid(String value)
Sets the value of the guid property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setType(GroupType value)
Sets the value of the type property.
|
protected String groupName
protected String id
protected GroupType type
protected String guid
protected String fullPath
protected String path
public String getGroupName()
Stringpublic void setGroupName(String value)
value - allowed object is
Stringpublic void setID(String value)
value - allowed object is
Stringpublic GroupType getType()
GroupTypepublic void setType(GroupType value)
value - allowed object is
GroupTypepublic String getGuid()
Stringpublic void setGuid(String value)
value - allowed object is
Stringpublic String getFullPath()
Stringpublic void setFullPath(String value)
value - allowed object is
Stringpublic String getPath()
StringCopyright © 2020. All rights reserved.