|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.atomservice.CicsFeedType
public class CicsFeedType
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 |
---|
public CicsFeedType()
Method Detail |
---|
public SelectorType getSelector()
SelectorType
public void setSelector(SelectorType value)
value
- allowed object is
SelectorType
public AuthorityType getAuthority()
AuthorityType
public void setAuthority(AuthorityType value)
value
- allowed object is
AuthorityType
public ResourceType getResource()
ResourceType
public void setResource(ResourceType value)
value
- allowed object is
ResourceType
public int getWindow()
Integer
public void setWindow(java.lang.Integer value)
value
- allowed object is
Integer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |