|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.sod.sil.jaxb.SIL
public class SIL
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 |
|---|
public SIL()
| Method Detail |
|---|
public java.lang.String getExecutionContext()
Stringpublic void setExecutionContext(java.lang.String value)
value - allowed object is Stringpublic Infrastructure getInfrastructure()
Infrastructurepublic void setInfrastructure(Infrastructure value)
value - allowed object is Infrastructurepublic XMLSchemaValidation getXMLSchemaValidation()
XMLSchemaValidationpublic void setXMLSchemaValidation(XMLSchemaValidation value)
value - allowed object is XMLSchemaValidationpublic Security getSecurity()
Securitypublic void setSecurity(Security value)
value - allowed object is Securitypublic Topologies getTopologies()
Topologiespublic void setTopologies(Topologies value)
value - allowed object is Topologiespublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||