com.evolveum.midpoint.schema.xjc
Class XmlUtil

java.lang.Object
  extended by com.evolveum.midpoint.schema.xjc.XmlUtil

public class XmlUtil
extends java.lang.Object

Author:
lazyman

Constructor Summary
XmlUtil()
           
 
Method Summary
static
<T> T
getPropertyValue(PropertyContainer container, javax.xml.namespace.QName name)
           
static
<T> java.util.List<T>
getPropertyValues(PropertyContainer container, javax.xml.namespace.QName name, java.lang.Class<T> clazz)
           
static
<T> void
setPropertyValue(PropertyContainer container, javax.xml.namespace.QName name, T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtil

public XmlUtil()
Method Detail

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.