Uses of Class
org.jibx.schema.types.Count
-
Packages that use Count Package Description 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 Modifier and Type Method Description CountIArity. getMaxOccurs()Get maximum number of times this item can occur.CountIArity. getMinOccurs()Get minimum number of times this item can occur.Methods in org.jibx.schema with parameters of type Count Modifier and Type Method Description voidIArity. setMaxOccurs(Count count)Set maximum number of times this item can occur.voidIArity. 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 Modifier and Type Method Description CountOccursAttributeGroup. getMaxOccurs()Get 'maxOccurs' attribute value.CountOccursAttributeGroup. getMinOccurs()Get 'minOccurs' attribute value.Methods in org.jibx.schema.attributes with parameters of type Count Modifier and Type Method Description voidOccursAttributeGroup. setMaxOccurs(Count count)Set 'maxOccurs' attribute value.voidOccursAttributeGroup. setMinOccurs(Count count)Set 'minOccurs' attribute value. -
Uses of Count in org.jibx.schema.elements
Methods in org.jibx.schema.elements that return Count Modifier and Type Method Description CountAnyElement. getMaxOccurs()Get 'maxOccurs' attribute value.CountCommonCompositorBase. getMaxOccurs()CountElementElement. getMaxOccurs()Get 'maxOccurs' attribute value.CountAnyElement. getMinOccurs()Get 'minOccurs' attribute value.CountCommonCompositorBase. getMinOccurs()CountElementElement. getMinOccurs()Get 'minOccurs' attribute value.Methods in org.jibx.schema.elements with parameters of type Count Modifier and Type Method Description voidAnyElement. setMaxOccurs(Count count)Set 'maxOccurs' attribute value.voidCommonCompositorBase. setMaxOccurs(Count count)voidElementElement. setMaxOccurs(Count count)Set 'maxOccurs' attribute value.voidAnyElement. setMinOccurs(Count count)Get 'maxOccurs' attribute value.voidCommonCompositorBase. setMinOccurs(Count count)voidElementElement. setMinOccurs(Count count)Get 'maxOccurs' attribute value. -
Uses of Count in org.jibx.schema.types
Fields in org.jibx.schema.types declared as Count Modifier and Type Field Description static CountCount. COUNT_ONEPredefined count of '1'.static CountCount. COUNT_UNBOUNDEDPredefined count of 'unbounded'.static CountCount. COUNT_ZEROPredefined count of '0'.Methods in org.jibx.schema.types that return Count Modifier and Type Method Description static CountCount. getBoundedCount(String value)Deserializer method for bounded values.static CountCount. getCount(String value)Deserializer method.Methods in org.jibx.schema.types with parameters of type Count Modifier and Type Method Description static booleanCount. isCountEqual(int value, Count count)Check if a count attribute is equal to a specified value.
-