Uses of Class
org.icestandard.ICE.V20.simpledatatypes.ItemTypes

Packages that use ItemTypes
org.icestandard.ICE.V20.delivery   
org.icestandard.ICE.V20.subscribe   
 

Uses of ItemTypes in org.icestandard.ICE.V20.delivery
 

Methods in org.icestandard.ICE.V20.delivery that return ItemTypes
 ItemTypes MetadataType.getItemType()
          Gets the itemType value for this MetadataType.
 

Methods in org.icestandard.ICE.V20.delivery with parameters of type ItemTypes
 void MetadataType.setItemType(ItemTypes itemType)
          Sets the itemType value for this MetadataType.
 

Constructors in org.icestandard.ICE.V20.delivery with parameters of type ItemTypes
MetadataType(TextType description, org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.Token contentFilename, org.apache.axis.types.Token contentType, 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)
           
 

Uses of ItemTypes in org.icestandard.ICE.V20.subscribe
 

Methods in org.icestandard.ICE.V20.subscribe that return ItemTypes
 ItemTypes ContentMetadataType.getItemType()
          Gets the itemType value for this ContentMetadataType.
 

Methods in org.icestandard.ICE.V20.subscribe with parameters of type ItemTypes
 void ContentMetadataType.setItemType(ItemTypes itemType)
          Sets the itemType value for this ContentMetadataType.
 

Constructors in org.icestandard.ICE.V20.subscribe with parameters of type ItemTypes
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)