net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200
Interface CacheScopeType

All Known Implementing Classes:
CacheScopeTypeImpl

public interface CacheScopeType

Caching scope, allowed values are "private" indicating that the content should not be shared across users and "public" indicating that the content may be shared across users. The default value if not present is "private". Used in: portlet

Java class for cache-scopeType complex type.

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

 <complexType name="cache-scopeType">
   <simpleContent>
     <extension base="<http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd>string">
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 String getValue()
          This is a special string datatype that is defined by JavaEE as a base type for defining collapsed strings.
 void setValue(String value)
          Sets the value of the value property.
 

Method Detail

getValue

String getValue()
This is a special string datatype that is defined by JavaEE as a base type for defining collapsed strings. When schemas require trailing/leading space elimination as well as collapsing the existing whitespace, this base type may be used.

Returns:
possible object is String

setValue

void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.