public class ContentMetaData extends Object implements Serializable
Java 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">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Employee" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Title" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ISBN13" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ISBN10" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Contact> |
contacts |
protected List<Employee> |
employees |
protected String |
isbn10 |
protected String |
isbn13 |
protected List<Part> |
parts |
protected String |
title |
| Constructor and Description |
|---|
ContentMetaData() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
getContacts()
Gets the value of the contacts property.
|
List<Employee> |
getEmployees()
Gets the value of the employees property.
|
String |
getISBN10()
Gets the value of the isbn10 property.
|
String |
getISBN13()
Gets the value of the isbn13 property.
|
List<Part> |
getParts()
Gets the value of the parts property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setISBN10(String value)
Sets the value of the isbn10 property.
|
void |
setISBN13(String value)
Sets the value of the isbn13 property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String title
protected String isbn13
protected String isbn10
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<Part> getParts()
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 parts property.
For example, to add a new item, do as follows:
getParts().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public List<Employee> getEmployees()
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 employees property.
For example, to add a new item, do as follows:
getEmployees().add(newItem);
Objects of the following type(s) are allowed in the list
Employee
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getISBN13()
Stringpublic void setISBN13(String value)
value - allowed object is
Stringpublic String getISBN10()
StringCopyright © 2012. All Rights Reserved.