Package org.oasisOpen.docs.wsrf.sg2
Interface ServiceGroupRemovalNotificationType
-
- All Superinterfaces:
ServiceGroupModificationNotificationType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ServiceGroupRemovalNotificationTypeImpl
public interface ServiceGroupRemovalNotificationType extends ServiceGroupModificationNotificationType
An XML ServiceGroupRemovalNotificationType(@http://docs.oasis-open.org/wsrf/sg-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classServiceGroupRemovalNotificationType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetReason()Gets the "Reason" elementbooleanisSetReason()True if has "Reason" elementvoidsetReason(String reason)Sets the "Reason" elementvoidunsetReason()Unsets the "Reason" elementorg.apache.xmlbeans.XmlStringxgetReason()Gets (as xml) the "Reason" elementvoidxsetReason(org.apache.xmlbeans.XmlString reason)Sets (as xml) the "Reason" element-
Methods inherited from interface org.oasisOpen.docs.wsrf.sg2.ServiceGroupModificationNotificationType
addNewContent, addNewMemberServiceEPR, addNewServiceGroupEntryEPR, getContent, getMemberServiceEPR, getServiceGroupEntryEPR, isNilServiceGroupEntryEPR, isSetContent, isSetMemberServiceEPR, setContent, setMemberServiceEPR, setNilServiceGroupEntryEPR, setServiceGroupEntryEPR, unsetContent, unsetMemberServiceEPR
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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
-
-
-
-
Method Detail
-
getReason
String getReason()
Gets the "Reason" element
-
xgetReason
org.apache.xmlbeans.XmlString xgetReason()
Gets (as xml) the "Reason" element
-
isSetReason
boolean isSetReason()
True if has "Reason" element
-
setReason
void setReason(String reason)
Sets the "Reason" element
-
xsetReason
void xsetReason(org.apache.xmlbeans.XmlString reason)
Sets (as xml) the "Reason" element
-
unsetReason
void unsetReason()
Unsets the "Reason" element
-
-