Title: Where is the setter for the generated ArrayList

 <xsd:element name="RA">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="RP" maxOccurs="unbounded"></xsd:element>
     </xsd:sequence>
     <xsd:attribute name="SID" type="xsd:string" use="required">
     </xsd:attribute>
   </xsd:complexType>
 </xsd:element name="RA">

When the schema file was compiled, the RA.java, RP.java, RAType.java, RPType.java and some Impl files were generated. In the RAType.java I could see getRP() which returns an ArrayList, but nowhere I can find setRP(). Did I miss something here? Thanks for your help.

Steve Lu
 

Reply via email to