public class ReferenceLinkElement extends com.sankhya.util.xml.AbstractXMLElement implements ReferenceLink
| Constructor and Description |
|---|
ReferenceLinkElement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifier() |
java.lang.Object |
getLiteralLocalValue() |
java.lang.String |
getLocalField() |
java.lang.String |
getTargetField() |
void |
handleElement(org.xml.sax.Attributes atts,
com.sankhya.util.xml.AbstractXMLElement parent) |
boolean |
isMandatory() |
public java.lang.String getIdentifier()
getIdentifier in class com.sankhya.util.xml.AbstractXMLElementpublic java.lang.Object getLiteralLocalValue()
getLiteralLocalValue in interface ReferenceLinkpublic java.lang.String getLocalField()
getLocalField in interface ReferenceLinkpublic java.lang.String getTargetField()
getTargetField in interface ReferenceLinkpublic void handleElement(org.xml.sax.Attributes atts,
com.sankhya.util.xml.AbstractXMLElement parent)
throws org.xml.sax.SAXException
handleElement in class com.sankhya.util.xml.AbstractXMLElementorg.xml.sax.SAXExceptionpublic boolean isMandatory()
isMandatory in interface ReferenceLink