com.ibm.cics.atomservice
Class SelectorType

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

public class SelectorType
extends java.lang.Object

Java class for selector_type complex type.

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

 <complexType name="selector_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="style" default="segment">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="segment"/>
             <enumeration value="query"/>
             <enumeration value=""/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="s" />
       <attribute name="format">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="decimal"/>
             <enumeration value="hexadecimal"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="ccsid" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
SelectorType()
           
 
Method Summary
 java.lang.String getCcsid()
          Gets the value of the ccsid property.
 java.lang.String getFormat()
          Gets the value of the format property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getStyle()
          Gets the value of the style property.
 void setCcsid(java.lang.String value)
          Sets the value of the ccsid property.
 void setFormat(java.lang.String value)
          Sets the value of the format property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setStyle(java.lang.String value)
          Sets the value of the style property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectorType

public SelectorType()
Method Detail

getStyle

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

Returns:
possible object is String

setStyle

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

Parameters:
value - allowed object is String

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

getFormat

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

Returns:
possible object is String

setFormat

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

Parameters:
value - allowed object is String

getCcsid

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

Returns:
possible object is String

setCcsid

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

Parameters:
value - allowed object is String