Class InlineImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.InlineImpl
-
- All Implemented Interfaces:
Inline,java.io.Serializable
public class InlineImpl extends java.lang.Object implements java.io.Serializable, Inline
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InlineImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAbove()Gets the above.java.lang.StringgetAlign()Gets the align.doublegetAnchorOffsetX()Gets the anchor offset X.doublegetAnchorOffsetY()Gets the anchor offset Y.java.lang.StringgetAnchorReference()Gets the anchor reference.java.lang.StringgetAnchorRelativeX()Gets the anchor relative X.java.lang.StringgetAnchorRelativeY()Gets the anchor relative Y.doublegetBelow()Gets the below.intgetKeep()Gets the keep.intgetLock()Gets the lock.java.lang.StringgetObjectReference()Gets the object reference.intgetSpine()Gets the spine.java.lang.StringgetType()Gets the type.voidsetAbove(double above)Sets the above.voidsetAlign(java.lang.String align)Sets the align.voidsetAnchorOffsetX(double anchorOffsetX)Sets the anchor offset X.voidsetAnchorOffsetY(double anchorOffsetY)Sets the anchor offset Y.voidsetAnchorReference(java.lang.String anchorReference)Sets the anchor reference.voidsetAnchorRelativeX(java.lang.String anchorRelativeX)Sets the anchor relative X.voidsetAnchorRelativeY(java.lang.String anchorRelativeY)Sets the anchor relative Y.voidsetBelow(double below)Sets the below.voidsetKeep(int keep)Sets the keep.voidsetLock(int lock)Sets the lock.voidsetObjectReference(java.lang.String objectReference)Sets the object reference.voidsetSpine(int spine)Sets the spine.voidsetType(java.lang.String type)Sets the type.
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Description copied from interface:InlineGets the type.
-
setType
public void setType(java.lang.String type)
Description copied from interface:InlineSets the type.
-
getSpine
public int getSpine()
Description copied from interface:InlineGets the spine.
-
setSpine
public void setSpine(int spine)
Description copied from interface:InlineSets the spine.
-
getObjectReference
public java.lang.String getObjectReference()
Description copied from interface:InlineGets the object reference.- Specified by:
getObjectReferencein interfaceInline- Returns:
- the objectReference
-
setObjectReference
public void setObjectReference(java.lang.String objectReference)
Description copied from interface:InlineSets the object reference.- Specified by:
setObjectReferencein interfaceInline- Parameters:
objectReference- the objectReference to set
-
getAnchorReference
public java.lang.String getAnchorReference()
Description copied from interface:InlineGets the anchor reference.- Specified by:
getAnchorReferencein interfaceInline- Returns:
- the anchorReference
-
setAnchorReference
public void setAnchorReference(java.lang.String anchorReference)
Description copied from interface:InlineSets the anchor reference.- Specified by:
setAnchorReferencein interfaceInline- Parameters:
anchorReference- the anchorReference to set
-
getAnchorRelativeX
public java.lang.String getAnchorRelativeX()
Description copied from interface:InlineGets the anchor relative X.- Specified by:
getAnchorRelativeXin interfaceInline- Returns:
- the anchorRelativeX
-
setAnchorRelativeX
public void setAnchorRelativeX(java.lang.String anchorRelativeX)
Description copied from interface:InlineSets the anchor relative X.- Specified by:
setAnchorRelativeXin interfaceInline- Parameters:
anchorRelativeX- the anchorRelativeX to set
-
getAnchorOffsetX
public double getAnchorOffsetX()
Description copied from interface:InlineGets the anchor offset X.- Specified by:
getAnchorOffsetXin interfaceInline- Returns:
- the anchorOffsetX
-
setAnchorOffsetX
public void setAnchorOffsetX(double anchorOffsetX)
Description copied from interface:InlineSets the anchor offset X.- Specified by:
setAnchorOffsetXin interfaceInline- Parameters:
anchorOffsetX- the anchorOffsetX to set
-
getAnchorRelativeY
public java.lang.String getAnchorRelativeY()
Description copied from interface:InlineGets the anchor relative Y.- Specified by:
getAnchorRelativeYin interfaceInline- Returns:
- the anchorRelativeY
-
setAnchorRelativeY
public void setAnchorRelativeY(java.lang.String anchorRelativeY)
Description copied from interface:InlineSets the anchor relative Y.- Specified by:
setAnchorRelativeYin interfaceInline- Parameters:
anchorRelativeY- the anchorRelativeY to set
-
getAnchorOffsetY
public double getAnchorOffsetY()
Description copied from interface:InlineGets the anchor offset Y.- Specified by:
getAnchorOffsetYin interfaceInline- Returns:
- the anchorOffsetY
-
setAnchorOffsetY
public void setAnchorOffsetY(double anchorOffsetY)
Description copied from interface:InlineSets the anchor offset Y.- Specified by:
setAnchorOffsetYin interfaceInline- Parameters:
anchorOffsetY- the anchorOffsetY to set
-
getKeep
public int getKeep()
Description copied from interface:InlineGets the keep.
-
setKeep
public void setKeep(int keep)
Description copied from interface:InlineSets the keep.
-
getLock
public int getLock()
Description copied from interface:InlineGets the lock.
-
setLock
public void setLock(int lock)
Description copied from interface:InlineSets the lock.
-
getAlign
public java.lang.String getAlign()
Description copied from interface:InlineGets the align.
-
setAlign
public void setAlign(java.lang.String align)
Description copied from interface:InlineSets the align.
-
getAbove
public double getAbove()
Description copied from interface:InlineGets the above.
-
setAbove
public void setAbove(double above)
Description copied from interface:InlineSets the above.
-
getBelow
public double getBelow()
Description copied from interface:InlineGets the below.
-
-