org.jomc.model.test
Class ModelObjectTest.TestModelObject
java.lang.Object
org.jomc.model.ModelObject
org.jomc.model.test.ModelObjectTest.TestModelObject
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- ModelObjectTest
public static class ModelObjectTest.TestModelObject
- extends ModelObject
Test ModelObject
.
Methods inherited from class org.jomc.model.ModelObject |
clone, getAnyElements, getAnyElements, getAnyObjects, getAuthors, getCreateDate, getDocumentation, getModelVersion, isDeprecated, setAuthors, setCreateDate, setDeprecated, setDocumentation, setModelVersion |
ModelObjectTest.TestModelObject
public ModelObjectTest.TestModelObject()
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
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.