|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.db.sdo.SchemaInfo
public class SchemaInfo
A SchemaInfo object contains the information of a XML Schema document.
Field Summary | |
---|---|
protected boolean |
imported
|
protected boolean |
included
|
protected Element |
schemaElement
|
protected String |
schemaLocation
|
protected Source |
schemaSource
|
protected String |
systemID
|
protected String |
targetNamespace
|
Constructor Summary | |
---|---|
SchemaInfo(String systemID,
String targetNamespace,
Element schema)
|
|
SchemaInfo(String systemID,
String targetNamespace,
Source schema)
|
Method Summary | |
---|---|
Element |
getSchemaElement()
|
String |
getSchemaLocation()
Gets the schemaLocation of this SchemaInfo |
Source |
getSchemaSource()
Gets the schemaSource of this SchemaInfo |
String |
getSystemID()
Gets the systemID of this SchemaInfo |
String |
getTargetNamespace()
Gets the targetNamespace of this SchemaInfo |
boolean |
isImported()
Gets the imported of this SchemaInfo |
boolean |
isIncluded()
Gets the included of this SchemaInfo |
void |
setImported(boolean imported)
Sets the imported of this SchemaInfo |
void |
setIncluded(boolean included)
Sets the included of this SchemaInfo |
void |
setSchemaElement(Element schemaElement)
|
void |
setSchemaLocation(String schemaLocation)
Sets the schemaLocation of this SchemaInfo |
void |
setSchemaSource(Source schemaSource)
Sets the schemaSource of this SchemaInfo |
void |
setSystemID(String systemID)
Sets the systemID of this SchemaInfo |
void |
setTargetNamespace(String targetNamespace)
Sets the targetNamespace of this SchemaInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String systemID
protected String targetNamespace
protected boolean imported
protected boolean included
protected String schemaLocation
protected Source schemaSource
protected Element schemaElement
Constructor Detail |
---|
public SchemaInfo(String systemID, String targetNamespace, Element schema)
public SchemaInfo(String systemID, String targetNamespace, Source schema)
Method Detail |
---|
public String getSystemID()
public void setSystemID(String systemID)
systemID
- the systemID to setpublic String getTargetNamespace()
public void setTargetNamespace(String targetNamespace)
targetNamespace
- the targetNamespace to setpublic boolean isImported()
public void setImported(boolean imported)
imported
- the imported to setpublic boolean isIncluded()
public void setIncluded(boolean included)
included
- the included to setpublic String getSchemaLocation()
public void setSchemaLocation(String schemaLocation)
schemaLocation
- the schemaLocation to setpublic Source getSchemaSource()
public void setSchemaSource(Source schemaSource)
schemaSource
- the schemaSource to setpublic Element getSchemaElement()
public void setSchemaElement(Element schemaElement)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |