|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.businessobjects.enterprise.infoobject.CustomProperties
The custom properties collection allows you to define your own InfoObject properties.
| 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 |
public CustomProperties()
| Method Detail |
public CustomProperties_Integer[] getInteger()
Returns the array of CustomProperties_Integer objects.
CustomProperties_Integer objects.public void setInteger(CustomProperties_Integer[] integer)
Sets the array of CustomProperties_Integer objects.
integer - The array of CustomProperties_Integer objects.public CustomProperties_Integer getInteger(int i)
Returns the CustomProperties_Integer object at the specified index position.
i - The index position.
CustomProperties_Integer object.
public void setInteger(int i,
CustomProperties_Integer value)
Sets the CustomProperties_Integer object at the specified index position.
i - The index position.value - The CustomProperties_Integer object.public CustomProperties_String[] getString()
Returns the array of CustomProperties_String objects.
CustomProperties_String objects.public void setString(CustomProperties_String[] string)
Sets the array of CustomProperties_String objects.
string - The array of CustomProperties_String objects.public CustomProperties_String getString(int i)
Returns the CustomProperties_String object at the specified index position.
i - The index position.
CustomProperties_String object.
public void setString(int i,
CustomProperties_String value)
Sets the CustomProperties_String object at the specified index position.
i - The index position.value - The CustomProperties_String object.public CustomProperties_Bool[] getBool()
Returns the array of CustomProperties_Bool objects.
CustomProperties_Bool objects.public void setBool(CustomProperties_Bool[] bool)
Sets the array of CustomProperties_Bool objects.
bool - The array of CustomProperties_Bool objects.public CustomProperties_Bool getBool(int i)
Returns the CustomProperties_Bool object at the specified index position.
i - The index position.
CustomProperties_Bool object.
public void setBool(int i,
CustomProperties_Bool value)
Sets the CustomProperties_Bool object at the specified index position.
i - The index position.value - The CustomProperties_Bool object.public CustomProperties_Date[] getDate()
Returns the array of CustomProperties_Date objects.
CustomProperties_Date objects.public void setDate(CustomProperties_Date[] date)
Sets the array of CustomProperties_Date objects.
date - The array of CustomProperties_Date objects.public CustomProperties_Date getDate(int i)
Returns the CustomProperties_Date object at the specified index position.
i - The index position.
CustomProperties_Date object.
public void setDate(int i,
CustomProperties_Date value)
Sets the CustomProperties_Date object at the specified index position.
i - The index position.value - The CustomProperties_Date object.public CustomProperties_Double[] get_double()
Returns the array of CustomProperties_Double objects.
CustomProperties_Double objects.public void set_double(CustomProperties_Double[] _double)
Sets the array of CustomProperties_Double objects.
_double - The array of CustomProperties_Double objects.public CustomProperties_Double get_double(int i)
Returns the CustomProperties_Double object at the specified index position.
i - The index position.
CustomProperties_Double object.
public void set_double(int i,
CustomProperties_Double value)
Sets the CustomProperties_Double object at the specified index position.
i - The index position.value - The CustomProperties_Double object.public CustomRelation[] getCustomRelation()
Returns the array of CustomRelation objects.
CustomRelation objects.public void setCustomRelation(CustomRelation[] customRelation)
Sets the array of CustomRelation objects.
customRelation - The array of CustomRelation objects.public CustomRelation getCustomRelation(int i)
Returns the CustomRelation object at the specified index position.
i - The index position.
CustomRelation object.
public void setCustomRelation(int i,
CustomRelation value)
Sets the CustomRelation object at the specified index position.
i - The index position.value - The CustomRelation object.public CustomProperties[] getBag()
Returns the array of CustomProperties objects.
CustomProperties objects.public void setBag(CustomProperties[] bag)
Sets the array of CustomProperties objects.
bag - The array of CustomProperties objects.public CustomProperties getBag(int i)
Returns the CustomProperties object at the specified index position.
i - The index position.
CustomProperties object.
public void setBag(int i,
CustomProperties value)
Sets the CustomProperties object at the specified index position.
i - The index position.value - The CustomProperties object.public java.lang.String getNameID()
public void setNameID(java.lang.String nameID)
public boolean isProcessingProp()
public void setProcessingProp(boolean processingProp)
public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||