org.jomc.modlet.test
Class ModletObjectTest.TestModletObject

Package class diagram package ModletObjectTest.TestModletObject
java.lang.Object
  extended by org.jomc.modlet.ModletObject
      extended by org.jomc.modlet.test.ModletObjectTest.TestModletObject
All Implemented Interfaces:
Cloneable
Enclosing class:
ModletObjectTest

public static class ModletObjectTest.TestModletObject
extends ModletObject


Field Summary
 
Fields inherited from class org.jomc.modlet.ModletObject
MODEL_PUBLIC_ID, PUBLIC_ID
 
Constructor Summary
ModletObjectTest.TestModletObject()
           
 
Method Summary
 javax.xml.bind.JAXBElement getAnyElement(List<Object> any, String namespaceURI, String localPart)
           
<T> javax.xml.bind.JAXBElement<T>
getAnyElement(List<Object> any, String namespaceURI, String localPart, Class<T> type)
           
<T> T
getAnyObject(List<Object> any, Class<T> clazz)
           
 
Methods inherited from class org.jomc.modlet.ModletObject
clone, getAnyElements, getAnyElements, getAnyObjects
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModletObjectTest.TestModletObject

public ModletObjectTest.TestModletObject()
Method Detail

getAnyElement

public javax.xml.bind.JAXBElement getAnyElement(List<Object> any,
                                                String namespaceURI,
                                                String localPart)
Overrides:
getAnyElement in class ModletObject

getAnyElement

public <T> javax.xml.bind.JAXBElement<T> getAnyElement(List<Object> any,
                                                       String namespaceURI,
                                                       String localPart,
                                                       Class<T> type)
Overrides:
getAnyElement in class ModletObject

getAnyObject

public <T> T getAnyObject(List<Object> any,
                          Class<T> clazz)
Overrides:
getAnyObject in class ModletObject


Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.