org.inb.biomoby.shared.message
Class AnyMobyObject
java.lang.Object
org.inb.biomoby.shared.message.AbstractMobyElement
org.inb.biomoby.shared.message.AbstractMobyObject
org.inb.biomoby.shared.message.MobyObject
org.inb.biomoby.shared.message.AnyMobyObject
- All Implemented Interfaces:
- Serializable
public class AnyMobyObject
- extends MobyObject
- implements Serializable
This class is a substitution to ontology classes.
In case JAXBContext could not find an appropriate ontology class in a classpath,
a class is substituted by this one.
- Author:
- Dmitry Repchevsky
- See Also:
- Serialized Form
type
public final String type
AnyMobyObject
public AnyMobyObject(String type)
AnyMobyObject
public AnyMobyObject(String type,
String id,
String namespace)
getType
public String getType()
getAttribute
public AbstractMobyObject getAttribute(String articleName)
- Method makes public an access to internal properties
- Parameters:
articleName
- - an articleName for a property
- Returns:
- anything (MobyObject, AnyMobyObject, primitives, ontology generated classes)
getAttributes
public List<AbstractMobyObject> getAttributes(String articleName)
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010