com.ibm.cics.atomservice
Class ResourceType

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

public class ResourceType
extends java.lang.Object

Java class for resource_type complex type.

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

 <complexType name="resource_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="bind" type="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}bind_type" minOccurs="0"/>
         <element name="fieldnames" type="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}fieldnames_type" minOccurs="0"/>
       </all>
       <attribute name="name" use="required" type="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}cics_resource" />
       <attribute name="type" use="required" type="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}cics_type" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ResourceType()
           
 
Method Summary
 BindType getBind()
          Gets the value of the bind property.
 FieldnamesType getFieldnames()
          Gets the value of the fieldnames property.
 java.lang.String getName()
          Gets the value of the name property.
 CicsType getType()
          Gets the value of the type property.
 void setBind(BindType value)
          Sets the value of the bind property.
 void setFieldnames(FieldnamesType value)
          Sets the value of the fieldnames property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setType(CicsType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceType

public ResourceType()
Method Detail

getBind

public BindType getBind()
Gets the value of the bind property.

Returns:
possible object is BindType

setBind

public void setBind(BindType value)
Sets the value of the bind property.

Parameters:
value - allowed object is BindType

getFieldnames

public FieldnamesType getFieldnames()
Gets the value of the fieldnames property.

Returns:
possible object is FieldnamesType

setFieldnames

public void setFieldnames(FieldnamesType value)
Sets the value of the fieldnames property.

Parameters:
value - allowed object is FieldnamesType

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public CicsType getType()
Gets the value of the type property.

Returns:
possible object is CicsType

setType

public void setType(CicsType value)
Sets the value of the type property.

Parameters:
value - allowed object is CicsType