com.ibm.cics.atomservice
Class LinkType

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

public class LinkType
extends java.lang.Object

Java class for link_type complex type.

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

 <complexType name="link_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="rel" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="self"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
LinkType()
           
 
Method Summary
 java.lang.String getHref()
          Gets the value of the href property.
 java.lang.String getRel()
          Gets the value of the rel property.
 void setHref(java.lang.String value)
          Sets the value of the href property.
 void setRel(java.lang.String value)
          Sets the value of the rel property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkType

public LinkType()
Method Detail

getRel

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

Returns:
possible object is String

setRel

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

Parameters:
value - allowed object is String

getHref

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

Returns:
possible object is String

setHref

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

Parameters:
value - allowed object is String