java.lang.Object
com.sun.xml.ws.db.sdo.SchemaInfo
A SchemaInfo object contains the information of a XML Schema document.
- Author:
- SHIH-CHANG.CHEN@ORACLE.COM
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSchemaInfo(String systemID, String targetNamespace, Source schema) SchemaInfo(String systemID, String targetNamespace, Element schema) -
Method Summary
Modifier and TypeMethodDescriptionGets the schemaLocation of this SchemaInfoGets the schemaSource of this SchemaInfoGets the systemID of this SchemaInfoGets the targetNamespace of this SchemaInfobooleanGets the imported of this SchemaInfobooleanGets the included of this SchemaInfovoidsetImported(boolean imported) Sets the imported of this SchemaInfovoidsetIncluded(boolean included) Sets the included of this SchemaInfovoidsetSchemaElement(Element schemaElement) voidsetSchemaLocation(String schemaLocation) Sets the schemaLocation of this SchemaInfovoidsetSchemaSource(Source schemaSource) Sets the schemaSource of this SchemaInfovoidsetSystemID(String systemID) Sets the systemID of this SchemaInfovoidsetTargetNamespace(String targetNamespace) Sets the targetNamespace of this SchemaInfo
-
Field Details
-
systemID
-
targetNamespace
-
imported
protected boolean imported -
included
protected boolean included -
schemaLocation
-
schemaSource
-
schemaElement
-
-
Constructor Details
-
SchemaInfo
-
SchemaInfo
-
-
Method Details
-
getSystemID
Gets the systemID of this SchemaInfo- Returns:
- the systemID
-
setSystemID
Sets the systemID of this SchemaInfo- Parameters:
systemID- the systemID to set
-
getTargetNamespace
Gets the targetNamespace of this SchemaInfo- Returns:
- the targetNamespace
-
setTargetNamespace
Sets the targetNamespace of this SchemaInfo- Parameters:
targetNamespace- the targetNamespace to set
-
isImported
public boolean isImported()Gets the imported of this SchemaInfo- Returns:
- the imported
-
setImported
public void setImported(boolean imported) Sets the imported of this SchemaInfo- Parameters:
imported- the imported to set
-
isIncluded
public boolean isIncluded()Gets the included of this SchemaInfo- Returns:
- the included
-
setIncluded
public void setIncluded(boolean included) Sets the included of this SchemaInfo- Parameters:
included- the included to set
-
getSchemaLocation
Gets the schemaLocation of this SchemaInfo- Returns:
- the schemaLocation
-
setSchemaLocation
Sets the schemaLocation of this SchemaInfo- Parameters:
schemaLocation- the schemaLocation to set
-
getSchemaSource
Gets the schemaSource of this SchemaInfo- Returns:
- the schemaSource
-
setSchemaSource
Sets the schemaSource of this SchemaInfo- Parameters:
schemaSource- the schemaSource to set
-
getSchemaElement
-
setSchemaElement
-