Skip navigation links


oracle.iam.sod.registration.jaxb
Class ServiceComponent

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


public class ServiceComponent
extends java.lang.Object

Java class for ServiceComponent complex type.

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

 <complexType name="ServiceComponent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/oim/sil/registration}Impl-Class"/>
         <choice minOccurs="0">
           <element ref="{http://xmlns.oracle.com/oim/sil/registration}Param" maxOccurs="unbounded"/>
           <sequence>
             <element ref="{http://xmlns.oracle.com/oim/sil/registration}SoDEngineType"/>
             <element ref="{http://xmlns.oracle.com/oim/sil/registration}AttrSoD" maxOccurs="unbounded"/>
           </sequence>
           <sequence>
             <element ref="{http://xmlns.oracle.com/oim/sil/registration}IdMSystemType"/>
             <element ref="{http://xmlns.oracle.com/oim/sil/registration}SoDEngineType"/>
             <element ref="{http://xmlns.oracle.com/oim/sil/registration}srcSystemType"/>
             <element ref="{http://xmlns.oracle.com/oim/sil/registration}DataTransformation"/>
           </sequence>
         </choice>
       </sequence>
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
ServiceComponent()
           

 

Method Summary
 java.util.List getContent()
          Gets the rest of the content model.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getType()
          Gets the value of the type property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setType(java.lang.String value)
          Sets the value of the type property.

 

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

 

Constructor Detail

ServiceComponent

public ServiceComponent()

Method Detail

getContent

public java.util.List getContent()
Gets the rest of the content model.

You are getting this "catch-all" property because of the following reason: The field name "SoDEngineType" is used by two different parts of a schema. See: line 80 of file:/scratch/vbattina/view_storage/vbattina_r1ps2/iam/iam-product/features/oimupgrade/schema/Registration.xsd line 75 of file:/scratch/vbattina/view_storage/vbattina_r1ps2/iam/iam-product/features/oimupgrade/schema/Registration.xsd

To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the content property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the content property.

For example, to add a new item, do as follows:

    getContent().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Param> JAXBElement<String> JAXBElement<DataTransformation> JAXBElement<String> JAXBElement<String> JAXBElement<AttrSoD> JAXBElement<String>


getType

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

setType

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

getName

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

setName

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

Skip navigation links


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