Class VersionUsed

java.lang.Object
gov.cms.hh.xml.data.claim.VersionUsed

public class VersionUsed 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="Release" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Year" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • release

      protected String release
    • version

      protected String version
    • year

      protected String year
  • Constructor Details

    • VersionUsed

      public VersionUsed()
  • Method Details

    • getRelease

      public String getRelease()
      Gets the value of the release property.
      Returns:
      possible object is String
    • setRelease

      public void setRelease(String value)
      Sets the value of the release property.
      Parameters:
      value - allowed object is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • getYear

      public String getYear()
      Gets the value of the year property.
      Returns:
      possible object is String
    • setYear

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