Skip navigation links


oracle.iam.connectormgmt.jaxb
Class TConnector

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


public class TConnector
extends java.lang.Object

Java class for T_connector complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="T_connector">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}connector-name"/>
         <element ref="{}connector-version"/>
         <element ref="{}filecopy"/>
         <element ref="{}configuration"/>
         <element ref="{}pre-Install" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}dependency-connector" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{}orderid use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
TConnector()
           

 

Method Summary
 TConfiguration getConfiguration()
          Gets the value of the configuration property.
 java.lang.String getConnectorName()
          Gets the value of the connectorName property.
 java.lang.String getConnectorVersion()
          Gets the value of the connectorVersion property.
 java.util.List getDependencyConnector()
          Gets the value of the dependencyConnector property.
 TFilecopy getFilecopy()
          Gets the value of the filecopy property.
 byte getOrderid()
          Gets the value of the orderid property.
 java.util.List getPreInstall()
          Gets the value of the preInstall property.
 void setConfiguration(TConfiguration value)
          Sets the value of the configuration property.
 void setConnectorName(java.lang.String value)
          Sets the value of the connectorName property.
 void setConnectorVersion(java.lang.String value)
          Sets the value of the connectorVersion property.
 void setFilecopy(TFilecopy value)
          Sets the value of the filecopy property.
 void setOrderid(byte value)
          Sets the value of the orderid property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TConnector

public TConnector()

Method Detail

getConnectorName

public java.lang.String getConnectorName()
Gets the value of the connectorName property.
Returns:
possible object is String

setConnectorName

public void setConnectorName(java.lang.String value)
Sets the value of the connectorName property.
Parameters:
value - allowed object is String

getConnectorVersion

public java.lang.String getConnectorVersion()
Gets the value of the connectorVersion property.
Returns:
possible object is String

setConnectorVersion

public void setConnectorVersion(java.lang.String value)
Sets the value of the connectorVersion property.
Parameters:
value - allowed object is String

getFilecopy

public TFilecopy getFilecopy()
Gets the value of the filecopy property.
Returns:
possible object is TFilecopy

setFilecopy

public void setFilecopy(TFilecopy value)
Sets the value of the filecopy property.
Parameters:
value - allowed object is TFilecopy

getConfiguration

public TConfiguration getConfiguration()
Gets the value of the configuration property.
Returns:
possible object is TConfiguration

setConfiguration

public void setConfiguration(TConfiguration value)
Sets the value of the configuration property.
Parameters:
value - allowed object is TConfiguration

getPreInstall

public java.util.List getPreInstall()
Gets the value of the preInstall 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 preInstall property.

For example, to add a new item, do as follows:

    getPreInstall().add(newItem);
 

Objects of the following type(s) are allowed in the list TPreInstall


getDependencyConnector

public java.util.List getDependencyConnector()
Gets the value of the dependencyConnector 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 dependencyConnector property.

For example, to add a new item, do as follows:

    getDependencyConnector().add(newItem);
 

Objects of the following type(s) are allowed in the list TDependencyConnector


getOrderid

public byte getOrderid()
Gets the value of the orderid property.

setOrderid

public void setOrderid(byte value)
Sets the value of the orderid property.

Skip navigation links


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