Skip navigation links


oracle.iam.sod.registration.jaxb
Class SILRegistration

java.lang.Object
  extended by oracle.iam.sod.registration.jaxb.SILRegistration


public class SILRegistration
extends java.lang.Object

Java class for SILRegistration complex type.

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

 <complexType name="SILRegistration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/oim/sil/registration}SystemTypes"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/registration}ServiceComponents"/>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
SILRegistration()
           

 

Method Summary
 ServiceComponents getServiceComponents()
          Gets the value of the serviceComponents property.
 SystemTypes getSystemTypes()
          Gets the value of the systemTypes property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setServiceComponents(ServiceComponents value)
          Sets the value of the serviceComponents property.
 void setSystemTypes(SystemTypes value)
          Sets the value of the systemTypes property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.

 

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

 

Constructor Detail

SILRegistration

public SILRegistration()

Method Detail

getSystemTypes

public SystemTypes getSystemTypes()
Gets the value of the systemTypes property.
Returns:
possible object is SystemTypes

setSystemTypes

public void setSystemTypes(SystemTypes value)
Sets the value of the systemTypes property.
Parameters:
value - allowed object is SystemTypes

getServiceComponents

public ServiceComponents getServiceComponents()
Gets the value of the serviceComponents property.
Returns:
possible object is ServiceComponents

setServiceComponents

public void setServiceComponents(ServiceComponents value)
Sets the value of the serviceComponents property.
Parameters:
value - allowed object is ServiceComponents

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.