org.openrdf.concepts.awol
Interface GeneratorOrPerson

All Known Subinterfaces:
Generator, Person

public interface GeneratorOrPerson


Method Summary
 Set<Object> getAwolNames()
          see §3.2.1 of rfc 4287.
 Set<URI> getAwolUris()
          see §3.2.2 of rfc 4287.
 void setAwolNames(Set<Object> value)
          see §3.2.1 of rfc 4287.
 void setAwolUris(Set<URI> value)
          see §3.2.2 of rfc 4287.
 

Method Detail

getAwolNames

Set<Object> getAwolNames()
see §3.2.1 of rfc 4287. A human readable name for the Person.


setAwolNames

void setAwolNames(Set<Object> value)
see §3.2.1 of rfc 4287. A human readable name for the Person.


getAwolUris

Set<URI> getAwolUris()
see §3.2.2 of rfc 4287. A uri associated the Person


setAwolUris

void setAwolUris(Set<URI> value)
see §3.2.2 of rfc 4287. A uri associated the Person



Copyright © 2004-2007. All Rights Reserved.