Class RepeatDesc
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.RepeatDesc
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class RepeatDesc extends java.lang.Object implements java.io.SerializableJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="AllowedRotate"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="None"/> <enumeration value="Grain"/> <enumeration value="MinorGrain"/> <enumeration value="CrossGrain"/> </restriction> </simpleType> </attribute> <attribute name="GutterX" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="GutterX2" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="GutterY" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="GutterY2" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="LayoutStyle" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="OrderQuantity" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="ShapeDefRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="UseBleed" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRepeatDesc.AllowedRotateJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected RepeatDesc.AllowedRotateallowedRotateprotected java.lang.FloatgutterXprotected java.lang.FloatgutterX2protected java.lang.FloatgutterYprotected java.lang.FloatgutterY2protected java.util.List<java.lang.String>layoutStyleprotected java.lang.IntegerorderQuantityprotected ResourceshapeDefprotected java.lang.BooleanuseBleed
-
Constructor Summary
Constructors Constructor Description RepeatDesc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)RepeatDesc.AllowedRotategetAllowedRotate()Gets the value of the allowedRotate property.java.lang.FloatgetGutterX()Gets the value of the gutterX property.java.lang.FloatgetGutterX2()Gets the value of the gutterX2 property.java.lang.FloatgetGutterY()Gets the value of the gutterY property.java.lang.FloatgetGutterY2()Gets the value of the gutterY2 property.java.util.List<java.lang.String>getLayoutStyle()Gets the value of the layoutStyle property.java.lang.IntegergetOrderQuantity()Gets the value of the orderQuantity property.java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.ResourcegetShapeDef()Gets the value of the shapeDef property.inthashCode()java.lang.BooleanisUseBleed()Gets the value of the useBleed property.voidsetAllowedRotate(RepeatDesc.AllowedRotate value)Sets the value of the allowedRotate property.voidsetGutterX(java.lang.Float value)Sets the value of the gutterX property.voidsetGutterX2(java.lang.Float value)Sets the value of the gutterX2 property.voidsetGutterY(java.lang.Float value)Sets the value of the gutterY property.voidsetGutterY2(java.lang.Float value)Sets the value of the gutterY2 property.voidsetOrderQuantity(java.lang.Integer value)Sets the value of the orderQuantity property.voidsetShapeDef(Resource value)Sets the value of the shapeDef property.voidsetUseBleed(java.lang.Boolean value)Sets the value of the useBleed property.RepeatDescwithAllowedRotate(RepeatDesc.AllowedRotate value)RepeatDescwithGutterX(java.lang.Float value)RepeatDescwithGutterX2(java.lang.Float value)RepeatDescwithGutterY(java.lang.Float value)RepeatDescwithGutterY2(java.lang.Float value)RepeatDescwithLayoutStyle(java.lang.String... values)RepeatDescwithLayoutStyle(java.util.Collection<java.lang.String> values)RepeatDescwithOrderQuantity(java.lang.Integer value)RepeatDescwithShapeDef(Resource value)RepeatDescwithUseBleed(java.lang.Boolean value)
-
-
-
Field Detail
-
allowedRotate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected RepeatDesc.AllowedRotate allowedRotate
-
gutterX
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float gutterX
-
gutterX2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float gutterX2
-
gutterY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float gutterY
-
gutterY2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float gutterY2
-
layoutStyle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<java.lang.String> layoutStyle
-
orderQuantity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Integer orderQuantity
-
shapeDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected Resource shapeDef
-
useBleed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Boolean useBleed
-
-
Method Detail
-
getAllowedRotate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public RepeatDesc.AllowedRotate getAllowedRotate()Gets the value of the allowedRotate property.- Returns:
- possible object is
RepeatDesc.AllowedRotate
-
setAllowedRotate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setAllowedRotate(RepeatDesc.AllowedRotate value)Sets the value of the allowedRotate property.- Parameters:
value- allowed object isRepeatDesc.AllowedRotate
-
getGutterX
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getGutterX()Gets the value of the gutterX property.- Returns:
- possible object is
Float
-
setGutterX
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setGutterX(java.lang.Float value)Sets the value of the gutterX property.- Parameters:
value- allowed object isFloat
-
getGutterX2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getGutterX2()Gets the value of the gutterX2 property.- Returns:
- possible object is
Float
-
setGutterX2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setGutterX2(java.lang.Float value)Sets the value of the gutterX2 property.- Parameters:
value- allowed object isFloat
-
getGutterY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getGutterY()Gets the value of the gutterY property.- Returns:
- possible object is
Float
-
setGutterY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setGutterY(java.lang.Float value)Sets the value of the gutterY property.- Parameters:
value- allowed object isFloat
-
getGutterY2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getGutterY2()Gets the value of the gutterY2 property.- Returns:
- possible object is
Float
-
setGutterY2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setGutterY2(java.lang.Float value)Sets the value of the gutterY2 property.- Parameters:
value- allowed object isFloat
-
getLayoutStyle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<java.lang.String> getLayoutStyle()Gets the value of the layoutStyle 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 Jakarta XML Binding object. This is why there is not a
setmethod for the layoutStyle property.For example, to add a new item, do as follows:
getLayoutStyle().add(newItem);Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the layoutStyle property.
-
getOrderQuantity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Integer getOrderQuantity()Gets the value of the orderQuantity property.- Returns:
- possible object is
Integer
-
setOrderQuantity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setOrderQuantity(java.lang.Integer value)Sets the value of the orderQuantity property.- Parameters:
value- allowed object isInteger
-
getShapeDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public Resource getShapeDef()Gets the value of the shapeDef property.- Returns:
- possible object is
Object
-
setShapeDef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setShapeDef(Resource value)Sets the value of the shapeDef property.- Parameters:
value- allowed object isObject
-
isUseBleed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Boolean isUseBleed()Gets the value of the useBleed property.- Returns:
- possible object is
Boolean
-
setUseBleed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setUseBleed(java.lang.Boolean value)Sets the value of the useBleed property.- Parameters:
value- allowed object isBoolean
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
withAllowedRotate
public RepeatDesc withAllowedRotate(RepeatDesc.AllowedRotate value)
-
withGutterX
public RepeatDesc withGutterX(java.lang.Float value)
-
withGutterX2
public RepeatDesc withGutterX2(java.lang.Float value)
-
withGutterY
public RepeatDesc withGutterY(java.lang.Float value)
-
withGutterY2
public RepeatDesc withGutterY2(java.lang.Float value)
-
withLayoutStyle
public RepeatDesc withLayoutStyle(java.lang.String... values)
-
withLayoutStyle
public RepeatDesc withLayoutStyle(java.util.Collection<java.lang.String> values)
-
withOrderQuantity
public RepeatDesc withOrderQuantity(java.lang.Integer value)
-
withShapeDef
public RepeatDesc withShapeDef(Resource value)
-
withUseBleed
public RepeatDesc withUseBleed(java.lang.Boolean value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-