com.ibm.cics.atomservice
Class CategoryType

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

public class CategoryType
extends java.lang.Object

Java class for category_type complex type.

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

 <complexType name="category_type">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="term" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Constructor Summary
CategoryType()
           
 
Method Summary
 java.lang.String getTerm()
          Gets the value of the term property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setTerm(java.lang.String value)
          Sets the value of the term property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryType

public CategoryType()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getTerm

public java.lang.String getTerm()
Gets the value of the term property.

Returns:
possible object is String

setTerm

public void setTerm(java.lang.String value)
Sets the value of the term property.

Parameters:
value - allowed object is String