|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.connectormgmt.jaxb.TConnector
public class TConnector
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 |
|---|
public TConnector()
| Method Detail |
|---|
public java.lang.String getConnectorName()
Stringpublic void setConnectorName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getConnectorVersion()
Stringpublic void setConnectorVersion(java.lang.String value)
value - allowed object is Stringpublic TFilecopy getFilecopy()
TFilecopypublic void setFilecopy(TFilecopy value)
value - allowed object is TFilecopypublic TConfiguration getConfiguration()
TConfigurationpublic void setConfiguration(TConfiguration value)
value - allowed object is TConfigurationpublic java.util.List getPreInstall()
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
public java.util.List getDependencyConnector()
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
public byte getOrderid()
public void setOrderid(byte value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||