Package gov.cms.hh.xml.layout.claim
Class ClaimField
java.lang.Object
gov.cms.hh.xml.layout.claim.ClaimField
- Direct Known Subclasses:
ClaimFieldObject
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="Description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Length" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Occurrence" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Position" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Type" 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 description property.Gets the value of the length property.getName()Gets the value of the name property.Gets the value of the occurrence property.Gets the value of the position property.Gets the value of the sequence property.Gets the value of the source property.getType()Gets the value of the type property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the length property.voidSets the value of the name property.voidsetOccurrence(String value) Sets the value of the occurrence property.voidsetPosition(String value) Sets the value of the position property.voidsetSequence(String value) Sets the value of the sequence property.voidSets the value of the source property.voidSets the value of the type property.
-
Field Details
-
description
-
length
-
name
-
occurrence
-
position
-
sequence
-
source
-
type
-
-
Constructor Details
-
ClaimField
public ClaimField()
-
-
Method Details
-
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
-
getLength
Gets the value of the length property.- Returns:
- possible object is
String
-
setLength
Sets the value of the length property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getOccurrence
Gets the value of the occurrence property.- Returns:
- possible object is
String
-
setOccurrence
Sets the value of the occurrence property.- Parameters:
value- allowed object isString
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
String
-
setPosition
Sets the value of the position property.- Parameters:
value- allowed object isString
-
getSequence
Gets the value of the sequence property.- Returns:
- possible object is
String
-
setSequence
Sets the value of the sequence property.- Parameters:
value- allowed object isString
-
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-