fedora.server.types.gen
Class Disseminator

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

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

See Also:
Serialized Form

Constructor Summary
Disseminator()
           
Disseminator(java.lang.String bDefPID, java.lang.String bMechPID, java.lang.String createDate, java.lang.String ID, java.lang.String label, java.lang.String versionID, DatastreamBindingMap dsBindMap, java.lang.String state)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBDefPID()
          Gets the bDefPID value for this Disseminator.
 java.lang.String getBMechPID()
          Gets the bMechPID value for this Disseminator.
 java.lang.String getCreateDate()
          Gets the createDate value for this Disseminator.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 DatastreamBindingMap getDsBindMap()
          Gets the dsBindMap value for this Disseminator.
 java.lang.String getID()
          Gets the ID value for this Disseminator.
 java.lang.String getLabel()
          Gets the label value for this Disseminator.
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 getState()
          Gets the state value for this Disseminator.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVersionID()
          Gets the versionID value for this Disseminator.
 int hashCode()
           
 void setBDefPID(java.lang.String bDefPID)
          Sets the bDefPID value for this Disseminator.
 void setBMechPID(java.lang.String bMechPID)
          Sets the bMechPID value for this Disseminator.
 void setCreateDate(java.lang.String createDate)
          Sets the createDate value for this Disseminator.
 void setDsBindMap(DatastreamBindingMap dsBindMap)
          Sets the dsBindMap value for this Disseminator.
 void setID(java.lang.String ID)
          Sets the ID value for this Disseminator.
 void setLabel(java.lang.String label)
          Sets the label value for this Disseminator.
 void setState(java.lang.String state)
          Sets the state value for this Disseminator.
 void setVersionID(java.lang.String versionID)
          Sets the versionID value for this Disseminator.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Disseminator

public Disseminator()

Disseminator

public Disseminator(java.lang.String bDefPID,
                    java.lang.String bMechPID,
                    java.lang.String createDate,
                    java.lang.String ID,
                    java.lang.String label,
                    java.lang.String versionID,
                    DatastreamBindingMap dsBindMap,
                    java.lang.String state)
Method Detail

getBDefPID

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

Returns:
bDefPID

setBDefPID

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

Parameters:
bDefPID -

getBMechPID

public java.lang.String getBMechPID()
Gets the bMechPID value for this Disseminator.

Returns:
bMechPID

setBMechPID

public void setBMechPID(java.lang.String bMechPID)
Sets the bMechPID value for this Disseminator.

Parameters:
bMechPID -

getCreateDate

public java.lang.String getCreateDate()
Gets the createDate value for this Disseminator.

Returns:
createDate

setCreateDate

public void setCreateDate(java.lang.String createDate)
Sets the createDate value for this Disseminator.

Parameters:
createDate -

getID

public java.lang.String getID()
Gets the ID value for this Disseminator.

Returns:
ID

setID

public void setID(java.lang.String ID)
Sets the ID value for this Disseminator.

Parameters:
ID -

getLabel

public java.lang.String getLabel()
Gets the label value for this Disseminator.

Returns:
label

setLabel

public void setLabel(java.lang.String label)
Sets the label value for this Disseminator.

Parameters:
label -

getVersionID

public java.lang.String getVersionID()
Gets the versionID value for this Disseminator.

Returns:
versionID

setVersionID

public void setVersionID(java.lang.String versionID)
Sets the versionID value for this Disseminator.

Parameters:
versionID -

getDsBindMap

public DatastreamBindingMap getDsBindMap()
Gets the dsBindMap value for this Disseminator.

Returns:
dsBindMap

setDsBindMap

public void setDsBindMap(DatastreamBindingMap dsBindMap)
Sets the dsBindMap value for this Disseminator.

Parameters:
dsBindMap -

getState

public java.lang.String getState()
Gets the state value for this Disseminator.

Returns:
state

setState

public void setState(java.lang.String state)
Sets the state value for this Disseminator.

Parameters:
state -

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