|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.model.adapter.dataformat.xml.SchemaMetadata
public class SchemaMetadata
Class to store schema metadata.
| Method Summary | |
|---|---|
java.lang.String |
getProperty(java.lang.String name)Returns the property given its name. |
boolean |
isAttributeFormDefault()Determine if the schema's attributes are qualified. |
boolean |
isElementFormDefault()Determine if the schema's elements are qualified. |
void |
setAttributeFormDefault(boolean attributeFormDefault)Sets the attributeFormDefault property. |
void |
setElementFormDefault(boolean elementFormDefault)Sets the elementFormDefault property. |
void |
setProperty(java.lang.String name, java.lang.String value)Sets a property pertaining to a schema document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isAttributeFormDefault()
public boolean isElementFormDefault()
public java.lang.String getProperty(java.lang.String name)
name - Name of the property whose value is to be retrieved.public void setAttributeFormDefault(boolean attributeFormDefault)
attributeFormDefault property.attributeFormDefault -public void setElementFormDefault(boolean elementFormDefault)
elementFormDefault property.elementFormDefault - The isElementFormDefault to set.
public void setProperty(java.lang.String name,
java.lang.String value)
name - Name of the property.value - Value of the property.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||