📄 compiler_targettype.java
字号:
/**
* compiler_targetType.java
*
* This file was generated by XMLSpy 2007sp2 Enterprise Edition.
*
* YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
* OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
*
* Refer to the XMLSpy Documentation for further details.
* http://www.altova.com/xmlspy
*/
package com.jmex.model.collada.schema;
import com.jmex.xml.types.SchemaNMToken;
import com.jmex.xml.types.SchemaType;
public class compiler_targetType extends com.jmex.xml.xml.Node {
public compiler_targetType(compiler_targetType node) {
super(node);
}
public compiler_targetType(org.w3c.dom.Node node) {
super(node);
}
public compiler_targetType(org.w3c.dom.Document doc) {
super(doc);
}
public compiler_targetType(com.jmex.xml.xml.Document doc, String namespaceURI, String prefix, String name) {
super(doc, namespaceURI, prefix, name);
}
public SchemaNMToken getValue() {
return new SchemaNMToken(getDomNodeValue(domNode));
}
public void setValue(SchemaType value) {
setDomNodeValue(domNode, value.toString());
}
public void assign(SchemaType value) {
setValue(value);
}
public void adjustPrefix() {
}
public void setXsiType() {
org.w3c.dom.Element el = (org.w3c.dom.Element) domNode;
el.setAttributeNS("http://www.w3.org/2001/XMLSchema-instance", "xsi:type", "compiler_target");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -