com.businessobjects.enterprise.fullclient
Class Publications

java.lang.Object
  extended bycom.businessobjects.enterprise.fullclient.Publications
All Implemented Interfaces:
java.io.Serializable

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

The collection of publication IDs that use this document.

See Also:
Serialized Form

Constructor Summary
Publications()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
 java.lang.String[] getPublication()
          Returns the array of publication IDs.
 java.lang.String getPublication(int i)
          Returns the publication ID at the specified index position.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Internal Use Only.
 int hashCode()
          Internal Use Only.
 void setPublication(int i, java.lang.String value)
          Sets the publication ID at the specified index position.
 void setPublication(java.lang.String[] publication)
          Sets the array of publication IDs.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Publications

public Publications()
Method Detail

getPublication

public java.lang.String[] getPublication()

Returns the array of publication IDs.

Returns:
The array of publication IDs.

setPublication

public void setPublication(java.lang.String[] publication)

Sets the array of publication IDs.

Parameters:
publication - The array of publication IDs.

getPublication

public java.lang.String getPublication(int i)

Returns the publication ID at the specified index position.

Parameters:
i - The index position.
Returns:
The publication ID.

setPublication

public void setPublication(int i,
                           java.lang.String value)

Sets the publication ID at the specified index position.

Parameters:
i - The index position.
value - The publication ID.

equals

public boolean equals(java.lang.Object obj)
Internal Use Only.


hashCode

public int hashCode()
Internal Use Only.


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Internal Use Only.


getSerializer

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


getDeserializer

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