com.businessobjects.enterprise.encyclopedia_associationendefinition
Class Instances

java.lang.Object
  extended bycom.businessobjects.enterprise.encyclopedia_associationendefinition.Instances
All Implemented Interfaces:
java.io.Serializable

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

Only supported for CMS import and export. Object modification is not supported.

See Also:
Serialized Form

Constructor Summary
Instances()
           
 
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[] getInstance()
          Internal Use Only.
 java.lang.String getInstance(int i)
          Internal Use Only.
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 setInstance(int i, java.lang.String value)
          Internal Use Only.
 void setInstance(java.lang.String[] instance)
          Internal Use Only.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instances

public Instances()
Method Detail

getInstance

public java.lang.String[] getInstance()
Internal Use Only.


setInstance

public void setInstance(java.lang.String[] instance)
Internal Use Only.


getInstance

public java.lang.String getInstance(int i)
Internal Use Only.


setInstance

public void setInstance(int i,
                        java.lang.String value)
Internal Use Only.


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.