Class GrouperVersion

java.lang.Object
gov.cms.hh.xml.grouper.version.GrouperVersion
Direct Known Subclasses:
GrouperVersionObject

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>
 
  • Field Details

    • activeFlag

      protected String activeFlag
    • defaultFlag

      protected String defaultFlag
    • description

      protected String description
    • endDate

      protected String endDate
    • id

      protected String id
    • javaClass

      protected String javaClass
    • startDate

      protected String startDate
  • Constructor Details

    • GrouperVersion

      public GrouperVersion()
  • Method Details

    • getActiveFlag

      public String getActiveFlag()
      Gets the value of the activeFlag property.
      Returns:
      possible object is String
    • setActiveFlag

      public void setActiveFlag(String value)
      Sets the value of the activeFlag property.
      Parameters:
      value - allowed object is String
    • getDefaultFlag

      public String getDefaultFlag()
      Gets the value of the defaultFlag property.
      Returns:
      possible object is String
    • setDefaultFlag

      public void setDefaultFlag(String value)
      Sets the value of the defaultFlag property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getEndDate

      public String getEndDate()
      Gets the value of the endDate property.
      Returns:
      possible object is String
    • setEndDate

      public void setEndDate(String value)
      Sets the value of the endDate property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getJavaClass

      public String getJavaClass()
      Gets the value of the javaClass property.
      Returns:
      possible object is String
    • setJavaClass

      public void setJavaClass(String value)
      Sets the value of the javaClass property.
      Parameters:
      value - allowed object is String
    • getStartDate

      public String getStartDate()
      Gets the value of the startDate property.
      Returns:
      possible object is String
    • setStartDate

      public void setStartDate(String value)
      Sets the value of the startDate property.
      Parameters:
      value - allowed object is String