com.ibm.cics.atomservice
Class CicsUrimapType

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

public class CicsUrimapType
extends java.lang.Object

Java class for cics_urimap_type complex type.

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

 <complexType name="cics_urimap_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="userid">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <maxLength value="8"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="transaction">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <maxLength value="4"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
CicsUrimapType()
           
 
Method Summary
 java.lang.String getTransaction()
          Gets the value of the transaction property.
 java.lang.String getUri()
          Gets the value of the uri property.
 java.lang.String getUserid()
          Gets the value of the userid property.
 void setTransaction(java.lang.String value)
          Sets the value of the transaction property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.
 void setUserid(java.lang.String value)
          Sets the value of the userid property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CicsUrimapType

public CicsUrimapType()
Method Detail

getUri

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

Returns:
possible object is String

setUri

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

Parameters:
value - allowed object is String

getUserid

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

Returns:
possible object is String

setUserid

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

Parameters:
value - allowed object is String

getTransaction

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

Returns:
possible object is String

setTransaction

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

Parameters:
value - allowed object is String