OSDN Git Service

62aad1a5402e7bbafd25443231da923a16ed1715
[mikumikustudio/MikuMikuStudio.git] / src / com / jmex / model / collada / schema / cg_int3x2.java
1 /**
2  * cg_int3x2.java
3  *
4  * This file was generated by XMLSpy 2007sp2 Enterprise Edition.
5  *
6  * YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
7  * OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
8  *
9  * Refer to the XMLSpy Documentation for further details.
10  * http://www.altova.com/xmlspy
11  */
12
13
14 package com.jmex.model.collada.schema;
15
16 import com.jmex.xml.types.SchemaString;
17
18 public class cg_int3x2 extends cg_ListOfInt {
19
20         public cg_int3x2() {
21                 super();
22         }
23
24         public cg_int3x2(String newValue) {
25                 super(newValue);
26                 validate();
27         }
28
29         public cg_int3x2(SchemaString newValue) {
30                 super(newValue);
31                 validate();
32         }
33
34         public void validate() {
35         }
36 }