Skip navigation links


oracle.iam.connectormgmt.jaxb
Class TDependencyConnector

java.lang.Object
  extended by oracle.iam.connectormgmt.jaxb.TDependencyConnector


public class TDependencyConnector
extends java.lang.Object

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

TDependencyConnector

public TDependencyConnector()

Method Detail

getDependencyConnectorName

public java.util.List getDependencyConnectorName()
Gets the value of the dependencyConnectorName 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 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


getDependencyConnectorVersion

public java.util.List getDependencyConnectorVersion()
Gets the value of the dependencyConnectorVersion 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 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


Skip navigation links


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