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

Packages that use ComplianceTypes
org.icestandard.ICE.V20.message   
 

Uses of ComplianceTypes in org.icestandard.ICE.V20.message
 

Methods in org.icestandard.ICE.V20.message that return ComplianceTypes
 ComplianceTypes SenderType.getComplianceLevel()
          Gets the complianceLevel value for this SenderType.
 ComplianceTypes ReceiverType.getComplianceLevel()
          Gets the complianceLevel value for this ReceiverType.
 

Methods in org.icestandard.ICE.V20.message with parameters of type ComplianceTypes
 void SenderType.setComplianceLevel(ComplianceTypes complianceLevel)
          Sets the complianceLevel value for this SenderType.
 void ReceiverType.setComplianceLevel(ComplianceTypes complianceLevel)
          Sets the complianceLevel value for this ReceiverType.
 

Constructors in org.icestandard.ICE.V20.message with parameters of type ComplianceTypes
SenderType(java.lang.String name, SenderTypeRole role, org.apache.axis.types.URI senderId, org.apache.axis.types.URI location, ComplianceTypes complianceLevel)
           
ReceiverType(java.lang.String name, org.apache.axis.types.URI receiverId, ReceiverTypeRole role, ComplianceTypes complianceLevel)