public class GrouperVersion extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ActiveFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DefaultFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="EndDate" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="JavaClass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="StartDate" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activeFlag |
protected String |
defaultFlag |
protected String |
description |
protected String |
endDate |
protected String |
id |
protected String |
javaClass |
protected String |
startDate |
| Constructor and Description |
|---|
GrouperVersion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveFlag()
Gets the value of the activeFlag property.
|
String |
getDefaultFlag()
Gets the value of the defaultFlag property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getEndDate()
Gets the value of the endDate property.
|
String |
getId()
Gets the value of the id property.
|
String |
getJavaClass()
Gets the value of the javaClass property.
|
String |
getStartDate()
Gets the value of the startDate property.
|
void |
setActiveFlag(String value)
Sets the value of the activeFlag property.
|
void |
setDefaultFlag(String value)
Sets the value of the defaultFlag property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEndDate(String value)
Sets the value of the endDate property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setJavaClass(String value)
Sets the value of the javaClass property.
|
void |
setStartDate(String value)
Sets the value of the startDate property.
|
protected String activeFlag
protected String defaultFlag
protected String description
protected String endDate
protected String id
protected String javaClass
protected String startDate
public String getActiveFlag()
Stringpublic void setActiveFlag(String value)
value - allowed object is
Stringpublic String getDefaultFlag()
Stringpublic void setDefaultFlag(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getEndDate()
Stringpublic void setEndDate(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getJavaClass()
Stringpublic void setJavaClass(String value)
value - allowed object is
Stringpublic String getStartDate()
StringCopyright © 2023. All rights reserved.