Uses of Class
org.icestandard.ICE.V20.delivery.MetadataType

Packages that use MetadataType
org.icestandard.ICE.V20.delivery   
 

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

Methods in org.icestandard.ICE.V20.delivery that return MetadataType
 MetadataType GroupType.getMetadata()
          Gets the metadata value for this GroupType.
 MetadataType AddType.getMetadata()
          Gets the metadata value for this AddType.
 

Methods in org.icestandard.ICE.V20.delivery with parameters of type MetadataType
 void GroupType.setMetadata(MetadataType metadata)
          Sets the metadata value for this GroupType.
 void AddType.setMetadata(MetadataType metadata)
          Sets the metadata value for this AddType.
 

Constructors in org.icestandard.ICE.V20.delivery with parameters of type MetadataType
GroupType(org.apache.axis.message.MessageElement[] _any, MetadataType metadata, CmPackage cmPackage, org.apache.axis.types.Token name, java.lang.String subscriptionElementId)
           
AddType(MetadataType metadata, ItemType item, AddTypeItemRef itemRef, org.apache.axis.types.Token subscriptionElementId, boolean isNew, java.util.Calendar activation, java.util.Calendar expiration)