001: //
002: // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0
003: // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
004: // Any modifications to this file will be lost upon recompilation of the source schema.
005: // Generated on: 2003.05.02 at 02:28:48 PDT
006: //
007:
008: package org.huihoo.jfox.xmlet.jaxb;
009:
010: /**
011: * This object contains factory methods for each Java content interface and Java element interface generated in the org.huihoo.jfox.xmlet.jaxb package. <p>An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
012: *
013: */
014: public class ObjectFactory extends
015: com.sun.xml.bind.DefaultJAXBContextImpl {
016:
017: private static java.util.HashMap defaultImplementations = new java.util.HashMap();
018:
019: static {
020: defaultImplementations
021: .put(
022: (org.huihoo.jfox.xmlet.jaxb.XMLetType.ATTRIBUTESType.class),
023: (org.huihoo.jfox.xmlet.jaxb.impl.XMLetTypeImpl.ATTRIBUTESTypeImpl.class));
024: defaultImplementations.put(
025: (org.huihoo.jfox.xmlet.jaxb.XMLetsType.class),
026: (org.huihoo.jfox.xmlet.jaxb.impl.XMLetsTypeImpl.class));
027: defaultImplementations.put(
028: (org.huihoo.jfox.xmlet.jaxb.XMLETS.class),
029: (org.huihoo.jfox.xmlet.jaxb.impl.XMLETSImpl.class));
030: defaultImplementations.put(
031: (org.huihoo.jfox.xmlet.jaxb.ArgType.class),
032: (org.huihoo.jfox.xmlet.jaxb.impl.ArgTypeImpl.class));
033: defaultImplementations.put(
034: (org.huihoo.jfox.xmlet.jaxb.AttrType.class),
035: (org.huihoo.jfox.xmlet.jaxb.impl.AttrTypeImpl.class));
036: defaultImplementations.put(
037: (org.huihoo.jfox.xmlet.jaxb.XMLetType.class),
038: (org.huihoo.jfox.xmlet.jaxb.impl.XMLetTypeImpl.class));
039: defaultImplementations
040: .put(
041: (org.huihoo.jfox.xmlet.jaxb.XMLetType.ARGUMENTSType.class),
042: (org.huihoo.jfox.xmlet.jaxb.impl.XMLetTypeImpl.ARGUMENTSTypeImpl.class));
043: }
044:
045: /**
046: * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.huihoo.jfox.xmlet.jaxb
047: *
048: */
049: public ObjectFactory() {
050: super (
051: new org.huihoo.jfox.xmlet.jaxb.ObjectFactory.GrammarInfoImpl());
052: }
053:
054: /**
055: * Create an instance of the specified Java content interface.
056: *
057: * @param javaContentInterface the Class object of the javacontent interface to instantiate
058: * @return a new instance
059: * @throws JAXBException if an error occurs
060: */
061: public java.lang.Object newInstance(
062: java.lang.Class javaContentInterface)
063: throws javax.xml.bind.JAXBException {
064: return super .newInstance(javaContentInterface);
065: }
066:
067: /**
068: * Get the specified property. This method can only be
069: * used to get provider specific properties.
070: * Attempting to get an undefined property will result
071: * in a PropertyException being thrown.
072: *
073: * @param name the name of the property to retrieve
074: * @return the value of the requested property
075: * @throws PropertyException when there is an error retrieving the given property or value
076: */
077: public java.lang.Object getProperty(java.lang.String name)
078: throws javax.xml.bind.PropertyException {
079: return super .getProperty(name);
080: }
081:
082: /**
083: * Set the specified property. This method can only be
084: * used to set provider specific properties.
085: * Attempting to set an undefined property will result
086: * in a PropertyException being thrown.
087: *
088: * @param name the name of the property to retrieve
089: * @param value the value of the property to be set
090: * @throws PropertyException when there is an error processing the given property or value
091: */
092: public void setProperty(java.lang.String name,
093: java.lang.Object value)
094: throws javax.xml.bind.PropertyException {
095: super .setProperty(name, value);
096: }
097:
098: /**
099: * Create an instance of XMLetTypeATTRIBUTESType
100: *
101: * @throws JAXBException if an error occurs
102: */
103: public org.huihoo.jfox.xmlet.jaxb.XMLetType.ATTRIBUTESType createXMLetTypeATTRIBUTESType()
104: throws javax.xml.bind.JAXBException {
105: return ((org.huihoo.jfox.xmlet.jaxb.XMLetType.ATTRIBUTESType) newInstance((org.huihoo.jfox.xmlet.jaxb.XMLetType.ATTRIBUTESType.class)));
106: }
107:
108: /**
109: * Create an instance of XMLetsType
110: *
111: * @throws JAXBException if an error occurs
112: */
113: public org.huihoo.jfox.xmlet.jaxb.XMLetsType createXMLetsType()
114: throws javax.xml.bind.JAXBException {
115: return ((org.huihoo.jfox.xmlet.jaxb.XMLetsType) newInstance((org.huihoo.jfox.xmlet.jaxb.XMLetsType.class)));
116: }
117:
118: /**
119: * Create an instance of XMLETS
120: *
121: * @throws JAXBException if an error occurs
122: */
123: public org.huihoo.jfox.xmlet.jaxb.XMLETS createXMLETS()
124: throws javax.xml.bind.JAXBException {
125: return ((org.huihoo.jfox.xmlet.jaxb.XMLETS) newInstance((org.huihoo.jfox.xmlet.jaxb.XMLETS.class)));
126: }
127:
128: /**
129: * Create an instance of ArgType
130: *
131: * @throws JAXBException if an error occurs
132: */
133: public org.huihoo.jfox.xmlet.jaxb.ArgType createArgType()
134: throws javax.xml.bind.JAXBException {
135: return ((org.huihoo.jfox.xmlet.jaxb.ArgType) newInstance((org.huihoo.jfox.xmlet.jaxb.ArgType.class)));
136: }
137:
138: /**
139: * Create an instance of AttrType
140: *
141: * @throws JAXBException if an error occurs
142: */
143: public org.huihoo.jfox.xmlet.jaxb.AttrType createAttrType()
144: throws javax.xml.bind.JAXBException {
145: return ((org.huihoo.jfox.xmlet.jaxb.AttrType) newInstance((org.huihoo.jfox.xmlet.jaxb.AttrType.class)));
146: }
147:
148: /**
149: * Create an instance of XMLetType
150: *
151: * @throws JAXBException if an error occurs
152: */
153: public org.huihoo.jfox.xmlet.jaxb.XMLetType createXMLetType()
154: throws javax.xml.bind.JAXBException {
155: return ((org.huihoo.jfox.xmlet.jaxb.XMLetType) newInstance((org.huihoo.jfox.xmlet.jaxb.XMLetType.class)));
156: }
157:
158: /**
159: * Create an instance of XMLetTypeARGUMENTSType
160: *
161: * @throws JAXBException if an error occurs
162: */
163: public org.huihoo.jfox.xmlet.jaxb.XMLetType.ARGUMENTSType createXMLetTypeARGUMENTSType()
164: throws javax.xml.bind.JAXBException {
165: return ((org.huihoo.jfox.xmlet.jaxb.XMLetType.ARGUMENTSType) newInstance((org.huihoo.jfox.xmlet.jaxb.XMLetType.ARGUMENTSType.class)));
166: }
167:
168: private static class GrammarInfoImpl extends
169: com.sun.xml.bind.GrammarInfo {
170:
171: public java.lang.Class getDefaultImplementation(
172: java.lang.Class javaContentInterface) {
173: return ((java.lang.Class) defaultImplementations
174: .get(javaContentInterface));
175: }
176:
177: public java.lang.Class getRootElement(java.lang.String uri,
178: java.lang.String local) {
179: if (("" == uri) && ("XMLETS" == local)) {
180: return (org.huihoo.jfox.xmlet.jaxb.impl.XMLETSImpl.class);
181: }
182: return null;
183: }
184:
185: public java.lang.String[] getProbePoints() {
186: return new java.lang.String[] { "", "XMLETS" };
187: }
188:
189: }
190:
191: }
|