com.ibm.cics.atomservice
Class BindType

java.lang.Object
  extended by com.ibm.cics.atomservice.BindType

public class BindType
extends java.lang.Object

Java class for bind_type complex type.

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

 <complexType name="bind_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="root" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="xmltransform" type="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}cics_resource" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
BindType()
           
 
Method Summary
 java.lang.String getRoot()
          Gets the value of the root property.
 java.lang.String getXmltransform()
          Gets the value of the xmltransform property.
 void setRoot(java.lang.String value)
          Sets the value of the root property.
 void setXmltransform(java.lang.String value)
          Sets the value of the xmltransform property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindType

public BindType()
Method Detail

getRoot

public java.lang.String getRoot()
Gets the value of the root property.

Returns:
possible object is String

setRoot

public void setRoot(java.lang.String value)
Sets the value of the root property.

Parameters:
value - allowed object is String

getXmltransform

public java.lang.String getXmltransform()
Gets the value of the xmltransform property.

Returns:
possible object is String

setXmltransform

public void setXmltransform(java.lang.String value)
Sets the value of the xmltransform property.

Parameters:
value - allowed object is String