com.ibm.ram.internal.jaxb
Class CommunityScoping
java.lang.Object
com.ibm.ram.internal.jaxb.CommunityScoping
public class CommunityScoping
- extends java.lang.Object
- Since:
- 7.5.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
restricted
protected RestrictionType restricted
communities
protected java.util.List<ResourceRef> communities
CommunityScoping
public CommunityScoping()
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