I found an answer on my own. Thanks to the one who answered it earlier!
http://archives.java.sun.com/cgi-bin/wa?A2=ind0302&L=jaxb-interest&P=R41
13&I=-3
_____
From: Roman Rytov
Sent: Thursday, July 31, 2003 16:52 PM
To: 'Discussion list for the Java Architecture for XML Binding'
Subject: RE: Missing setter for collection
Sorry for the missing post:-)
So, I have a schema which fragment is
<xs:element name="acceptablevalues">
<xs:complexType>
<xs:sequence>
<xs:element name="valueT" type="xs:string"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
in a generated interface there is only a getter
Collection getValueT()
but no setter. Do I miss something or it's a bug?
______________
Roman Rytov