|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.platform.jaxb.Oimplugininstances.Plugininstances.Mapping
public static class Oimplugininstances.Plugininstances.Mapping
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="simple_mapping" type="{}mappingType" maxOccurs="unbounded" minOccurs="0"/>
<element name="runtime_mapping" type="{}mappingType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Oimplugininstances.Plugininstances.Mapping() |
|
| Method Summary | |
|---|---|
java.lang.String |
getMethod()Gets the value of the method property. |
java.util.List |
getRuntimeMapping()Gets the value of the runtimeMapping property. |
java.util.List |
getSimpleMapping()Gets the value of the simpleMapping property. |
void |
setMethod(java.lang.String value)Sets the value of the method property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Oimplugininstances.Plugininstances.Mapping()
| Method Detail |
|---|
public java.util.List getSimpleMapping()
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 simpleMapping property.
For example, to add a new item, do as follows:
getSimpleMapping().add(newItem);
Objects of the following type(s) are allowed in the list MappingType
public java.util.List getRuntimeMapping()
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 runtimeMapping property.
For example, to add a new item, do as follows:
getRuntimeMapping().add(newItem);
Objects of the following type(s) are allowed in the list MappingType
public java.lang.String getMethod()
Stringpublic void setMethod(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 | ||||||||