Class UriFilterType
java.lang.Object
com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
com.evolveum.prism.xml.ns._public.query_3.UriFilterType
- All Implemented Interfaces:
PlainStructured,Serializable,Cloneable
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://prism.evolveum.com/xml/ns/public/query-2}FilterType">
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsFields inherited from class com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
F_MATCHING, matching -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newUriFilterTypeinstance.Creates a newUriFilterTypeinstance by deeply copying a givenUriFilterTypeinstance. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a deep copy of this object.booleanequals(Object object, StructuredEqualsStrategy strategy) getUri()Gets the value of the uri property.inthashCode(StructuredHashCodeStrategy strategy) voidSets the value of the uri property.toString()Generates a String representation of the contents of this type.Methods inherited from class com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
equals, getMatching, hashCode, setMatching
-
Field Details
-
COMPLEX_TYPE
-
F_URI
-
uri
-
-
Constructor Details
-
UriFilterType
public UriFilterType()Creates a newUriFilterTypeinstance. -
UriFilterType
Creates a newUriFilterTypeinstance by deeply copying a givenUriFilterTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Details
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classFilterClauseType
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classFilterClauseType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classFilterClauseType
-
clone
Creates and returns a deep copy of this object.- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classFilterClauseType- Returns:
- A deep copy of this object.
-