Skip navigation links


oracle.iam.connectormgmt.jaxb
Class TTitle

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


public class TTitle
extends java.lang.Object

Java class for T_title complex type.

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

 <complexType name="T_title">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}step"/>
       </sequence>
       <attribute ref="{}description use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
TTitle()
           

 

Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getStep()
          Gets the value of the step property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setStep(java.lang.String value)
          Sets the value of the step property.

 

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

 

Constructor Detail

TTitle

public TTitle()

Method Detail

getStep

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

setStep

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

getDescription

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

setDescription

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

Skip navigation links


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