Re: Method chaining with generics



Bsc was autogenerated via JAXB. don't think I can avoid it.

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"; jaxb:version="1.0">
<xs:element name="Bsc">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="unbounded" name="site">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="id"
type="xs:long" />
<xs:element minOccurs="1" maxOccurs="1" name="name"
type="xs:string" />
<xs:element minOccurs="1" maxOccurs="unbounded"
name="Celula">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="id"
type="xs:long" />
<xs:element minOccurs="1" maxOccurs="1"
name="cell_id" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="unbounded"
name="Trx">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1"
name="id" type="xs:long" />
<xs:element minOccurs="1" maxOccurs="1"
name="name" type="xs:string" />
<xs:element minOccurs="1"
maxOccurs="unbounded" name="Extra" >
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1"
name="id" type="xs:long" />
<xs:element minOccurs="1" maxOccurs="1"
name="name" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

iksrazal

.



Relevant Pages

  • Re: Samsung D600/D600e
    ... > Be safe, avoid orange's shit customisation of the software on the phone, ... Prev by Date: ...
    (uk.telecom.mobile)
  • Re: Process used by another
    ... > How could avoid that error?. ... > Kind Regards. ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • Send E-mail Only Can it be done?
    ... We do not want any POP stuff running or setup ... if we can avoid it, in fact if POP has to be set up then we will ... probably not explore this venture any further. ... Prev by Date: ...
    (comp.sys.ibm.as400.misc)
  • error trapping
    ... try and avoid this if posible ... John ... Prev by Date: ...
    (microsoft.public.excel.programming)
  • Replacing values in a datatable
    ... and I'm trying to avoid creating a new datatable. ... Any quick and easy solutions? ... For Each myDataRow In myDataTable.Rows ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)