Class FunctionalField

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

public class FunctionalField 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">
       <sequence>
         <element ref="{}Subfield" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="FieldId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="FieldName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • subfield

      protected List<Subfield> subfield
    • fieldId

      protected String fieldId
    • fieldName

      protected String fieldName
  • Constructor Details

    • FunctionalField

      public FunctionalField()
  • Method Details

    • getSubfield

      public List<Subfield> getSubfield()
      Gets the value of the subfield property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the subfield property.

      For example, to add a new item, do as follows:

          getSubfield().add(newItem);
       

      Objects of the following type(s) are allowed in the list Subfield

    • getFieldId

      public String getFieldId()
      Gets the value of the fieldId property.
      Returns:
      possible object is String
    • setFieldId

      public void setFieldId(String value)
      Sets the value of the fieldId property.
      Parameters:
      value - allowed object is String
    • getFieldName

      public String getFieldName()
      Gets the value of the fieldName property.
      Returns:
      possible object is String
    • setFieldName

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