Package gov.cms.hh.xml.data.claim
Class FunctionalField
java.lang.Object
gov.cms.hh.xml.data.claim.FunctionalField
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fieldId property.Gets the value of the fieldName property.Gets the value of the subfield property.voidsetFieldId(String value) Sets the value of the fieldId property.voidsetFieldName(String value) Sets the value of the fieldName property.
-
Field Details
-
subfield
-
fieldId
-
fieldName
-
-
Constructor Details
-
FunctionalField
public FunctionalField()
-
-
Method Details
-
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
setmethod 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
Gets the value of the fieldId property.- Returns:
- possible object is
String
-
setFieldId
Sets the value of the fieldId property.- Parameters:
value- allowed object isString
-
getFieldName
Gets the value of the fieldName property.- Returns:
- possible object is
String
-
setFieldName
Sets the value of the fieldName property.- Parameters:
value- allowed object isString
-