Uses of Interface
org.oasisOpen.docs.wsrf.sg2.MembershipContentRuleDocument.MembershipContentRule
-
Packages that use MembershipContentRuleDocument.MembershipContentRule Package Description org.oasisOpen.docs.wsrf.sg2 org.oasisOpen.docs.wsrf.sg2.impl -
-
Uses of MembershipContentRuleDocument.MembershipContentRule in org.oasisOpen.docs.wsrf.sg2
Methods in org.oasisOpen.docs.wsrf.sg2 that return MembershipContentRuleDocument.MembershipContentRule Modifier and Type Method Description MembershipContentRuleDocument.MembershipContentRuleMembershipContentRuleDocument. addNewMembershipContentRule()Appends and returns a new empty "MembershipContentRule" elementMembershipContentRuleDocument.MembershipContentRuleServiceGroupRPDocument.ServiceGroupRP. addNewMembershipContentRule()Appends and returns a new empty value (as xml) as the last "MembershipContentRule" elementMembershipContentRuleDocument.MembershipContentRuleMembershipContentRuleDocument. getMembershipContentRule()Gets the "MembershipContentRule" elementMembershipContentRuleDocument.MembershipContentRule[]ServiceGroupRPDocument.ServiceGroupRP. getMembershipContentRuleArray()Gets array of all "MembershipContentRule" elementsMembershipContentRuleDocument.MembershipContentRuleServiceGroupRPDocument.ServiceGroupRP. getMembershipContentRuleArray(int i)Gets ith "MembershipContentRule" elementMembershipContentRuleDocument.MembershipContentRuleServiceGroupRPDocument.ServiceGroupRP. insertNewMembershipContentRule(int i)Inserts and returns a new empty value (as xml) as the ith "MembershipContentRule" elementstatic MembershipContentRuleDocument.MembershipContentRuleMembershipContentRuleDocument.MembershipContentRule.Factory. newInstance()static MembershipContentRuleDocument.MembershipContentRuleMembershipContentRuleDocument.MembershipContentRule.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in org.oasisOpen.docs.wsrf.sg2 with parameters of type MembershipContentRuleDocument.MembershipContentRule Modifier and Type Method Description voidMembershipContentRuleDocument. setMembershipContentRule(MembershipContentRuleDocument.MembershipContentRule membershipContentRule)Sets the "MembershipContentRule" elementvoidServiceGroupRPDocument.ServiceGroupRP. setMembershipContentRuleArray(int i, MembershipContentRuleDocument.MembershipContentRule membershipContentRule)Sets ith "MembershipContentRule" elementvoidServiceGroupRPDocument.ServiceGroupRP. setMembershipContentRuleArray(MembershipContentRuleDocument.MembershipContentRule[] membershipContentRuleArray)Sets array of all "MembershipContentRule" element -
Uses of MembershipContentRuleDocument.MembershipContentRule in org.oasisOpen.docs.wsrf.sg2.impl
Classes in org.oasisOpen.docs.wsrf.sg2.impl that implement MembershipContentRuleDocument.MembershipContentRule Modifier and Type Class Description static classMembershipContentRuleDocumentImpl.MembershipContentRuleImplAn XML MembershipContentRule(@http://docs.oasis-open.org/wsrf/sg-2).Methods in org.oasisOpen.docs.wsrf.sg2.impl that return MembershipContentRuleDocument.MembershipContentRule Modifier and Type Method Description MembershipContentRuleDocument.MembershipContentRuleMembershipContentRuleDocumentImpl. addNewMembershipContentRule()Appends and returns a new empty "MembershipContentRule" elementMembershipContentRuleDocument.MembershipContentRuleServiceGroupRPDocumentImpl.ServiceGroupRPImpl. addNewMembershipContentRule()Appends and returns a new empty value (as xml) as the last "MembershipContentRule" elementMembershipContentRuleDocument.MembershipContentRuleMembershipContentRuleDocumentImpl. getMembershipContentRule()Gets the "MembershipContentRule" elementMembershipContentRuleDocument.MembershipContentRule[]ServiceGroupRPDocumentImpl.ServiceGroupRPImpl. getMembershipContentRuleArray()Gets array of all "MembershipContentRule" elementsMembershipContentRuleDocument.MembershipContentRuleServiceGroupRPDocumentImpl.ServiceGroupRPImpl. getMembershipContentRuleArray(int i)Gets ith "MembershipContentRule" elementMembershipContentRuleDocument.MembershipContentRuleServiceGroupRPDocumentImpl.ServiceGroupRPImpl. insertNewMembershipContentRule(int i)Inserts and returns a new empty value (as xml) as the ith "MembershipContentRule" elementMethods in org.oasisOpen.docs.wsrf.sg2.impl with parameters of type MembershipContentRuleDocument.MembershipContentRule Modifier and Type Method Description voidMembershipContentRuleDocumentImpl. setMembershipContentRule(MembershipContentRuleDocument.MembershipContentRule membershipContentRule)Sets the "MembershipContentRule" elementvoidServiceGroupRPDocumentImpl.ServiceGroupRPImpl. setMembershipContentRuleArray(int i, MembershipContentRuleDocument.MembershipContentRule membershipContentRule)Sets ith "MembershipContentRule" elementvoidServiceGroupRPDocumentImpl.ServiceGroupRPImpl. setMembershipContentRuleArray(MembershipContentRuleDocument.MembershipContentRule[] membershipContentRuleArray)Sets array of all "MembershipContentRule" element
-