com.evolveum.midpoint.schema.xjc
Class XmlUtil
java.lang.Object
com.evolveum.midpoint.schema.xjc.XmlUtil
public class XmlUtil
- extends java.lang.Object
- Author:
- lazyman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlUtil
public XmlUtil()
getPropertyValues
public static <T> java.util.List<T> getPropertyValues(PropertyContainer container,
javax.xml.namespace.QName name,
java.lang.Class<T> clazz)
getPropertyValue
public static <T> T getPropertyValue(PropertyContainer container,
javax.xml.namespace.QName name)
setPropertyValue
public static <T> void setPropertyValue(PropertyContainer container,
javax.xml.namespace.QName name,
T value)
Copyright © 2012 evolveum. All Rights Reserved.