public class PublishingIntent extends IntentType implements java.io.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 java.lang.Integer |
circulation |
protected java.util.List<java.lang.Object> |
contentDataRefs |
protected java.lang.Object |
contentListRef |
protected java.lang.String |
issueDate |
protected java.lang.String |
issueName |
protected java.lang.String |
issueType |
| Constructor and Description |
|---|
PublishingIntent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCirculation()
Gets the value of the circulation property.
|
java.util.List<java.lang.Object> |
getContentDataRefs()
Gets the value of the contentDataRefs property.
|
java.lang.Object |
getContentListRef()
Gets the value of the contentListRef property.
|
java.lang.String |
getIssueDate()
Gets the value of the issueDate property.
|
java.lang.String |
getIssueName()
Gets the value of the issueName property.
|
java.lang.String |
getIssueType()
Gets the value of the issueType property.
|
void |
setCirculation(java.lang.Integer value)
Sets the value of the circulation property.
|
void |
setContentListRef(java.lang.Object value)
Sets the value of the contentListRef property.
|
void |
setIssueDate(java.lang.String value)
Sets the value of the issueDate property.
|
void |
setIssueName(java.lang.String value)
Sets the value of the issueName property.
|
void |
setIssueType(java.lang.String value)
Sets the value of the issueType property.
|
protected java.util.List<java.lang.Object> contentDataRefs
protected java.lang.Object contentListRef
protected java.lang.String issueType
protected java.lang.String issueDate
protected java.lang.String issueName
protected java.lang.Integer circulation
public java.util.List<java.lang.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 java.lang.Object getContentListRef()
Objectpublic void setContentListRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String getIssueType()
Stringpublic void setIssueType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIssueDate()
Stringpublic void setIssueDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIssueName()
Stringpublic void setIssueName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getCirculation()
Integerpublic void setCirculation(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.