Package org.hl7.fhir.r4.utils.formats
Class XmlLocationData
- java.lang.Object
-
- org.hl7.fhir.r4.utils.formats.XmlLocationData
-
public class XmlLocationData extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOCATION_DATA_KEY
-
Constructor Summary
Constructors Constructor Description XmlLocationData(String systemId, int startLine, int startColumn, int endLine, int endColumn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEndColumn()intgetEndLine()intgetStartColumn()intgetStartLine()StringgetSystemId()StringtoString()
-
-
-
Field Detail
-
LOCATION_DATA_KEY
public static final String LOCATION_DATA_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlLocationData
public XmlLocationData(String systemId, int startLine, int startColumn, int endLine, int endColumn)
-
-
Method Detail
-
getSystemId
public String getSystemId()
-
getStartLine
public int getStartLine()
-
getStartColumn
public int getStartColumn()
-
getEndLine
public int getEndLine()
-
getEndColumn
public int getEndColumn()
-
-