Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


com.oracle.outsidein.options
Class XMLReference

java.lang.Object
  extended by com.oracle.outsidein.options.XMLReference


public class XMLReference
extends java.lang.Object

Describes the location and type of an XML definition file referenced when exporting to an XML destination format. This is only useful for XML destination formats.

See Also:
OptionsCache.getXMLDefinitionReference(), OptionsCache.setXMLDefinitionReference(XMLReference)

Nested Class Summary
static class XMLReference.ReferenceMethodValue
          The type of XML definition file referenced.

 

Constructor Summary
XMLReference()
          Creates an XMLReference object using no XML definition reference.
XMLReference(XMLReference.ReferenceMethodValue method, java.lang.String reference)
          Create an XMLReference object to provide a DTD/XSD.

 

Method Summary
 java.lang.String getDefinitionReference()
          Obtains the pathname of the file used as the XML definition reference.
 XMLReference.ReferenceMethodValue getReferenceMethod()
          Obtains the type of XML definition file used when exporting to an XML destination format.
 void setDefinitionReference(java.lang.String value)
          Sets the pathname of the file used as the XML definition reference.
 void setReferenceMethod(XMLReference.ReferenceMethodValue value)
          Sets the type of XML definition file used when exporting to an XML destination format.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

XMLReference

public XMLReference()
Creates an XMLReference object using no XML definition reference.

XMLReference

public XMLReference(XMLReference.ReferenceMethodValue method,
                    java.lang.String reference)
Create an XMLReference object to provide a DTD/XSD.
Parameters:
method - type of reference - schema or DTD
reference - pathname of definition file to use for reference

Method Detail

getReferenceMethod

public XMLReference.ReferenceMethodValue getReferenceMethod()
Obtains the type of XML definition file used when exporting to an XML destination format.
Returns:
the type of the XML definition file

setReferenceMethod

public void setReferenceMethod(XMLReference.ReferenceMethodValue value)
Sets the type of XML definition file used when exporting to an XML destination format.
Parameters:
value - the type of the XML definition file

getDefinitionReference

public java.lang.String getDefinitionReference()
Obtains the pathname of the file used as the XML definition reference.
Returns:
the pathname of the XML definition reference file

setDefinitionReference

public void setDefinitionReference(java.lang.String value)
Sets the pathname of the file used as the XML definition reference.
Parameters:
value - the pathname of the XML definition reference file

Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


Copyright © 2010, 2018, Oracle and/or its affiliates. All rights reserved.