public class RDF_PrefixName extends Object implements org.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
RDF_PrefixName._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
String |
localName |
static Map<RDF_PrefixName._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
prefix |
Constructor and Description |
---|
RDF_PrefixName() |
RDF_PrefixName(RDF_PrefixName other)
Performs a deep copy on other.
|
RDF_PrefixName(String prefix,
String localName) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(RDF_PrefixName other) |
RDF_PrefixName |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(RDF_PrefixName that) |
RDF_PrefixName._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(RDF_PrefixName._Fields field) |
String |
getLocalName() |
String |
getPrefix() |
int |
hashCode() |
boolean |
isSet(RDF_PrefixName._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetLocalName()
Returns true if field localName is set (has been assigned a value) and false otherwise
|
boolean |
isSetPrefix()
Returns true if field prefix is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(RDF_PrefixName._Fields field,
Object value) |
RDF_PrefixName |
setLocalName(String localName) |
void |
setLocalNameIsSet(boolean value) |
RDF_PrefixName |
setPrefix(String prefix) |
void |
setPrefixIsSet(boolean value) |
String |
toString() |
void |
unsetLocalName() |
void |
unsetPrefix() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public String prefix
public String localName
public static final Map<RDF_PrefixName._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public RDF_PrefixName()
public RDF_PrefixName(RDF_PrefixName other)
public RDF_PrefixName deepCopy()
deepCopy
in interface org.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
public String getPrefix()
public RDF_PrefixName setPrefix(String prefix)
public void unsetPrefix()
public boolean isSetPrefix()
public void setPrefixIsSet(boolean value)
public String getLocalName()
public RDF_PrefixName setLocalName(String localName)
public void unsetLocalName()
public boolean isSetLocalName()
public void setLocalNameIsSet(boolean value)
public void setFieldValue(RDF_PrefixName._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
public Object getFieldValue(RDF_PrefixName._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
public boolean isSet(RDF_PrefixName._Fields field)
isSet
in interface org.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
public boolean equals(RDF_PrefixName that)
public int compareTo(RDF_PrefixName other)
compareTo
in interface Comparable<RDF_PrefixName>
public RDF_PrefixName._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Licenced under the Apache License, Version 2.0