|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.sod.registration.jaxb.ServiceComponent
public class ServiceComponent
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 |
|---|
public ServiceComponent()
| Method Detail |
|---|
public java.util.List getContent()
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>
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getName()
Stringpublic void setName(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 | ||||||||