|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.jaxp.Activatable
org.xmlhammer.model.jaxp.SchemaFactoryProperty
public class SchemaFactoryProperty
Java class for schemaFactoryProperty element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="schemaFactoryProperty">
<complexType>
<complexContent>
<extension base="{http://www.xmlhammer.org/2007/jaxp}activatable">
<attribute name="factory" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="language" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.String |
factory
|
protected java.lang.String |
language
|
| Fields inherited from class org.xmlhammer.model.jaxp.Activatable |
|---|
active |
| Constructor Summary | |
|---|---|
SchemaFactoryProperty()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFactory()
Gets the value of the factory property. |
java.lang.String |
getLanguage()
Gets the value of the language property. |
void |
setFactory(java.lang.String value)
Sets the value of the factory property. |
void |
setLanguage(java.lang.String value)
Sets the value of the language property. |
| Methods inherited from class org.xmlhammer.model.jaxp.Activatable |
|---|
isActive, setActive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String factory
protected java.lang.String language
| Constructor Detail |
|---|
public SchemaFactoryProperty()
| Method Detail |
|---|
public java.lang.String getFactory()
Stringpublic void setFactory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLanguage()
Stringpublic void setLanguage(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||