Skip navigation links


oracle.iam.sod.sil.jaxb
Class SIL

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


public class SIL
extends java.lang.Object

Java class for SIL complex type.

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

 <complexType name="SIL">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}ExecutionContext"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}Infrastructure"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}XMLSchemaValidation"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}Security"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}Topologies"/>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
SIL()
           

 

Method Summary
 java.lang.String getExecutionContext()
          Gets the value of the executionContext property.
 Infrastructure getInfrastructure()
          Gets the value of the infrastructure property.
 Security getSecurity()
          Gets the value of the security property.
 Topologies getTopologies()
          Gets the value of the topologies property.
 java.lang.String getVersion()
          Gets the value of the version property.
 XMLSchemaValidation getXMLSchemaValidation()
          Gets the value of the xmlSchemaValidation property.
 void setExecutionContext(java.lang.String value)
          Sets the value of the executionContext property.
 void setInfrastructure(Infrastructure value)
          Sets the value of the infrastructure property.
 void setSecurity(Security value)
          Sets the value of the security property.
 void setTopologies(Topologies value)
          Sets the value of the topologies property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 void setXMLSchemaValidation(XMLSchemaValidation value)
          Sets the value of the xmlSchemaValidation property.

 

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

 

Constructor Detail

SIL

public SIL()

Method Detail

getExecutionContext

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

setExecutionContext

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

getInfrastructure

public Infrastructure getInfrastructure()
Gets the value of the infrastructure property.
Returns:
possible object is Infrastructure

setInfrastructure

public void setInfrastructure(Infrastructure value)
Sets the value of the infrastructure property.
Parameters:
value - allowed object is Infrastructure

getXMLSchemaValidation

public XMLSchemaValidation getXMLSchemaValidation()
Gets the value of the xmlSchemaValidation property.
Returns:
possible object is XMLSchemaValidation

setXMLSchemaValidation

public void setXMLSchemaValidation(XMLSchemaValidation value)
Sets the value of the xmlSchemaValidation property.
Parameters:
value - allowed object is XMLSchemaValidation

getSecurity

public Security getSecurity()
Gets the value of the security property.
Returns:
possible object is Security

setSecurity

public void setSecurity(Security value)
Sets the value of the security property.
Parameters:
value - allowed object is Security

getTopologies

public Topologies getTopologies()
Gets the value of the topologies property.
Returns:
possible object is Topologies

setTopologies

public void setTopologies(Topologies value)
Sets the value of the topologies property.
Parameters:
value - allowed object is Topologies

getVersion

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

setVersion

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

Skip navigation links


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