public class Ink extends ResourceType implements Serializable
Java class for Ink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Ink">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ResourceType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Location" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Family" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="SpecificYield" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="InkName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SpecialInk" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ColorName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="IdentificationFieldRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
colorName |
protected List<Contact> |
contacts |
protected String |
family |
protected Object |
identificationFieldRef |
protected String |
inkName |
protected List<Location> |
locations |
protected String |
specialInk |
protected Double |
specificYield |
| Constructor and Description |
|---|
Ink() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorName()
Gets the value of the colorName property.
|
List<Contact> |
getContacts()
Gets the value of the contacts property.
|
String |
getFamily()
Gets the value of the family property.
|
Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
String |
getInkName()
Gets the value of the inkName property.
|
List<Location> |
getLocations()
Gets the value of the locations property.
|
String |
getSpecialInk()
Gets the value of the specialInk property.
|
Double |
getSpecificYield()
Gets the value of the specificYield property.
|
void |
setColorName(String value)
Sets the value of the colorName property.
|
void |
setFamily(String value)
Sets the value of the family property.
|
void |
setIdentificationFieldRef(Object value)
Sets the value of the identificationFieldRef property.
|
void |
setInkName(String value)
Sets the value of the inkName property.
|
void |
setSpecialInk(String value)
Sets the value of the specialInk property.
|
void |
setSpecificYield(Double value)
Sets the value of the specificYield property.
|
protected String family
protected Double specificYield
protected String inkName
protected String specialInk
protected String colorName
protected Object identificationFieldRef
public List<Contact> getContacts()
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 set method for the contacts property.
For example, to add a new item, do as follows:
getContacts().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<Location> getLocations()
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 set method for the locations property.
For example, to add a new item, do as follows:
getLocations().add(newItem);
Objects of the following type(s) are allowed in the list
Location
public String getFamily()
Stringpublic void setFamily(String value)
value - allowed object is
Stringpublic Double getSpecificYield()
Doublepublic void setSpecificYield(Double value)
value - allowed object is
Doublepublic String getInkName()
Stringpublic void setInkName(String value)
value - allowed object is
Stringpublic String getSpecialInk()
Stringpublic void setSpecialInk(String value)
value - allowed object is
Stringpublic String getColorName()
Stringpublic void setColorName(String value)
value - allowed object is
Stringpublic Object getIdentificationFieldRef()
ObjectCopyright © 2012. All Rights Reserved.