public class Id extends Object implements org.apache.jute.Record
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object peer_) |
void |
deserialize(org.apache.jute.InputArchive a_,
String tag) |
boolean |
equals(Object peer_) |
String |
getId() |
String |
getScheme() |
int |
hashCode() |
void |
readFields(DataInput in) |
void |
serialize(org.apache.jute.OutputArchive a_,
String tag) |
void |
setId(String m_) |
void |
setScheme(String m_) |
static String |
signature() |
String |
toString() |
void |
write(DataOutput out) |
public String getScheme()
public void setScheme(String m_)
public String getId()
public void setId(String m_)
public void serialize(org.apache.jute.OutputArchive a_, String tag) throws IOException
serialize
in interface org.apache.jute.Record
IOException
public void deserialize(org.apache.jute.InputArchive a_, String tag) throws IOException
deserialize
in interface org.apache.jute.Record
IOException
public void write(DataOutput out) throws IOException
IOException
public void readFields(DataInput in) throws IOException
IOException
public int compareTo(Object peer_) throws ClassCastException
ClassCastException
public static String signature()
Copyright © 2015 The Apache Software Foundation