public class Plane extends AbstractOMEModelObject
Modifier and Type | Field and Description |
---|---|
private List<Annotation> |
annotationLinks |
private Time |
deltaT |
private Time |
exposureTime |
private String |
hashSHA1 |
private static org.slf4j.Logger |
LOGGER
Logger for this class.
|
static String |
NAMESPACE |
private Pixels |
pixels |
private Length |
positionX |
private Length |
positionY |
private Length |
positionZ |
private NonNegativeInteger |
theC |
private NonNegativeInteger |
theT |
private NonNegativeInteger |
theZ |
Constructor and Description |
---|
Plane()
Default constructor.
|
Plane(Element element,
OMEModel model)
Constructs Plane recursively from an XML DOM tree.
|
Plane(Plane orig)
Copy constructor.
|
getChildrenByTagName, stripNamespacePrefix
public static final String NAMESPACE
private static final org.slf4j.Logger LOGGER
private Time exposureTime
private Length positionZ
private Length positionX
private Length positionY
private Time deltaT
private NonNegativeInteger theC
private NonNegativeInteger theZ
private NonNegativeInteger theT
private String hashSHA1
private List<Annotation> annotationLinks
private Pixels pixels
public Plane()
public Plane(Element element, OMEModel model) throws EnumerationException
element
- Root of the XML DOM tree to construct a model object
graph from.model
- Handler for the OME model which keeps track of instances
and references seen during object population.EnumerationException
- If there is an error instantiating an
enumeration during model object creation.public Plane(Plane orig)
public void update(Element element, OMEModel model) throws EnumerationException
update
in interface OMEModelObject
update
in class AbstractOMEModelObject
element
- Root of the XML DOM tree to construct a model object
graph from.model
- Handler for the OME model which keeps track of instances
and references seen during object population.EnumerationException
- If there is an error instantiating an
enumeration during model object creation.public boolean link(Reference reference, OMEModelObject o)
OMEModelObject
link
in interface OMEModelObject
link
in class AbstractOMEModelObject
reference
- The type qualifier for the reference. This should
be the corresponding reference type for o
. If, for example,
o
is of type Image
, reference
MUST be of type ImageRef
.o
- Model object to link to.true
if this model object was able to handle the
reference, false
otherwise.public Time getExposureTime()
public void setExposureTime(Time exposureTime)
public Length getPositionZ()
public void setPositionZ(Length positionZ)
public Length getPositionX()
public void setPositionX(Length positionX)
public Length getPositionY()
public void setPositionY(Length positionY)
public Time getDeltaT()
public void setDeltaT(Time deltaT)
public NonNegativeInteger getTheC()
public void setTheC(NonNegativeInteger theC)
public NonNegativeInteger getTheZ()
public void setTheZ(NonNegativeInteger theZ)
public static String getPositionZUnitXsdDefault()
public static String getPositionXUnitXsdDefault()
public static String getDeltaTUnitXsdDefault()
public NonNegativeInteger getTheT()
public void setTheT(NonNegativeInteger theT)
public static String getExposureTimeUnitXsdDefault()
public static String getPositionYUnitXsdDefault()
public String getHashSHA1()
public void setHashSHA1(String hashSHA1)
public int sizeOfLinkedAnnotationList()
public List<Annotation> copyLinkedAnnotationList()
public Annotation getLinkedAnnotation(int index)
public Annotation setLinkedAnnotation(int index, Annotation o)
public boolean linkAnnotation(Annotation o)
public boolean unlinkAnnotation(Annotation o)
public Pixels getPixels()
public void setPixels(Pixels pixels_BackReference)
public Element asXMLElement(Document document)
OMEModelObject
asXMLElement
in interface OMEModelObject
asXMLElement
in class AbstractOMEModelObject
document
- Destination document for element creation, etc.protected Element asXMLElement(Document document, Element Plane_element)
AbstractOMEModelObject
asXMLElement
in class AbstractOMEModelObject
document
- Destination document for element creation, etc.Plane_element
- Element from the subclass. If null a new
element will be created of this class.element
populated with properties from this class.Copyright © 2016 Open Microscopy Environment