
public class XDIXRef extends XDIIdentifier
string| Modifier and Type | Method and Description |
|---|---|
static XDIXRef |
create(String string) |
static XDIXRef |
fromComponents(String xs,
XDIAddress XDIaddress,
XDIAddress partialSubject,
XDIAddress partialPredicate,
String iri,
String literal) |
String |
getIri() |
String |
getLiteralNode() |
XDIAddress |
getPartialPredicate() |
XDIAddress |
getPartialSubject() |
String |
getValue() |
XDIAddress |
getXDIAddress() |
String |
getXs() |
boolean |
hasIri() |
boolean |
hasLiteralNode() |
boolean |
hasPartialSubjectAndPredicate() |
boolean |
hasXDIAddress() |
boolean |
isEmpty() |
compareTo, equals, hashCode, toStringpublic static XDIXRef fromComponents(String xs, XDIAddress XDIaddress, XDIAddress partialSubject, XDIAddress partialPredicate, String iri, String literal)
public boolean isEmpty()
public boolean hasXDIAddress()
public boolean hasPartialSubjectAndPredicate()
public boolean hasIri()
public boolean hasLiteralNode()
public String getXs()
public XDIAddress getXDIAddress()
public XDIAddress getPartialSubject()
public XDIAddress getPartialPredicate()
public String getIri()
public String getLiteralNode()
public String getValue()
Copyright © 2015. All Rights Reserved.