package net.brutex.sbm.wsclient; import java.util.ArrayList; import java.util.List; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElementRef; import javax.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; /** *
Java class for TTItem complex type. * *
The following schema fragment specifies the expected content contained within this class. * *
* <complexType name="TTItem"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="genericItem" type="{urn:aewebservices71}Item" minOccurs="0"/> * <element name="itemType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="classification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="classificationUUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="createDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="modifiedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="modifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="activeInactive" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="extendedFieldList" type="{urn:aewebservices71}NameValue" maxOccurs="unbounded" minOccurs="0"/> * <element name="noteList" type="{urn:aewebservices71}Note" maxOccurs="unbounded" minOccurs="0"/> * <element name="itemLinkList" type="{urn:aewebservices71}ItemLink" maxOccurs="unbounded" minOccurs="0"/> * <element name="urlAttachmentList" type="{urn:aewebservices71}URLAttachment" maxOccurs="unbounded" minOccurs="0"/> * <element name="fileAttachmentList" type="{urn:aewebservices71}FileAttachment" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> ** * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TTItem", propOrder = { "genericItem", "itemType", "classification", "classificationUUID", "title", "description", "createdBy", "createDate", "modifiedBy", "modifiedDate", "activeInactive", "state", "owner", "url", "extendedFieldList", "noteList", "itemLinkList", "urlAttachmentList", "fileAttachmentList" }) public class TTItem { @XmlElementRef(name = "genericItem", namespace = "urn:aewebservices71", type = JAXBElement.class) protected JAXBElement
* 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 extendedFieldList property.
*
*
* For example, to add a new item, do as follows: *
* getExtendedFieldList().add(newItem); ** * *
* Objects of the following type(s) are allowed in the list
* {@link NameValue }
*
*
*/
public List
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Note }
*
*
*/
public List
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link ItemLink }
*
*
*/
public List
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link URLAttachment }
*
*
*/
public List
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link FileAttachment }
*
*
*/
public Listset
method for the noteList property.
*
*
* getNoteList().add(newItem);
*
*
*
* set
method for the itemLinkList property.
*
*
* getItemLinkList().add(newItem);
*
*
*
* set
method for the urlAttachmentList property.
*
*
* getUrlAttachmentList().add(newItem);
*
*
*
* set
method for the fileAttachmentList property.
*
*
* getFileAttachmentList().add(newItem);
*
*
*
*