Package org.oasisOpen.docs.wsrf.sg2
Interface MembershipContentRuleDocument.MembershipContentRule
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MembershipContentRuleDocumentImpl.MembershipContentRuleImpl
- Enclosing interface:
- MembershipContentRuleDocument
public static interface MembershipContentRuleDocument.MembershipContentRule extends org.apache.xmlbeans.XmlObjectAn XML MembershipContentRule(@http://docs.oasis-open.org/wsrf/sg-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMembershipContentRuleDocument.MembershipContentRule.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 ListgetContentElements()Gets the "ContentElements" attributeListgetMemberInterfaces()Gets the "MemberInterfaces" attributebooleanisSetMemberInterfaces()True if has "MemberInterfaces" attributevoidsetContentElements(List contentElements)Sets the "ContentElements" attributevoidsetMemberInterfaces(List memberInterfaces)Sets the "MemberInterfaces" attributevoidunsetMemberInterfaces()Unsets the "MemberInterfaces" attributeContentElementsTypexgetContentElements()Gets (as xml) the "ContentElements" attributeMemberInterfacesTypexgetMemberInterfaces()Gets (as xml) the "MemberInterfaces" attributevoidxsetContentElements(ContentElementsType contentElements)Sets (as xml) the "ContentElements" attributevoidxsetMemberInterfaces(MemberInterfacesType memberInterfaces)Sets (as xml) the "MemberInterfaces" attribute-
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
-
getMemberInterfaces
List getMemberInterfaces()
Gets the "MemberInterfaces" attribute
-
xgetMemberInterfaces
MemberInterfacesType xgetMemberInterfaces()
Gets (as xml) the "MemberInterfaces" attribute
-
isSetMemberInterfaces
boolean isSetMemberInterfaces()
True if has "MemberInterfaces" attribute
-
setMemberInterfaces
void setMemberInterfaces(List memberInterfaces)
Sets the "MemberInterfaces" attribute
-
xsetMemberInterfaces
void xsetMemberInterfaces(MemberInterfacesType memberInterfaces)
Sets (as xml) the "MemberInterfaces" attribute
-
unsetMemberInterfaces
void unsetMemberInterfaces()
Unsets the "MemberInterfaces" attribute
-
getContentElements
List getContentElements()
Gets the "ContentElements" attribute
-
xgetContentElements
ContentElementsType xgetContentElements()
Gets (as xml) the "ContentElements" attribute
-
setContentElements
void setContentElements(List contentElements)
Sets the "ContentElements" attribute
-
xsetContentElements
void xsetContentElements(ContentElementsType contentElements)
Sets (as xml) the "ContentElements" attribute
-
-