快速业务通道

JiBX 1.2,第2部分: 从XML模式到Java代码(二) - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-14
ortedResourceSelect != choice) {      throw new IllegalStateException(       "Need to call clearReportedResourceSelect() before changing existing choice");     }   }   /**    * Clear the choice selection.    */   public void clearReportedResourceSelect() {     reportedResourceSelect = -1;   }   /**    * Check if ReportedResourcePerson is current selection for choice.    *    * @return <code>true</code> if selection, <code>false</code> if not    */   public boolean ifReportedResourcePerson() {     return reportedResourceSelect == REPORTED_RESOURCE_PERSON_CHOICE;   }   /**    * Get the ''Person'' element value.    *    * @return value    */   public TimeCardPersonType getReportedResourcePerson() {     return reportedResourcePerson;   }   /**    * Set the ''Person'' element value.    *    * @param reportedResourcePerson    */   public void setReportedResourcePerson(       TimeCardPersonType reportedResourcePerson) {     setReportedResourceSelect(REPORTED_RESOURCE_PERSON_CHOICE);     this.reportedResourcePerson = reportedResourcePerson;   }   /**    * Check if Resource is current selection for choice.    *    * @return <code>true</code> if selection, <code>false</code> if not    */   public boolean ifResource() {     return reportedResourceSelect == RESOURCE_CHOICE;   }   /**    * Get the ''Resource'' element value.    *    * @return value    */   public Resource getResource() {     return resource;   }   /**    * Set the ''Resource'' element value.    *    * @param resource    */   public void setResource(Resource resource) {     setReportedResourceSelect(RESOURCE_CHOICE);     this.resource = resource;   }

JiBX 1.2,第2部分: 从XML模式到Java代码(二)(2)

时间:2012-01-14 IBM Dennis Sosnoski

对于大多数应用程序来说,这类选择处理工作得非常好,可以防止用户尝试在一个选择中设置多个备选值。不过,可以使用自定义修改默认选择处理,因此如果您不喜欢这种选择处理形式,您可以轻松地更改它。choice-check 属性将控制如何在生成的代码中检查 <xsd:choice> 的选择状态。choice-check="disable" 值将禁用所有检查并且不跟踪选择状态,让用户设置一个选择状态并且每个选择只有一个值。choice-check="checkset" 与 清单 8 中所示的默认处理相符,其中只有 set 方法将检查目前的设置并抛出异常。choice-check="checkboth" 还将在调用 get 方法时检查选择状态,如果 get 方法与目前的选择状态不符,则抛出异常。最后,choice-check="override" 把默认处理修改为在设置选择的任何值时始终更改目前的状态,而不是在之前设置其他状态时抛出异常。

choice-exposed 自定义属性将与 choice-check 设置结合使用,这些设置将跟踪目前的选择状态。choice-exposed="false" 值将选择状态常量、状态变量值和状态更改方法全部设置为私有,匹

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号