OSDN Git Service

e7b2a455b272edbf8054ae459d81d1de59bb3fb5
[mikumikustudio/MikuMikuStudio.git] / src / com / jmex / model / collada / schema / cg_identifier.java
1 /**
2  * cg_identifier.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.SchemaToken;
17
18 public class cg_identifier extends SchemaToken {
19
20         public cg_identifier() {
21                 super();
22         }
23
24         public cg_identifier(String newValue) {
25                 super(newValue);
26                 validate();
27         }
28
29         public cg_identifier(SchemaToken newValue) {
30                 super(newValue);
31                 validate();
32         }
33
34         public void validate() {
35         }
36 }