fedora.server.types.gen
Class ObjectMethodsDef

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

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

See Also:
Serialized Form

Constructor Summary
ObjectMethodsDef()
           
ObjectMethodsDef(java.lang.String PID, java.lang.String bDefPID, java.lang.String methodName, MethodParmDef[] methodParmDefs, java.lang.String asOfDate)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAsOfDate()
          Gets the asOfDate value for this ObjectMethodsDef.
 java.lang.String getBDefPID()
          Gets the bDefPID value for this ObjectMethodsDef.
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 getMethodName()
          Gets the methodName value for this ObjectMethodsDef.
 MethodParmDef[] getMethodParmDefs()
          Gets the methodParmDefs value for this ObjectMethodsDef.
 java.lang.String getPID()
          Gets the PID value for this ObjectMethodsDef.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAsOfDate(java.lang.String asOfDate)
          Sets the asOfDate value for this ObjectMethodsDef.
 void setBDefPID(java.lang.String bDefPID)
          Sets the bDefPID value for this ObjectMethodsDef.
 void setMethodName(java.lang.String methodName)
          Sets the methodName value for this ObjectMethodsDef.
 void setMethodParmDefs(MethodParmDef[] methodParmDefs)
          Sets the methodParmDefs value for this ObjectMethodsDef.
 void setPID(java.lang.String PID)
          Sets the PID value for this ObjectMethodsDef.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectMethodsDef

public ObjectMethodsDef()

ObjectMethodsDef

public ObjectMethodsDef(java.lang.String PID,
                        java.lang.String bDefPID,
                        java.lang.String methodName,
                        MethodParmDef[] methodParmDefs,
                        java.lang.String asOfDate)
Method Detail

getPID

public java.lang.String getPID()
Gets the PID value for this ObjectMethodsDef.

Returns:
PID

setPID

public void setPID(java.lang.String PID)
Sets the PID value for this ObjectMethodsDef.

Parameters:
PID -

getBDefPID

public java.lang.String getBDefPID()
Gets the bDefPID value for this ObjectMethodsDef.

Returns:
bDefPID

setBDefPID

public void setBDefPID(java.lang.String bDefPID)
Sets the bDefPID value for this ObjectMethodsDef.

Parameters:
bDefPID -

getMethodName

public java.lang.String getMethodName()
Gets the methodName value for this ObjectMethodsDef.

Returns:
methodName

setMethodName

public void setMethodName(java.lang.String methodName)
Sets the methodName value for this ObjectMethodsDef.

Parameters:
methodName -

getMethodParmDefs

public MethodParmDef[] getMethodParmDefs()
Gets the methodParmDefs value for this ObjectMethodsDef.

Returns:
methodParmDefs

setMethodParmDefs

public void setMethodParmDefs(MethodParmDef[] methodParmDefs)
Sets the methodParmDefs value for this ObjectMethodsDef.

Parameters:
methodParmDefs -

getAsOfDate

public java.lang.String getAsOfDate()
Gets the asOfDate value for this ObjectMethodsDef.

Returns:
asOfDate

setAsOfDate

public void setAsOfDate(java.lang.String asOfDate)
Sets the asOfDate value for this ObjectMethodsDef.

Parameters:
asOfDate -

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