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

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

public class TargetDefinition
extends Object


Constructor Summary
TargetDefinition()
           
 
Method Summary
 Set<String> getAttributeIds()
           
 String getId()
           
 Set<String> getNames(org.openspml.v2.msg.spml.ReturnData returnData)
           
 SpmlTargetProvider getProvider()
           
 PSODefinition getPSODefinition(String id)
           
 List<PSODefinition> getPsoDefinitions()
           
 org.openspml.v2.msg.spml.Target getTarget()
           
 boolean isBundleModifications()
           
 void setBundleModifications(boolean bundleModifications)
           
 void setId(String id)
           
 void setProvider(SpmlTargetProvider provider)
           
 void setPsoDefinitions(List<PSODefinition> psoDefinitions)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TargetDefinition

public TargetDefinition()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getProvider

public SpmlTargetProvider getProvider()

setProvider

public void setProvider(SpmlTargetProvider provider)

getPSODefinition

public PSODefinition getPSODefinition(String id)
Parameters:
id -
Returns:
the PSO definition with the given id or null

getPsoDefinitions

public List<PSODefinition> getPsoDefinitions()

setPsoDefinitions

public void setPsoDefinitions(List<PSODefinition> psoDefinitions)

getAttributeIds

public Set<String> getAttributeIds()

getNames

public Set<String> getNames(org.openspml.v2.msg.spml.ReturnData returnData)

getTarget

public org.openspml.v2.msg.spml.Target getTarget()
                                          throws org.openspml.v2.util.Spml2Exception
Throws:
org.openspml.v2.util.Spml2Exception

isBundleModifications

public boolean isBundleModifications()

setBundleModifications

public void setBundleModifications(boolean bundleModifications)

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012 Internet2. All Rights Reserved.