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()
String
public void setActiveFlag(String value)
value
- allowed object is
String
public String getDefaultFlag()
String
public void setDefaultFlag(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getEndDate()
String
public void setEndDate(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public String getJavaClass()
String
public void setJavaClass(String value)
value
- allowed object is
String
public String getStartDate()
String
Copyright © 2023. All rights reserved.