|
|||||||||
| 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
public static class Oimplugininstances.Plugininstances
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="metadata" type="{}metadataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="mapping" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="plugin" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pluginpoint" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Oimplugininstances.Plugininstances.MappingJava class for anonymous complex type. |
| Constructor Summary | |
|---|---|
Oimplugininstances.Plugininstances() |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()Gets the value of the description property. |
java.util.List |
getMapping()Gets the value of the mapping property. |
java.util.List |
getMetadata()Gets the value of the metadata property. |
java.lang.String |
getName()Gets the value of the name property. |
java.lang.String |
getPlugin()Gets the value of the plugin property. |
java.lang.String |
getPluginpoint()Gets the value of the pluginpoint property. |
java.lang.String |
getVersion()Gets the value of the version property. |
void |
setDescription(java.lang.String value)Sets the value of the description property. |
void |
setName(java.lang.String value)Sets the value of the name property. |
void |
setPlugin(java.lang.String value)Sets the value of the plugin property. |
void |
setPluginpoint(java.lang.String value)Sets the value of the pluginpoint 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 Oimplugininstances.Plugininstances()
| Method Detail |
|---|
public java.util.List getMetadata()
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 metadata property.
For example, to add a new item, do as follows:
getMetadata().add(newItem);
Objects of the following type(s) are allowed in the list MetadataType
public java.util.List getMapping()
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 mapping property.
For example, to add a new item, do as follows:
getMapping().add(newItem);
Objects of the following type(s) are allowed in the list Oimplugininstances.Plugininstances.Mapping
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getPlugin()
Stringpublic void setPlugin(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getPluginpoint()
Stringpublic void setPluginpoint(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 | ||||||||