|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.atomservice.BindType
public class BindType
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 |
---|
public BindType()
Method Detail |
---|
public java.lang.String getRoot()
String
public void setRoot(java.lang.String value)
value
- allowed object is
String
public java.lang.String getXmltransform()
String
public void setXmltransform(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |