com.ibm.ram.internal.jaxb
Class CommunityScoping

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.CommunityScoping

public class CommunityScoping
extends java.lang.Object

Since:
7.5.1

Field Summary
protected  java.util.List<ResourceRef> communities
           
protected  RestrictionType restricted
           
 
Constructor Summary
CommunityScoping()
           
 
Method Summary
 java.util.List<ResourceRef> getCommunities()
           
 RestrictionType getRestricted()
           
 void setCommunities(java.util.List<ResourceRef> communities)
           
 void setRestricted(RestrictionType restricted)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

restricted

protected RestrictionType restricted

communities

protected java.util.List<ResourceRef> communities
Constructor Detail

CommunityScoping

public CommunityScoping()
Method Detail

getRestricted

public RestrictionType getRestricted()
Returns:
Returns the restricted.
Since:
7.5.1

setRestricted

public void setRestricted(RestrictionType restricted)
Parameters:
restricted - The restricted to set.
Since:
7.5.1

getCommunities

public java.util.List<ResourceRef> getCommunities()
Returns:
Returns the communities.
Since:
7.5.1

setCommunities

public void setCommunities(java.util.List<ResourceRef> communities)
Parameters:
communities - The communities to set.
Since:
7.5.1