|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.connectormgmt.jaxb.TDependencyConnector
public class TDependencyConnector
Java class for T_dependency-connector complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="T_dependency_connector">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}dependency-connector-name" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}dependency-connector-version" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TDependencyConnector() |
|
| Method Summary | |
|---|---|
java.util.List |
getDependencyConnectorName()Gets the value of the dependencyConnectorName property. |
java.util.List |
getDependencyConnectorVersion()Gets the value of the dependencyConnectorVersion property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TDependencyConnector()
| Method Detail |
|---|
public java.util.List getDependencyConnectorName()
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 dependencyConnectorName property.
For example, to add a new item, do as follows:
getDependencyConnectorName().add(newItem);
Objects of the following type(s) are allowed in the list String
public java.util.List getDependencyConnectorVersion()
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 dependencyConnectorVersion property.
For example, to add a new item, do as follows:
getDependencyConnectorVersion().add(newItem);
Objects of the following type(s) are allowed in the list String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||