public class PublishingIntent extends IntentType implements Serializable
Java class for PublishingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublishingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<attribute name="ContentDataRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="ContentListRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="IssueType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="IssueDate" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="IssueName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Circulation" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
circulation |
protected List<Object> |
contentDataRefs |
protected Object |
contentListRef |
protected String |
issueDate |
protected String |
issueName |
protected String |
issueType |
| Constructor and Description |
|---|
PublishingIntent() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCirculation()
Gets the value of the circulation property.
|
List<Object> |
getContentDataRefs()
Gets the value of the contentDataRefs property.
|
Object |
getContentListRef()
Gets the value of the contentListRef property.
|
String |
getIssueDate()
Gets the value of the issueDate property.
|
String |
getIssueName()
Gets the value of the issueName property.
|
String |
getIssueType()
Gets the value of the issueType property.
|
void |
setCirculation(Integer value)
Sets the value of the circulation property.
|
void |
setContentListRef(Object value)
Sets the value of the contentListRef property.
|
void |
setIssueDate(String value)
Sets the value of the issueDate property.
|
void |
setIssueName(String value)
Sets the value of the issueName property.
|
void |
setIssueType(String value)
Sets the value of the issueType property.
|
protected Object contentListRef
protected String issueType
protected String issueDate
protected String issueName
protected Integer circulation
public List<Object> getContentDataRefs()
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 contentDataRefs property.
For example, to add a new item, do as follows:
getContentDataRefs().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public Object getContentListRef()
Objectpublic void setContentListRef(Object value)
value - allowed object is
Objectpublic String getIssueType()
Stringpublic void setIssueType(String value)
value - allowed object is
Stringpublic String getIssueDate()
Stringpublic void setIssueDate(String value)
value - allowed object is
Stringpublic String getIssueName()
Stringpublic void setIssueName(String value)
value - allowed object is
Stringpublic Integer getCirculation()
IntegerCopyright © 2012. All Rights Reserved.