Class RegionAttributesType.MembershipAttributes.RequiredRole

java.lang.Object
org.apache.geode.cache.configuration.RegionAttributesType.MembershipAttributes.RequiredRole
Enclosing class:
RegionAttributesType.MembershipAttributes

public static class RegionAttributesType.MembershipAttributes.RequiredRole extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
  • Constructor Details

    • RequiredRole

      public RequiredRole()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property. possible object is String
      Returns:
      the value of the name property
    • setName

      public void setName(String value)
      Sets the value of the name property. allowed object is String
      Parameters:
      value - the value of the name property