Skip navigation links


oracle.iam.sod.sil.jaxb
Class XMLSchemaValidation

java.lang.Object
  extended by oracle.iam.sod.sil.jaxb.XMLSchemaValidation


public class XMLSchemaValidation
extends java.lang.Object

Java class for XMLSchemaValidation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XMLSchemaValidation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}DOMBuilderFactoryImpl"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
XMLSchemaValidation()
           

 

Method Summary
 java.lang.String getDOMBuilderFactoryImpl()
          Gets the value of the domBuilderFactoryImpl property.
 void setDOMBuilderFactoryImpl(java.lang.String value)
          Sets the value of the domBuilderFactoryImpl property.

 

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

 

Constructor Detail

XMLSchemaValidation

public XMLSchemaValidation()

Method Detail

getDOMBuilderFactoryImpl

public java.lang.String getDOMBuilderFactoryImpl()
Gets the value of the domBuilderFactoryImpl property.
Returns:
possible object is String

setDOMBuilderFactoryImpl

public void setDOMBuilderFactoryImpl(java.lang.String value)
Sets the value of the domBuilderFactoryImpl property.
Parameters:
value - allowed object is String

Skip navigation links


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