com.businessobjects.enterprise.infoobject
Class CustomProperties

java.lang.Object
  extended bycom.businessobjects.enterprise.infoobject.CustomProperties
All Implemented Interfaces:
java.io.Serializable

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

The custom properties collection allows you to define your own InfoObject properties.

See Also:
Serialized Form

Constructor Summary
CustomProperties()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
 CustomProperties_Double[] get_double()
          Returns the array of CustomProperties_Double objects.
 CustomProperties_Double get_double(int i)
          Returns the CustomProperties_Double object at the specified index position.
 CustomProperties[] getBag()
          Returns the array of CustomProperties objects.
 CustomProperties getBag(int i)
          Returns the CustomProperties object at the specified index position.
 CustomProperties_Bool[] getBool()
          Returns the array of CustomProperties_Bool objects.
 CustomProperties_Bool getBool(int i)
          Returns the CustomProperties_Bool object at the specified index position.
 CustomRelation[] getCustomRelation()
          Returns the array of CustomRelation objects.
 CustomRelation getCustomRelation(int i)
          Returns the CustomRelation object at the specified index position.
 CustomProperties_Date[] getDate()
          Returns the array of CustomProperties_Date objects.
 CustomProperties_Date getDate(int i)
          Returns the CustomProperties_Date object at the specified index position.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
 CustomProperties_Integer[] getInteger()
          Returns the array of CustomProperties_Integer objects.
 CustomProperties_Integer getInteger(int i)
          Returns the CustomProperties_Integer object at the specified index position.
 java.lang.String getNameID()
          Returns the property name.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
 CustomProperties_String[] getString()
          Returns the array of CustomProperties_String objects.
 CustomProperties_String getString(int i)
          Returns the CustomProperties_String object at the specified index position.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Internal Use Only.
 int hashCode()
          Internal Use Only.
 boolean isProcessingProp()
          Internal Use Only.
 void set_double(CustomProperties_Double[] _double)
          Sets the array of CustomProperties_Double objects.
 void set_double(int i, CustomProperties_Double value)
          Sets the CustomProperties_Double object at the specified index position.
 void setBag(CustomProperties[] bag)
          Sets the array of CustomProperties objects.
 void setBag(int i, CustomProperties value)
          Sets the CustomProperties object at the specified index position.
 void setBool(CustomProperties_Bool[] bool)
          Sets the array of CustomProperties_Bool objects.
 void setBool(int i, CustomProperties_Bool value)
          Sets the CustomProperties_Bool object at the specified index position.
 void setCustomRelation(CustomRelation[] customRelation)
          Sets the array of CustomRelation objects.
 void setCustomRelation(int i, CustomRelation value)
          Sets the CustomRelation object at the specified index position.
 void setDate(CustomProperties_Date[] date)
          Sets the array of CustomProperties_Date objects.
 void setDate(int i, CustomProperties_Date value)
          Sets the CustomProperties_Date object at the specified index position.
 void setInteger(CustomProperties_Integer[] integer)
          Sets the array of CustomProperties_Integer objects.
 void setInteger(int i, CustomProperties_Integer value)
          Sets the CustomProperties_Integer object at the specified index position.
 void setNameID(java.lang.String nameID)
          Internal Use Only.
 void setProcessingProp(boolean processingProp)
          Internal Use Only.
 void setString(CustomProperties_String[] string)
          Sets the array of CustomProperties_String objects.
 void setString(int i, CustomProperties_String value)
          Sets the CustomProperties_String object at the specified index position.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomProperties

public CustomProperties()
Method Detail

getInteger

public CustomProperties_Integer[] getInteger()

Returns the array of CustomProperties_Integer objects.

Returns:
The array of CustomProperties_Integer objects.

setInteger

public void setInteger(CustomProperties_Integer[] integer)

Sets the array of CustomProperties_Integer objects.

Parameters:
integer - The array of CustomProperties_Integer objects.

getInteger

public CustomProperties_Integer getInteger(int i)

Returns the CustomProperties_Integer object at the specified index position.

Parameters:
i - The index position.
Returns:
The CustomProperties_Integer object.

setInteger

public void setInteger(int i,
                       CustomProperties_Integer value)

Sets the CustomProperties_Integer object at the specified index position.

Parameters:
i - The index position.
value - The CustomProperties_Integer object.

getString

public CustomProperties_String[] getString()

Returns the array of CustomProperties_String objects.

