public class SchemaId extends Object implements Comparable<SchemaId>, Cloneable, Serializable
| Constructor and Description |
|---|
SchemaId(String name,
String nameSpace) |
| Modifier and Type | Method and Description |
|---|---|
SchemaId |
clone()
Creates and returns a deep copy of this object.
|
int |
compareTo(SchemaId o) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
name()
Returns node schema name.
|
String |
namespace()
Returns node's namespace.
|
String |
toString() |
public String name()
public String namespace()
public SchemaId clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - if the object's class does not
support the Cloneable interfacepublic int compareTo(SchemaId o)
compareTo in interface Comparable<SchemaId>Copyright © 2018. All rights reserved.