public class ProductUpdate extends Product
Java class for Product_Update complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Product_Update"> <complexContent> <extension base="{http://pds.nasa.gov/pds4/pds/v1}Product"> <sequence> <element name="Reference_List" type="{http://pds.nasa.gov/pds4/pds/v1}Reference_List" minOccurs="0"/> <element name="Update" type="{http://pds.nasa.gov/pds4/pds/v1}Update"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ReferenceList |
referenceList |
protected Update |
update |
identificationArea
Constructor and Description |
---|
ProductUpdate() |
Modifier and Type | Method and Description |
---|---|
ReferenceList |
getReferenceList()
Gets the value of the referenceList property.
|
Update |
getUpdate()
Gets the value of the update property.
|
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property.
|
void |
setUpdate(Update value)
Sets the value of the update property.
|
getIdentificationArea, setIdentificationArea
protected ReferenceList referenceList
protected Update update
public ReferenceList getReferenceList()
ReferenceList
public void setReferenceList(ReferenceList value)
value
- allowed object is
ReferenceList
public Update getUpdate()
Update
Copyright © 2016. All Rights Reserved.