com.ibm.cics.atomservice
Class CicsFeedType

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

public class CicsFeedType
extends java.lang.Object

Java class for cics_feed_type complex type.

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

 <complexType name="cics_feed_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="selector" type="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}selector_type" minOccurs="0"/>
         <element name="authority" type="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}authority_type" minOccurs="0"/>
         <element name="resource" type="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}resource_type"/>
       </all>
       <attribute name="window" type="{http://www.w3.org/2001/XMLSchema}int" default="8" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
CicsFeedType()
           
 
Method Summary
 AuthorityType getAuthority()
          Gets the value of the authority property.
 ResourceType getResource()
          Gets the value of the resource property.
 SelectorType getSelector()
          Gets the value of the selector property.
 int getWindow()
          Gets the value of the window property.
 void setAuthority(AuthorityType value)
          Sets the value of the authority property.
 void setResource(ResourceType value)
          Sets the value of the resource property.
 void setSelector(SelectorType value)
          Sets the value of the selector property.
 void setWindow(java.lang.Integer value)
          Sets the value of the window property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CicsFeedType

public CicsFeedType()
Method Detail

getSelector

public SelectorType getSelector()
Gets the value of the selector property.

Returns:
possible object is SelectorType

setSelector

public void setSelector(SelectorType value)
Sets the value of the selector property.

Parameters:
value - allowed object is SelectorType

getAuthority

public AuthorityType getAuthority()
Gets the value of the authority property.

Returns:
possible object is AuthorityType

setAuthority

public void setAuthority(AuthorityType value)
Sets the value of the authority property.

Parameters:
value - allowed object is AuthorityType

getResource

public ResourceType getResource()
Gets the value of the resource property.

Returns:
possible object is ResourceType

setResource

public void setResource(ResourceType value)
Sets the value of the resource property.

Parameters:
value - allowed object is ResourceType

getWindow

public int getWindow()
Gets the value of the window property.

Returns:
possible object is Integer

setWindow

public void setWindow(java.lang.Integer value)
Sets the value of the window property.

Parameters:
value - allowed object is Integer