com.ibm.cics.atomservice
Class Atomservice
java.lang.Object
com.ibm.cics.atomservice.Atomservice
- Direct Known Subclasses:
- AtomserviceImpl
public class Atomservice
- extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<group ref="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}atom_feed_or_collection"/>
<group ref="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}atom_service"/>
<group ref="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}atom_category"/>
</choice>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="feed"/>
<enumeration value="service"/>
<enumeration value="collection"/>
<enumeration value="category"/>
</restriction>
</simpleType>
</attribute>
<attribute name="version" type="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}version_type" />
<attribute name="build" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Atomservice
public Atomservice()