public class XMPPathSegment extends Object
XMPPath
.Constructor and Description |
---|
XMPPathSegment(String name)
Constructor with initial values.
|
XMPPathSegment(String name,
int kind)
Constructor with initial values.
|
public XMPPathSegment(String name)
name
- the name of the segmentpublic XMPPathSegment(String name, int kind)
name
- the name of the segmentkind
- the kind of the segmentpublic int getKind()
public void setKind(int kind)
kind
- The kind to set.public String getName()
public void setName(String name)
name
- The name to set.public void setAlias(boolean alias)
alias
- the flag to setpublic boolean isAlias()
public int getAliasForm()
public void setAliasForm(int aliasForm)
aliasForm
- the aliasForm to setpublic String toString()
toString
in class Object
Object.toString()
Copyright © 2017. All Rights Reserved.