edu.internet2.middleware.ldappc.spml.definitions
Class PSOReferencesDefinition

java.lang.Object
  extended by edu.internet2.middleware.ldappc.spml.definitions.PSOReferencesDefinition

public class PSOReferencesDefinition
extends Object


Field Summary
static URI REFERENCE_URI
           
static String REFERENCE_URI_STRING
           
 
Constructor Summary
PSOReferencesDefinition()
           
 
Method Summary
 List<org.openspml.v2.msg.spmlref.Reference> getEmptyReferences()
           
 String getEmptyValue()
           
 String getName()
           
 List<PSOReferenceDefinition> getPsoReferenceDefinitions()
           
 PSOReferenceDefinition getReferenceDefinition(String ref)
           
 List<org.openspml.v2.msg.spmlref.Reference> getReferences(PSPContext context)
           
 void setEmptyValue(String emptyValue)
           
 void setName(String name)
           
 void setPsoReferenceDefinitions(List<PSOReferenceDefinition> psoReferenceDefinitions)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REFERENCE_URI_STRING

public static final String REFERENCE_URI_STRING
See Also:
Constant Field Values

REFERENCE_URI

public static final URI REFERENCE_URI
Constructor Detail

PSOReferencesDefinition

public PSOReferencesDefinition()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getEmptyValue

public String getEmptyValue()

setEmptyValue

public void setEmptyValue(String emptyValue)

getReferenceDefinition

public PSOReferenceDefinition getReferenceDefinition(String ref)

getPsoReferenceDefinitions

public List<PSOReferenceDefinition> getPsoReferenceDefinitions()

setPsoReferenceDefinitions

public void setPsoReferenceDefinitions(List<PSOReferenceDefinition> psoReferenceDefinitions)

getReferences

public List<org.openspml.v2.msg.spmlref.Reference> getReferences(PSPContext context)
                                                          throws LdappcException
Throws:
LdappcException

getEmptyReferences

public List<org.openspml.v2.msg.spmlref.Reference> getEmptyReferences()

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012 Internet2. All Rights Reserved.