

/*optional*/ Elements | GetChildren () |
Get method for attribute "Children" An array of child elements. | |
/*optional*/ Integer | GetDecimals () |
Get method for attribute "Decimals" | |
/*optional*/ ElementDiagnostics | |
Get method for attribute "Diagnostics" A list of the element diagnostics for the element. | |
/*optional*/ Ray | GetDirection () |
Get method for attribute "Direction" Direction specified by the element. | |
/*optional*/ Collection | |
Get method for attribute "ElemCollection" TheCollection object. | |
int | GetId () |
Get method for attribute "Id" Identifier of the Element. | |
String | |
Get method for attribute "IdAsString" String representation of element Id. | |
boolean | GetIsArray () |
Get method for attribute "IsArray" Determines whether the specified element contains an array of elements. | |
boolean | |
Get method for attribute "IsCompound" Determines whether the specified element is compound. | |
boolean | |
Get method for attribute "IsMultival" Determines whether the specified element is multivalued. | |
int | GetLevel () |
Get method for attribute "Level" The level at which the element is located in the element tree with respect to the root element. | |
/*optional*/ Selections | |
Get method for attribute "Selections" | |
/*optional*/ SpecialValue | |
Get method for attribute "SpecialValueElem" The special value element. | |
/*optional*/ ArgValue | GetValue () |
Get method for attribute "Value" Value of the element. | |
/*optional*/ String | |
Get method for attribute "ValueAsString" String representation of value of double and integer elements. You must set compatible options usingElementWstringOption object | |
void | SetDecimals ( /*optional*/ Integer value) |
Set method for attribute "Decimals" | |
void | |
Set method for attribute "ElemCollection" TheCollection object. | |
void | SetId (int value) |
Set method for attribute "Id" Identifier of the Element. | |
void | SetLevel (int value) |
Set method for attribute "Level" The level at which the element is located in the element tree with respect to the root element. | |
void | |
Set method for attribute "Selections" | |
void | |
Set method for attribute "SpecialValueElem" The special value element. | |
void | |
Set method for attribute "Value" Value of the element. | |
void | SetValueAsString ( /*optional*/ String value) |
Set method for attribute "ValueAsString" String representation of value of double and integer elements. You must set compatible options usingElementWstringOption object |


GetId | ||
int | GetId | () |
SetId | ||
void | SetId | (int value) |

GetLevel | ||
int | GetLevel | () |
SetLevel | ||
void | SetLevel | (int value) |

GetDecimals | ||
/*optional*/ Integer | GetDecimals | () |
SetDecimals | ||
void | SetDecimals | ( /*optional*/ Integer value) |

GetSpecialValueElem | ||
/*optional*/ SpecialValue | GetSpecialValueElem | () |
SetSpecialValueElem | ||
void | SetSpecialValueElem |

GetElemCollection | ||
/*optional*/ Collection | GetElemCollection | () |
SetElemCollection | ||
void | SetElemCollection |

GetSelections | ||
/*optional*/ Selections | GetSelections | () |
SetSelections | ||
void | SetSelections |

GetDiagnostics | ||
/*optional*/ ElementDiagnostics | GetDiagnostics | () |

GetValueAsString | ||
/*optional*/ String | GetValueAsString | () |
SetValueAsString | ||
void | SetValueAsString | ( /*optional*/ String value) |

GetIdAsString | ||
String | GetIdAsString | () |

GetIsArray | ||
boolean | GetIsArray | () |

GetIsCompound | ||
boolean | GetIsCompound | () |

GetIsMultival | ||
boolean | GetIsMultival | () |

GetChildren | ||
/*optional*/ Elements | GetChildren | () |

GetDirection | ||
/*optional*/ Ray | GetDirection | () |
