1
2
3
4
5
6
7
8 package gov.grants.apply.forms.doiProjectDetailsV10.impl;
9
10
11
12
13
14 public class PeriodOfAccomplishmentRequiredImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements gov.grants.apply.forms.doiProjectDetailsV10.PeriodOfAccomplishmentRequired
15 {
16 private static final long serialVersionUID = 1L;
17
18 public PeriodOfAccomplishmentRequiredImpl(org.apache.xmlbeans.SchemaType sType)
19 {
20 super(sType, false);
21 }
22
23 protected PeriodOfAccomplishmentRequiredImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
24 {
25 super(sType, b);
26 }
27 }