public class ContentMetaData
extends java.lang.Object
implements java.io.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 java.util.List<Contact> |
contacts |
protected java.util.List<Employee> |
employees |
protected java.lang.String |
isbn10 |
protected java.lang.String |
isbn13 |
protected java.util.List<Part> |
parts |
protected java.lang.String |
title |
| Constructor and Description |
|---|
ContentMetaData() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Contact> |
getContacts()
Gets the value of the contacts property.
|
java.util.List<Employee> |
getEmployees()
Gets the value of the employees property.
|
java.lang.String |
getISBN10()
Gets the value of the isbn10 property.
|
java.lang.String |
getISBN13()
Gets the value of the isbn13 property.
|
java.util.List<Part> |
getParts()
Gets the value of the parts property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
void |
setISBN10(java.lang.String value)
Sets the value of the isbn10 property.
|
void |
setISBN13(java.lang.String value)
Sets the value of the isbn13 property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
protected java.util.List<Contact> contacts
protected java.util.List<Part> parts
protected java.util.List<Employee> employees
protected java.lang.String title
protected java.lang.String isbn13
protected java.lang.String isbn10
public java.util.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 java.util.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 java.util.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 java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getISBN13()
Stringpublic void setISBN13(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getISBN10()
Stringpublic void setISBN10(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.