org.xmlhammer.model.project
Class SchemaValidator
java.lang.Object
org.xmlhammer.model.project.SchemaValidator
public class SchemaValidator
- extends java.lang.Object
Java class for schemaValidator element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="schemaValidator">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="language" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
</element>
|
Field Summary |
protected java.lang.String |
language
|
|
Method Summary |
java.lang.String |
getLanguage()
Gets the value of the language property. |
void |
setLanguage(java.lang.String value)
Sets the value of the language property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
language
protected java.lang.String language
SchemaValidator
public SchemaValidator()
getLanguage
public java.lang.String getLanguage()
- Gets the value of the language property.
- Returns:
- possible object is
String
setLanguage
public void setLanguage(java.lang.String value)
- Sets the value of the language property.
- Parameters:
value - allowed object is
String
Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.