|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.sod.registration.jaxb.SILRegistration
public class SILRegistration
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 |
|---|
public SILRegistration()
| Method Detail |
|---|
public SystemTypes getSystemTypes()
SystemTypespublic void setSystemTypes(SystemTypes value)
value - allowed object is SystemTypespublic ServiceComponents getServiceComponents()
ServiceComponentspublic void setServiceComponents(ServiceComponents value)
value - allowed object is ServiceComponentspublic 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 | ||||||||