Returns:
The array of CustomProperties_String objects.

setString

public void setString(CustomProperties_String[] string)

Sets the array of CustomProperties_String objects.

Parameters:
string - The array of CustomProperties_String objects.

getString

public CustomProperties_String getString(int i)

Returns the CustomProperties_String object at the specified index position.

Parameters:
i - The index position.
Returns:
The CustomProperties_String object.

setString

public void setString(int i,
                      CustomProperties_String value)

Sets the CustomProperties_String object at the specified index position.

Parameters:
i - The index position.
value - The CustomProperties_String object.

getBool

public CustomProperties_Bool[] getBool()

Returns the array of CustomProperties_Bool objects.

Returns:
The array of CustomProperties_Bool objects.

setBool

public void setBool(CustomProperties_Bool[] bool)

Sets the array of CustomProperties_Bool objects.

Parameters:
bool - The array of CustomProperties_Bool objects.

getBool

public CustomProperties_Bool getBool(int i)

Returns the CustomProperties_Bool object at the specified index position.

Parameters:
i - The index position.
Returns:
The CustomProperties_Bool object.

setBool

public void setBool(int i,
                    CustomProperties_Bool value)

Sets the CustomProperties_Bool object at the specified index position.

Parameters:
i - The index position.
value - The CustomProperties_Bool object.

getDate

public CustomProperties_Date[] getDate()

Returns the array of CustomProperties_Date objects.

Returns:
The array of CustomProperties_Date objects.

setDate

public void setDate(CustomProperties_Date[] date)

Sets the array of CustomProperties_Date objects.

Parameters:
date - The array of CustomProperties_Date objects.

getDate

public CustomProperties_Date getDate(int i)

Returns the CustomProperties_Date object at the specified index position.

Parameters:
i - The index position.
Returns:
The CustomProperties_Date object.

setDate

public void setDate(int i,
                    CustomProperties_Date value)

Sets the CustomProperties_Date object at the specified index position.

Parameters:
i - The index position.
value - The CustomProperties_Date object.

get_double

public CustomProperties_Double[] get_double()

Returns the array of CustomProperties_Double objects.

Returns:
The array of CustomProperties_Double objects.

set_double

public void set_double(CustomProperties_Double[] _double)

Sets the array of CustomProperties_Double objects.

Parameters:
_double - The array of CustomProperties_Double objects.

get_double

public CustomProperties_Double get_double(int i)

Returns the CustomProperties_Double object at the specified index position.

Parameters:
i - The index position.
Returns:
The CustomProperties_Double object.

set_double

public void set_double(int i,
                       CustomProperties_Double value)

Sets the CustomProperties_Double object at the specified index position.

Parameters:
i - The index position.
value - The CustomProperties_Double object.

getCustomRelation

public CustomRelation[] getCustomRelation()

Returns the array of CustomRelation objects.

Returns:
The array of CustomRelation objects.

setCustomRelation

public void setCustomRelation(CustomRelation[] customRelation)

Sets the array of CustomRelation objects.

Parameters:
customRelation - The array of CustomRelation objects.

getCustomRelation

public CustomRelation getCustomRelation(int i)

Returns the CustomRelation object at the specified index position.

Parameters:
i - The index position.
Returns:
The CustomRelation object.

setCustomRelation

public void setCustomRelation(int i,
                              CustomRelation value)

Sets the CustomRelation object at the specified index position.

Parameters:
i - The index position.
value - The CustomRelation object.

getBag

public CustomProperties[] getBag()

Returns the array of CustomProperties objects.

Returns:
The array of CustomProperties objects.

setBag

public void setBag(CustomProperties[] bag)

Sets the array of CustomProperties objects.

Parameters:
bag - The array of CustomProperties objects.

getBag

public CustomProperties getBag(int i)

Returns the CustomProperties object at the specified index position.

Parameters:
i - The index position.
Returns:
The CustomProperties object.

setBag

public void setBag(int i,
                   CustomProperties value)

Sets the CustomProperties object at the specified index position.

Parameters:
i - The index position.
value - The CustomProperties object.

getNameID

public java.lang.String getNameID()
Returns the property name.

Returns:
Returns the property name.

setNameID

public void setNameID(java.lang.String nameID)
Internal Use Only.


isProcessingProp

public boolean isProcessingProp()
Internal Use Only.


setProcessingProp

public void setProcessingProp(boolean processingProp)
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.