com.epam.mdp.full.template.types.model
Class AbstractModelType
java.lang.Object
com.epam.mdp.full.template.types.model.AbstractModelType
- Direct Known Subclasses:
- AbstractType
public abstract class AbstractModelType
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
presence
protected java.lang.String presence
types
protected java.util.List<Type> types
operator
protected Operator operator
requiresPMapFlag
protected boolean requiresPMapFlag
AbstractModelType
public AbstractModelType()
getOperator
public Operator getOperator()
setOperator
public void setOperator(Operator operator)
requiresPMap
public boolean requiresPMap()
getTypes
public java.util.List<Type> getTypes()
- Gets the value of the typeRefOrLengthOrInt32 property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a setBitAtIndex
method for the typeRefOrLengthOrInt32 property.
For example, to add a new item, do as follows:
getTypeRefOrLengthOrInt32().add(newItem);
Objects of the following type(s) are allowed in the list
TemplateRef
Sequence
Group
Decimal
ByteVector
Element
TypeRef
setTypes
public void setTypes(java.util.List<Type> types)
getPresence
public java.lang.String getPresence()
setPresence
public void setPresence(java.lang.String presence)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getId
public java.lang.String getId()
getIdInteger
public int getIdInteger()
setId
public void setId(java.lang.String id)
isOptional
public boolean isOptional()
setOptional
public void setOptional(boolean optional)
compareTo
public int compareTo(java.lang.Object o)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.