Uses of Class
org.jibx.schema.types.Count

Packages that use Count
org.jibx.schema   
org.jibx.schema.attributes   
org.jibx.schema.elements   
org.jibx.schema.types   
 

Uses of Count in org.jibx.schema
 

Methods in org.jibx.schema that return Count
 Count IArity.getMaxOccurs()
          Get maximum number of times this item can occur.
 Count IArity.getMinOccurs()
          Get minimum number of times this item can occur.
 

Methods in org.jibx.schema with parameters of type Count
 void IArity.setMaxOccurs(Count count)
          Set maximum number of times this item can occur.
 void IArity.setMinOccurs(Count count)
          Set minimum number of times this item can occur.
 

Uses of Count in org.jibx.schema.attributes
 

Methods in org.jibx.schema.attributes that return Count
 Count OccursAttributeGroup.getMaxOccurs()
          Get 'maxOccurs' attribute value.
 Count OccursAttributeGroup.getMinOccurs()
          Get 'minOccurs' attribute value.
 

Methods in org.jibx.schema.attributes with parameters of type Count
 void OccursAttributeGroup.setMaxOccurs(Count count)
          Set 'maxOccurs' attribute value.
 void OccursAttributeGroup.setMinOccurs(Count count)
          Set 'minOccurs' attribute value.
 

Uses of Count in org.jibx.schema.elements
 

Methods in org.jibx.schema.elements that return Count
 Count AnyElement.getMaxOccurs()
          Get 'maxOccurs' attribute value.
 Count CommonCompositorBase.getMaxOccurs()
           
 Count ElementElement.getMaxOccurs()
          Get 'maxOccurs' attribute value.
 Count AnyElement.getMinOccurs()
          Get 'minOccurs' attribute value.
 Count CommonCompositorBase.getMinOccurs()
           
 Count ElementElement.getMinOccurs()
          Get 'minOccurs' attribute value.
 

Methods in org.jibx.schema.elements with parameters of type Count
 void AnyElement.setMaxOccurs(Count count)
          Set 'maxOccurs' attribute value.
 void CommonCompositorBase.setMaxOccurs(Count count)
           
 void ElementElement.setMaxOccurs(Count count)
          Set 'maxOccurs' attribute value.
 void AnyElement.setMinOccurs(Count count)
          Get 'maxOccurs' attribute value.
 void CommonCompositorBase.setMinOccurs(Count count)
           
 void ElementElement.setMinOccurs(Count count)
          Get 'maxOccurs' attribute value.
 

Uses of Count in org.jibx.schema.types
 

Fields in org.jibx.schema.types declared as Count
static Count Count.COUNT_ONE
          Predefined count of '1'.
static Count Count.COUNT_UNBOUNDED
          Predefined count of 'unbounded'.
static Count Count.COUNT_ZERO
          Predefined count of '0'.
 

Methods in org.jibx.schema.types that return Count
static Count Count.getBoundedCount(String value)
          Deserializer method for bounded values.
static Count Count.getCount(String value)
          Deserializer method.
 

Methods in org.jibx.schema.types with parameters of type Count
static boolean Count.isCountEqual(int value, Count count)
          Check if a count attribute is equal to a specified value.
 



Copyright © 2005-2012 jibx.org. All Rights Reserved.