|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.geant.edugain.attributes.jaxb.attributemangling.ConditionType
public class ConditionType
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 |
|---|
protected AttributeMatchType attributeMatch
protected MatchType remoteProviderMatch
protected MatchType localProviderMatch
| Constructor Detail |
|---|
public ConditionType()
| Method Detail |
|---|
public AttributeMatchType getAttributeMatch()
AttributeMatchTypepublic void setAttributeMatch(AttributeMatchType value)
value - allowed object is
AttributeMatchTypepublic MatchType getRemoteProviderMatch()
MatchTypepublic void setRemoteProviderMatch(MatchType value)
value - allowed object is
MatchTypepublic MatchType getLocalProviderMatch()
MatchTypepublic void setLocalProviderMatch(MatchType value)
value - allowed object is
MatchType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||