cgl.narada.wsinfra.schemas.eventing
Interface SubscriptionEndDocument.SubscriptionEnd

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
SubscriptionEndDocumentImpl.SubscriptionEndImpl
Enclosing interface:
SubscriptionEndDocument

public static interface SubscriptionEndDocument.SubscriptionEnd
extends XmlObject

An XML SubscriptionEnd(@http://schemas.xmlsoap.org/ws/2004/08/eventing). This is a complex type.


Nested Class Summary
static class SubscriptionEndDocument.SubscriptionEnd.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 LanguageSpecificStringType addNewReason()
          Appends and returns a new empty value (as xml) as the last "Reason" element
 EndpointReferenceType addNewSubscriptionManager()
          Appends and returns a new empty "SubscriptionManager" element
 LanguageSpecificStringType[] getReasonArray()
          Gets array of all "Reason" elements
 LanguageSpecificStringType getReasonArray(int i)
          Gets ith "Reason" element
 String getStatus()
          Gets the "Status" element
 EndpointReferenceType getSubscriptionManager()
          Gets the "SubscriptionManager" element
 LanguageSpecificStringType insertNewReason(int i)
          Inserts and returns a new empty value (as xml) as the ith "Reason" element
 void removeReason(int i)
          Removes the ith "Reason" element
 void setReasonArray(int i, LanguageSpecificStringType reason)
          Sets ith "Reason" element
 void setReasonArray(LanguageSpecificStringType[] reasonArray)
          Sets array of all "Reason" element
 void setStatus(String status)
          Sets the "Status" element
 void setSubscriptionManager(EndpointReferenceType subscriptionManager)
          Sets the "SubscriptionManager" element
 int sizeOfReasonArray()
          Returns number of "Reason" element
 OpenSubscriptionEndCodeType xgetStatus()
          Gets (as xml) the "Status" element
 void xsetStatus(OpenSubscriptionEndCodeType status)
          Sets (as xml) the "Status" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final SchemaType type
Method Detail

getSubscriptionManager

public EndpointReferenceType getSubscriptionManager()
Gets the "SubscriptionManager" element


setSubscriptionManager

public void setSubscriptionManager(EndpointReferenceType subscriptionManager)
Sets the "SubscriptionManager" element


addNewSubscriptionManager

public EndpointReferenceType addNewSubscriptionManager()
Appends and returns a new empty "SubscriptionManager" element


getStatus

public String getStatus()
Gets the "Status" element


xgetStatus

public OpenSubscriptionEndCodeType xgetStatus()
Gets (as xml) the "Status" element


setStatus

public void setStatus(String status)
Sets the "Status" element


xsetStatus

public void xsetStatus(OpenSubscriptionEndCodeType status)
Sets (as xml) the "Status" element


getReasonArray

public LanguageSpecificStringType[] getReasonArray()
Gets array of all "Reason" elements


getReasonArray

public LanguageSpecificStringType getReasonArray(int i)
Gets ith "Reason" element


sizeOfReasonArray

public int sizeOfReasonArray()
Returns number of "Reason" element


setReasonArray

public void setReasonArray(LanguageSpecificStringType[] reasonArray)
Sets array of all "Reason" element


setReasonArray

public void setReasonArray(int i,
                           LanguageSpecificStringType reason)
Sets ith "Reason" element


insertNewReason

public LanguageSpecificStringType insertNewReason(int i)
Inserts and returns a new empty value (as xml) as the ith "Reason" element


addNewReason

public LanguageSpecificStringType addNewReason()
Appends and returns a new empty value (as xml) as the last "Reason" element


removeReason

public void removeReason(int i)
Removes the ith "Reason" element