class: Selector

public class: Selector
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:13:31; Modified: 16.07.2009 15:13:31;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {8D83098E-7E4B-4ec1-92F8-4D74EEC12B90}
<create>discarded</create>
<update>discarded</update> Schema fragment(s) for this class:
<pre> <xs:element xmlns:ns="http://www.escidoc.de/schemas/commontypes/0.4" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="selector"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute type="xs:string" name="name"/> <xs:attribute type="xs:string" name="type"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="internal"/> <xs:enumeration value="external"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attributeGroup ref="ns:eSciDocResourceIdentityAttributes"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.escidoc.de/schemas/commontypes/0.4" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="eSciDocResourceIdentityAttributes"> <xs:attribute type="xs:string" name="objid"/> </xs:attributeGroup>
</pre>
 

Goto: Custom Properties, Fields, Methods

Extends: IntelligentVO

See also: Type, IntelligentVO

Appears in: usergroup

Connections
 
Custom Properties
 
Selector Attributes
Attribute Details
private String
  name
private String
  objid
private String
  string
private Type
  type
 
Selector Methods
Operation Details
public
getName():String
Sequential
Notes: Get the 'name' attribute value.
<create>discarded</create>
<update>discarded</update>
@return value
public
getObjid():String
Sequential
Notes: Get the 'objid' attribute value. <create>discarded</create><update>discarded</update>
@return value
public
getString():String
Sequential
Notes: Get the extension value.
@return value
public
getType():Type
Sequential
Notes: Get the 'type' attribute value.
<create>discarded</create>
<update>discarded</update>
@return value
public
setName(
   String name):void
Sequential
Notes: Set the 'name' attribute value.
<create>discarded</create>
<update>discarded</update>
public
setObjid(
   String objid):void
Sequential
Notes: Set the 'objid' attribute value. <create>discarded</create><update>discarded</update>
public
setString(
   String string):void
Sequential
Notes: Set the extension value.
public
setType(
   Type type):void
Sequential
Notes: Set the 'type' attribute value.
<create>discarded</create>
<update>discarded</update>