Skip navigation links


oracle.iam.connectormgmt.jaxb
Class TPreInstall

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


public class TPreInstall
extends java.lang.Object

Java class for T_pre-Install complex type.

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

 <complexType name="T_pre_Install">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}title" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
TPreInstall()
           

 

Method Summary
 java.util.List getTitle()
          Gets the value of the title property.

 

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

 

Constructor Detail

TPreInstall

public TPreInstall()

Method Detail

getTitle

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

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

    getTitle().add(newItem);
 

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


Skip navigation links


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