public class QNameOrExpression
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QNameOrExpression.Type
The Enum Type.
|
| Constructor and Description |
|---|
QNameOrExpression(javax.xml.namespace.QName value)
Instantiates a new q name or expression.
|
QNameOrExpression(java.lang.String value)
Instantiates a new q name or expression.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArcrole()
Gets the arcrole.
|
java.lang.String |
getExpression()
Gets the expression.
|
java.lang.String |
getLinkRole()
Gets the link role.
|
javax.xml.namespace.QName |
getQName()
Gets the q name.
|
java.lang.String |
getToken()
Gets the token.
|
QNameOrExpression.Type |
getType()
Gets the type.
|
void |
setArcrole(java.lang.String arcrole)
Sets the arcrole.
|
void |
setLinkRole(java.lang.String linkRole)
Sets the link role.
|
void |
setMember()
Sets the member.
|
void |
setToken(java.lang.String token)
Sets the token.
|
public QNameOrExpression(javax.xml.namespace.QName value)
value - the valuepublic QNameOrExpression(java.lang.String value)
value - the valuepublic QNameOrExpression.Type getType()
public java.lang.String getExpression()
public javax.xml.namespace.QName getQName()
public java.lang.String getLinkRole()
public java.lang.String getArcrole()
public java.lang.String getToken()
public void setLinkRole(java.lang.String linkRole)
linkRole - the linkRole to setpublic void setArcrole(java.lang.String arcrole)
arcrole - the arcrole to setpublic void setToken(java.lang.String token)
token - the token to setpublic void setMember()