Class XmlAsStringType
java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.XmlAsStringType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class XmlAsStringType
extends Object
implements PlainStructured, Serializable, Cloneable, JaxbVisitable
A class used to hold string represented either as plain string or as XML markup. (Useful e.g. for jasper templates.)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()Creates and returns a deep copy of this object.booleanbooleanequals(Object object, StructuredEqualsStrategy strategy) inthashCode()inthashCode(StructuredHashCodeStrategy strategy)
-
Field Details
-
-
Constructor Details
-
XmlAsStringType
public XmlAsStringType()Creates a newXmlAsStringTypeinstance. -
XmlAsStringType
-
-
Method Details
-
getContent
-
getContentAsString
-
hashCode
- Specified by:
hashCodein interfacePlainStructured
-
hashCode
public int hashCode() -
equals
- Specified by:
equalsin interfacePlainStructured
-
equals
-
clone
Creates and returns a deep copy of this object.- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classObject- Returns:
- A deep copy of this object.
-
accept
- Specified by:
acceptin interfaceJaxbVisitable
-