public interface ServiceGroupModificationNotificationType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceGroupModificationNotificationType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
addNewContent()
Appends and returns a new empty "Content" element
|
EndpointReferenceType |
addNewMemberServiceEPR()
Appends and returns a new empty "MemberServiceEPR" element
|
EndpointReferenceType |
addNewServiceGroupEntryEPR()
Appends and returns a new empty "ServiceGroupEntryEPR" element
|
ContentType |
getContent()
Gets the "Content" element
|
EndpointReferenceType |
getMemberServiceEPR()
Gets the "MemberServiceEPR" element
|
EndpointReferenceType |
getServiceGroupEntryEPR()
Gets the "ServiceGroupEntryEPR" element
|
boolean |
isNilServiceGroupEntryEPR()
Tests for nil "ServiceGroupEntryEPR" element
|
boolean |
isSetContent()
True if has "Content" element
|
boolean |
isSetMemberServiceEPR()
True if has "MemberServiceEPR" element
|
void |
setContent(ContentType content)
Sets the "Content" element
|
void |
setMemberServiceEPR(EndpointReferenceType memberServiceEPR)
Sets the "MemberServiceEPR" element
|
void |
setNilServiceGroupEntryEPR()
Nils the "ServiceGroupEntryEPR" element
|
void |
setServiceGroupEntryEPR(EndpointReferenceType serviceGroupEntryEPR)
Sets the "ServiceGroupEntryEPR" element
|
void |
unsetContent()
Unsets the "Content" element
|
void |
unsetMemberServiceEPR()
Unsets the "MemberServiceEPR" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextEndpointReferenceType getServiceGroupEntryEPR()
boolean isNilServiceGroupEntryEPR()
void setServiceGroupEntryEPR(EndpointReferenceType serviceGroupEntryEPR)
EndpointReferenceType addNewServiceGroupEntryEPR()
void setNilServiceGroupEntryEPR()
EndpointReferenceType getMemberServiceEPR()
boolean isSetMemberServiceEPR()
void setMemberServiceEPR(EndpointReferenceType memberServiceEPR)
EndpointReferenceType addNewMemberServiceEPR()
void unsetMemberServiceEPR()
ContentType getContent()
boolean isSetContent()
void setContent(ContentType content)
ContentType addNewContent()
void unsetContent()
Copyright © 2018 52north.org. All rights reserved.