Package gov.cms.hh.reference.objects
Class ClaimFieldObject
java.lang.Object
gov.cms.hh.xml.layout.claim.ClaimField
gov.cms.hh.reference.objects.ClaimFieldObject
- All Implemented Interfaces:
LayoutElementIF,PositionAccessorIF
- Author:
- CMS
-
Field Summary
Fields inherited from class gov.cms.hh.xml.layout.claim.ClaimField
description, length, name, occurrence, position, sequence, source, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByPosition(int position) intbooleanbooleansetByPosition(int position, String value) voidsetDescription(String value) Sets the value of the description property.voidsetLoadDescription(boolean loadDescription) toString()Methods inherited from class gov.cms.hh.xml.layout.claim.ClaimField
getDescription, getLength, getName, getOccurrence, getPosition, getSequence, getSource, getType, setLength, setName, setOccurrence, setPosition, setSequence, setSource, setType
-
Constructor Details
-
ClaimFieldObject
public ClaimFieldObject()
-
-
Method Details
-
toString
-
getByPosition
- Specified by:
getByPositionin interfacePositionAccessorIF- Parameters:
position-- Returns:
-
setByPosition
- Specified by:
setByPositionin interfacePositionAccessorIF- Parameters:
position-value-- Returns:
-
setDescription
Description copied from class:ClaimFieldSets the value of the description property.- Overrides:
setDescriptionin classClaimField- Parameters:
value-
-
getElementId
- Specified by:
getElementIdin interfaceLayoutElementIF- Returns:
-
getElementName
- Specified by:
getElementNamein interfaceLayoutElementIF- Returns:
-
getElementType
- Specified by:
getElementTypein interfaceLayoutElementIF- Returns:
-
getElementPosition
- Specified by:
getElementPositionin interfaceLayoutElementIF- Returns:
-
getElementLength
- Specified by:
getElementLengthin interfaceLayoutElementIF- Returns:
-
getElementOccurrence
- Specified by:
getElementOccurrencein interfaceLayoutElementIF- Returns:
-
getElementDescription
- Specified by:
getElementDescriptionin interfaceLayoutElementIF- Returns:
-
getNumberOfFields
public int getNumberOfFields()- Specified by:
getNumberOfFieldsin interfacePositionAccessorIF- Returns:
-
isLoadDescription
public boolean isLoadDescription()- Specified by:
isLoadDescriptionin interfacePositionAccessorIF- Returns:
- the loadDescription
-
setLoadDescription
public void setLoadDescription(boolean loadDescription) - Specified by:
setLoadDescriptionin interfacePositionAccessorIF- Parameters:
loadDescription- the loadDescription to set
-