public class ExcludeContentFromContentBundle extends ContentBundleAction implements Serializable
ContentBundle object.| Constructor and Description |
|---|
ExcludeContentFromContentBundle() |
ExcludeContentFromContentBundle(Statement contentStatement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Statement |
getContentStatement()
Gets the contentStatement value for this ExcludeContentFromContentBundle.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setContentStatement(Statement contentStatement)
Sets the contentStatement value for this ExcludeContentFromContentBundle.
|
String |
toString() |
public ExcludeContentFromContentBundle()
public ExcludeContentFromContentBundle(Statement contentStatement)
public String toString()
toString in class ContentBundleActionpublic Statement getContentStatement()
Content to exclude from the
ContentBundle. The statement is expressed
in terms of Content fields such as
name and status.
All fields supported by ContentService#getContentByStatement
are supported on this
statement.
public void setContentStatement(Statement contentStatement)
contentStatement - * The Publisher Query Language statement specifying which Content to exclude from the
ContentBundle. The statement is expressed
in terms of Content fields such as
name and status.
All fields supported by ContentService#getContentByStatement
are supported on this
statement.
public boolean equals(Object obj)
equals in class ContentBundleActionpublic int hashCode()
hashCode in class ContentBundleActionpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.