com.evolveum.midpoint.xml.ns._public.common.common_1
Class UriFilterType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.FilterType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.UriFilterType
All Implemented Interfaces:
java.io.Serializable

public class UriFilterType
extends FilterType
implements java.io.Serializable

Java class for UriFilterType complex type.

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

 <complexType name="UriFilterType">
   <complexContent>
     <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}FilterType">
       <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String uri
           
 
Constructor Summary
UriFilterType()
           
 
Method Summary
 java.lang.String getUri()
          Gets the value of the uri property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

protected java.lang.String uri
Constructor Detail

UriFilterType

public UriFilterType()
Method Detail

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String


Copyright © 2011 evolveum. All Rights Reserved.