Class PolyStringLangType
- java.lang.Object
-
- com.evolveum.prism.xml.ns._public.types_3.PolyStringLangType
-
- All Implemented Interfaces:
Serializable
public class PolyStringLangType extends Object implements Serializable
This is NOT a generated class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PolyStringLangType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolyStringLangType
clone()
boolean
equals(Object obj)
boolean
equals(Object obj, boolean isLiteral)
List<Element>
getAny()
@NotNull Map<String,String>
getLang()
int
hashCode()
boolean
isEmpty()
void
setLang(@Nullable Map<String,String> lang)
-
-
-
Method Detail
-
equals
public boolean equals(Object obj, boolean isLiteral)
-
clone
public PolyStringLangType clone()
-
isEmpty
public boolean isEmpty()
-
-