Package gov.cms.hh.xml.grouper.version
Class GrouperVersion
java.lang.Object
gov.cms.hh.xml.grouper.version.GrouperVersion
- Direct Known Subclasses:
GrouperVersionObject
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the activeFlag property.Gets the value of the defaultFlag property.Gets the value of the description property.Gets the value of the endDate property.getId()Gets the value of the id property.Gets the value of the javaClass property.Gets the value of the startDate property.voidsetActiveFlag(String value) Sets the value of the activeFlag property.voidsetDefaultFlag(String value) Sets the value of the defaultFlag property.voidsetDescription(String value) Sets the value of the description property.voidsetEndDate(String value) Sets the value of the endDate property.voidSets the value of the id property.voidsetJavaClass(String value) Sets the value of the javaClass property.voidsetStartDate(String value) Sets the value of the startDate property.
-
Field Details
-
activeFlag
-
defaultFlag
-
description
-
endDate
-
id
-
javaClass
-
startDate
-
-
Constructor Details
-
GrouperVersion
public GrouperVersion()
-
-
Method Details
-
getActiveFlag
Gets the value of the activeFlag property.- Returns:
- possible object is
String
-
setActiveFlag
Sets the value of the activeFlag property.- Parameters:
value- allowed object isString
-
getDefaultFlag
Gets the value of the defaultFlag property.- Returns:
- possible object is
String
-
setDefaultFlag
Sets the value of the defaultFlag property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
String
-
setEndDate
Sets the value of the endDate property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getJavaClass
Gets the value of the javaClass property.- Returns:
- possible object is
String
-
setJavaClass
Sets the value of the javaClass property.- Parameters:
value- allowed object isString
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
String
-
setStartDate
Sets the value of the startDate property.- Parameters:
value- allowed object isString
-