> + * <complexType name="requestResponse">
> + *   <complexContent>
> + *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType";>
> + *       <sequence>
> + *         <element name="requestId" 
> type="{http://www.w3.org/2001/XMLSchema}string"; minOccurs="0"/>
> + *       </sequence>
> + *     </restriction>
> + *   </complexContent>
> + * </complexType>
> + * </pre>
> + *
> + *
> + */
> +public class RequestResponse {
> +
> +   protected String requestId;

Can you enforce immutability by making the field final?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/72/files#r17229433

Reply via email to