Package com.aspose.barcode.generation
Class GS1CompositeBarParameters
- java.lang.Object
-
- com.aspose.barcode.generation.GS1CompositeBarParameters
-
public class GS1CompositeBarParameters extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseEncodeType
getLinearComponentType()
Linear component typeTwoDComponentType
getTwoDComponentType()
2D component typevoid
setLinearComponentType(BaseEncodeType value)
Linear component typevoid
setTwoDComponentType(TwoDComponentType value)
2D component typejava.lang.String
toString()
Returns a human-readable string representation of this.
-
-
-
Method Detail
-
getLinearComponentType
public BaseEncodeType getLinearComponentType()
Linear component type
-
setLinearComponentType
public void setLinearComponentType(BaseEncodeType value)
Linear component type
-
getTwoDComponentType
public TwoDComponentType getTwoDComponentType()
2D component type
-
setTwoDComponentType
public void setTwoDComponentType(TwoDComponentType value)
2D component type
-
toString
public java.lang.String toString()
Returns a human-readable string representation of this. - Overrides:
toString
in classjava.lang.Object
- Returns:
- A string that represents this
-
-