fedora.server.types.gen
Class RelationshipTuple

java.lang.Object
  extended by fedora.server.types.gen.RelationshipTuple
All Implemented Interfaces:
java.io.Serializable

public class RelationshipTuple
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RelationshipTuple()
           
RelationshipTuple(java.lang.String subject, java.lang.String predicate, java.lang.String object, boolean isLiteral, java.lang.String datatype)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDatatype()
          Gets the datatype value for this RelationshipTuple.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getObject()
          Gets the object value for this RelationshipTuple.
 java.lang.String getPredicate()
          Gets the predicate value for this RelationshipTuple.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSubject()
          Gets the subject value for this RelationshipTuple.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isIsLiteral()
          Gets the isLiteral value for this RelationshipTuple.
 void setDatatype(java.lang.String datatype)
          Sets the datatype value for this RelationshipTuple.
 void setIsLiteral(boolean isLiteral)
          Sets the isLiteral value for this RelationshipTuple.
 void setObject(java.lang.String object)
          Sets the object value for this RelationshipTuple.
 void setPredicate(java.lang.String predicate)
          Sets the predicate value for this RelationshipTuple.
 void setSubject(java.lang.String subject)
          Sets the subject value for this RelationshipTuple.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipTuple

public RelationshipTuple()

RelationshipTuple

public RelationshipTuple(java.lang.String subject,
                         java.lang.String predicate,
                         java.lang.String object,
                         boolean isLiteral,
                         java.lang.String datatype)
Method Detail

getSubject

public java.lang.String getSubject()
Gets the subject value for this RelationshipTuple.

Returns:
subject

setSubject

public void setSubject(java.lang.String subject)
Sets the subject value for this RelationshipTuple.

Parameters:
subject -

getPredicate

public java.lang.String getPredicate()
Gets the predicate value for this RelationshipTuple.

Returns:
predicate

setPredicate

public void setPredicate(java.lang.String predicate)
Sets the predicate value for this RelationshipTuple.

Parameters:
predicate -

getObject

public java.lang.String getObject()
Gets the object value for this RelationshipTuple.

Returns:
object

setObject

public void setObject(java.lang.String object)
Sets the object value for this RelationshipTuple.

Parameters:
object -

isIsLiteral

public boolean isIsLiteral()
Gets the isLiteral value for this RelationshipTuple.

Returns:
isLiteral

setIsLiteral

public void setIsLiteral(boolean isLiteral)
Sets the isLiteral value for this RelationshipTuple.

Parameters:
isLiteral -

getDatatype

public java.lang.String getDatatype()
Gets the datatype value for this RelationshipTuple.

Returns:
datatype

setDatatype

public void setDatatype(java.lang.String datatype)
Sets the datatype value for this RelationshipTuple.

Parameters:
datatype -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer