/** * Gets the IFtContentMixMixed property <b>content</b> by index. * * @param index * @return IFtContentMixMixed */ public IFtContentMixMixed getContent(int index) { return ((IFtContentMixMixed) content_.get(index)); }
/** * Gets the FtNotice property <b>notice</b> by index. * * @param index * @return FtNotice */ public FtNotice getNotice(int index) { return ((FtNotice) notice_.get(index)); }
/** * Gets the XParamListParam property <b>paramListParam</b> by index. * * @param index * @return XParamListParam */ public XParamListParam getParamListParam(int index) { return ((XParamListParam) paramListParam_.get(index)); }
/** * Gets the FtPerson property <b>person</b> by index. * * @param index * @return FtPerson */ public FtPerson getPerson(int index) { return ((FtPerson) person_.get(index)); }
/** * Gets the FcTr property <b>tr</b> by index. * * @param index * @return FcTr */ public FcTr getTr(int index) { return ((FcTr) tr_.get(index)); }