Package gov.cms.hh.xml.data.claim
Class VersionUsed
java.lang.Object
gov.cms.hh.xml.data.claim.VersionUsed
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the release property.Gets the value of the version property.getYear()Gets the value of the year property.voidsetRelease(String value) Sets the value of the release property.voidsetVersion(String value) Sets the value of the version property.voidSets the value of the year property.
-
Field Details
-
release
-
version
-
year
-
-
Constructor Details
-
VersionUsed
public VersionUsed()
-
-
Method Details
-
getRelease
Gets the value of the release property.- Returns:
- possible object is
String
-
setRelease
Sets the value of the release property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getYear
Gets the value of the year property.- Returns:
- possible object is
String
-
setYear
Sets the value of the year property.- Parameters:
value- allowed object isString
-