|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.atomservice.ResourceType
public class ResourceType
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 |
---|
public ResourceType()
Method Detail |
---|
public BindType getBind()
BindType
public void setBind(BindType value)
value
- allowed object is
BindType
public FieldnamesType getFieldnames()
FieldnamesType
public void setFieldnames(FieldnamesType value)
value
- allowed object is
FieldnamesType
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public CicsType getType()
CicsType
public void setType(CicsType value)
value
- allowed object is
CicsType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |