|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Entry
Represents the entryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="display_name" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:resource-lists>display-nameType">
</extension>
</simpleContent>
</complexType>
</element>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute ref="{urn:ietf:params:xml:ns:copycontrol}copyControl"/>
<attribute ref="{urn:ietf:params:xml:ns:copycontrol}anonymize"/>
<attribute ref="{urn:ietf:params:xml:ns:copycontrol}count"/>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
CopyControl |
getCopyControl()Gets the value of the copyControl property. |
int |
getCount()Gets the value of the count property. |
String |
getName()Return the user name that represented by the Uri property. |
String |
getUri()Gets the value of the uri property. |
boolean |
isAnonymize()Gets the value of the anonymize property. |
void |
setAnonymize(Boolean value)Sets the value of the anonymize property. |
void |
setCopyControl(CopyControl value)Sets the value of the copyControl property. |
void |
setCount(int value)Sets the value of the count property. |
void |
setUri(String value)Sets the value of the uri property. |
| Methods inherited from interface com.oracle.sft.api.rls.ResourceListData |
|---|
getDisplayName, getOtherAttributes, setDisplayName |
| Method Detail |
|---|
String getUri()
Stringvoid setUri(String value)
value - allowed object is StringString getName()
CopyControl getCopyControl()
CopyControlvoid setCopyControl(CopyControl value)
value - allowed object is Stringboolean isAnonymize()
Booleanvoid setAnonymize(Boolean value)
value - allowed object is Booleanint getCount()
void setCount(int value)
value -
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.