net.geant.edugain.attributes.jaxb.attributemangling
Class ConditionType

java.lang.Object
  extended by net.geant.edugain.attributes.jaxb.attributemangling.ConditionType

public class ConditionType
extends java.lang.Object

Java class for ConditionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConditionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AttributeMatch" type="{urn:geant:edugain:attribute-mangling:1.0}AttributeMatchType" minOccurs="0"/>
         <element name="RemoteProviderMatch" type="{urn:geant:edugain:attribute-mangling:1.0}MatchType" minOccurs="0"/>
         <element name="LocalProviderMatch" type="{urn:geant:edugain:attribute-mangling:1.0}MatchType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AttributeMatchType attributeMatch
           
protected  MatchType localProviderMatch
           
protected  MatchType remoteProviderMatch
           
 
Constructor Summary
ConditionType()
           
 
Method Summary
 AttributeMatchType getAttributeMatch()
          Gets the value of the attributeMatch property.
 MatchType getLocalProviderMatch()
          Gets the value of the localProviderMatch property.
 MatchType getRemoteProviderMatch()
          Gets the value of the remoteProviderMatch property.
 void setAttributeMatch(AttributeMatchType value)
          Sets the value of the attributeMatch property.
 void setLocalProviderMatch(MatchType value)
          Sets the value of the localProviderMatch property.
 void setRemoteProviderMatch(MatchType value)
          Sets the value of the remoteProviderMatch property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeMatch

protected AttributeMatchType attributeMatch

remoteProviderMatch

protected MatchType remoteProviderMatch

localProviderMatch

protected MatchType localProviderMatch
Constructor Detail

ConditionType

public ConditionType()
Method Detail

getAttributeMatch

public AttributeMatchType getAttributeMatch()
Gets the value of the attributeMatch property.

Returns:
possible object is AttributeMatchType

setAttributeMatch

public void setAttributeMatch(AttributeMatchType value)
Sets the value of the attributeMatch property.

Parameters:
value - allowed object is AttributeMatchType

getRemoteProviderMatch

public MatchType getRemoteProviderMatch()
Gets the value of the remoteProviderMatch property.

Returns:
possible object is MatchType

setRemoteProviderMatch

public void setRemoteProviderMatch(MatchType value)
Sets the value of the remoteProviderMatch property.

Parameters:
value - allowed object is MatchType

getLocalProviderMatch

public MatchType getLocalProviderMatch()
Gets the value of the localProviderMatch property.

Returns:
possible object is MatchType

setLocalProviderMatch

public void setLocalProviderMatch(MatchType value)
Sets the value of the localProviderMatch property.

Parameters:
value - allowed object is MatchType