summaryrefslogblamecommitdiffstats
path: root/src/org/uic/barcode/ticket/api/asn/omv2/SequenceOfVatDetail.java
blob: 3aae8e9fa001439696db79bea72cc0462f046266 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                             


                             
                                                      




                                                                                
package org.uic.barcode.ticket.api.asn.omv2;

import java.util.Collection;

import org.uic.barcode.asn1.datatypes.Asn1SequenceOf;

public class SequenceOfVatDetail extends Asn1SequenceOf<VatDetailType> {
    public SequenceOfVatDetail() { super(); }
    public SequenceOfVatDetail(Collection<VatDetailType> coll) { super(coll); }
}