org.jomc.model.test
Class ModelObjectTest.TestModelObject

Package class diagram package ModelObjectTest.TestModelObject
java.lang.Object
  extended by org.jomc.model.ModelObject
      extended by org.jomc.model.test.ModelObjectTest.TestModelObject
All Implemented Interfaces:
Cloneable
Enclosing class:
ModelObjectTest

public static class ModelObjectTest.TestModelObject
extends ModelObject

Test ModelObject.


Field Summary
 
Fields inherited from class org.jomc.model.ModelObject
authors, createDate, deprecated, documentation, MODEL_PUBLIC_ID, modelVersion
 
Constructor Summary
ModelObjectTest.TestModelObject()
           
 
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.model.ModelObject
clone, getAnyElements, getAnyElements, getAnyObjects, getAuthors, getCreateDate, getDocumentation, getModelVersion, isDeprecated, setAuthors, setCreateDate, setDeprecated, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelObjectTest.TestModelObject

public ModelObjectTest.TestModelObject()
Method Detail

getAnyElement

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

getAnyElement

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

getAnyObject

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


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.