Class ClaimField

java.lang.Object
gov.cms.hh.xml.layout.claim.ClaimField
Direct Known Subclasses:
ClaimFieldObject

public class ClaimField 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="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 Details

    • description

      protected String description
    • length

      protected String length
    • name

      protected String name
    • occurrence

      protected String occurrence
    • position

      protected String position
    • sequence

      protected String sequence
    • source

      protected String source
    • type

      protected String type
  • Constructor Details

    • ClaimField

      public ClaimField()
  • Method Details

    • 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
    • getLength

      public String getLength()
      Gets the value of the length property.
      Returns:
      possible object is String
    • setLength

      public void setLength(String value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getOccurrence

      public String getOccurrence()
      Gets the value of the occurrence property.
      Returns:
      possible object is String
    • setOccurrence

      public void setOccurrence(String value)
      Sets the value of the occurrence property.
      Parameters:
      value - allowed object is String
    • getPosition

      public String getPosition()
      Gets the value of the position property.
      Returns:
      possible object is String
    • setPosition

      public void setPosition(String value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is String
    • getSequence

      public String getSequence()
      Gets the value of the sequence property.
      Returns:
      possible object is String
    • setSequence

      public void setSequence(String value)
      Sets the value of the sequence property.
      Parameters:
      value - allowed object is String
    • getSource

      public String getSource()
      Gets the value of the source property.
      Returns:
      possible object is String
    • setSource

      public void setSource(String value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

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