org.icestandard.ICE.V20.subscribe
Class ContentMetadataType

java.lang.Object
  extended byorg.icestandard.ICE.V20.subscribe.ContentMetadataType
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, org.apache.axis.encoding.MixedContentType, java.io.Serializable

public class ContentMetadataType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType, org.apache.axis.encoding.MixedContentType

See Also:
Serialized Form

Constructor Summary
ContentMetadataType()
           
ContentMetadataType(TextType[] text, org.apache.axis.message.MessageElement[] _any, boolean atomicUse, boolean editable, org.apache.axis.types.Token ipStatus, org.apache.axis.types.Token license, org.apache.axis.types.Token rightsHolder, boolean showCredit, ItemTypes itemType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this ContentMetadataType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.Token getIpStatus()
          Gets the ipStatus value for this ContentMetadataType.
 ItemTypes getItemType()
          Gets the itemType value for this ContentMetadataType.
 org.apache.axis.types.Token getLicense()
          Gets the license value for this ContentMetadataType.
 org.apache.axis.types.Token getRightsHolder()
          Gets the rightsHolder value for this ContentMetadataType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TextType[] getText()
          Gets the text value for this ContentMetadataType.
 TextType getText(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isAtomicUse()
          Gets the atomicUse value for this ContentMetadataType.
 boolean isEditable()
          Gets the editable value for this ContentMetadataType.
 boolean isShowCredit()
          Gets the showCredit value for this ContentMetadataType.
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this ContentMetadataType.
 void setAtomicUse(boolean atomicUse)
          Sets the atomicUse value for this ContentMetadataType.
 void setEditable(boolean editable)
          Sets the editable value for this ContentMetadataType.
 void setIpStatus(org.apache.axis.types.Token ipStatus)
          Sets the ipStatus value for this ContentMetadataType.
 void setItemType(ItemTypes itemType)
          Sets the itemType value for this ContentMetadataType.
 void setLicense(org.apache.axis.types.Token license)
          Sets the license value for this ContentMetadataType.
 void setRightsHolder(org.apache.axis.types.Token rightsHolder)
          Sets the rightsHolder value for this ContentMetadataType.
 void setShowCredit(boolean showCredit)
          Sets the showCredit value for this ContentMetadataType.
 void setText(int i, TextType _value)
           
 void setText(TextType[] text)
          Sets the text value for this ContentMetadataType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentMetadataType

public ContentMetadataType()

ContentMetadataType

public ContentMetadataType(TextType[] text,
                           org.apache.axis.message.MessageElement[] _any,
                           boolean atomicUse,
                           boolean editable,
                           org.apache.axis.types.Token ipStatus,
                           org.apache.axis.types.Token license,
                           org.apache.axis.types.Token rightsHolder,
                           boolean showCredit,
                           ItemTypes itemType)
Method Detail

getText

public TextType[] getText()
Gets the text value for this ContentMetadataType.

Returns:
text

setText

public void setText(TextType[] text)
Sets the text value for this ContentMetadataType.

Parameters:
text -

getText

public TextType getText(int i)

setText

public void setText(int i,
                    TextType _value)

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this ContentMetadataType.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this ContentMetadataType.

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

isAtomicUse

public boolean isAtomicUse()
Gets the atomicUse value for this ContentMetadataType.

Returns:
atomicUse

setAtomicUse

public void setAtomicUse(boolean atomicUse)
Sets the atomicUse value for this ContentMetadataType.

Parameters:
atomicUse -

isEditable

public boolean isEditable()
Gets the editable value for this ContentMetadataType.

Returns:
editable

setEditable

public void setEditable(boolean editable)
Sets the editable value for this ContentMetadataType.

Parameters:
editable -

getIpStatus

public org.apache.axis.types.Token getIpStatus()
Gets the ipStatus value for this ContentMetadataType.

Returns:
ipStatus

setIpStatus

public void setIpStatus(org.apache.axis.types.Token ipStatus)
Sets the ipStatus value for this ContentMetadataType.

Parameters:
ipStatus -

getLicense

public org.apache.axis.types.Token getLicense()
Gets the license value for this ContentMetadataType.

Returns:
license

setLicense

public void setLicense(org.apache.axis.types.Token license)
Sets the license value for this ContentMetadataType.

Parameters:
license -

getRightsHolder

public org.apache.axis.types.Token getRightsHolder()
Gets the rightsHolder value for this ContentMetadataType.

Returns:
rightsHolder

setRightsHolder

public void setRightsHolder(org.apache.axis.types.Token rightsHolder)
Sets the rightsHolder value for this ContentMetadataType.

Parameters:
rightsHolder -

isShowCredit

public boolean isShowCredit()
Gets the showCredit value for this ContentMetadataType.

Returns:
showCredit

setShowCredit

public void setShowCredit(boolean showCredit)
Sets the showCredit value for this ContentMetadataType.

Parameters:
showCredit -

getItemType

public ItemTypes getItemType()
Gets the itemType value for this ContentMetadataType.

Returns:
itemType

setItemType

public void setItemType(ItemTypes itemType)
Sets the itemType value for this ContentMetadataType.

Parameters:
itemType -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer