Uses of Interface
org.ogf.graap.wsag4j.types.engine.ItemCardinalityType

Packages that use ItemCardinalityType
org.ogf.graap.wsag4j.types.engine   
org.ogf.graap.wsag4j.types.engine.impl   
 

Uses of ItemCardinalityType in org.ogf.graap.wsag4j.types.engine
 

Methods in org.ogf.graap.wsag4j.types.engine that return ItemCardinalityType
static ItemCardinalityType ItemCardinalityType.Factory.newInstance()
           
static ItemCardinalityType ItemCardinalityType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ItemCardinalityType ItemCardinalityType.Factory.newValue(Object obj)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(File file)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(InputStream is)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(Node node)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(Reader r)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(String xmlAsString)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(URL u)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ItemCardinalityType ItemCardinalityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ItemCardinalityType ItemCardinalityType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ItemCardinalityType ItemCardinalityType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 ItemCardinalityType ConstraintAnnotationType.xgetMultiplicity()
          Gets (as xml) the "Multiplicity" element
 

Methods in org.ogf.graap.wsag4j.types.engine with parameters of type ItemCardinalityType
 void ConstraintAnnotationType.xsetMultiplicity(ItemCardinalityType multiplicity)
          Sets (as xml) the "Multiplicity" element
 

Uses of ItemCardinalityType in org.ogf.graap.wsag4j.types.engine.impl
 

Classes in org.ogf.graap.wsag4j.types.engine.impl that implement ItemCardinalityType
 class ItemCardinalityTypeImpl
          An XML ItemCardinalityType(@http://schemas.scai.fraunhofer.de/2008/11/wsag4j/engine).
 

Methods in org.ogf.graap.wsag4j.types.engine.impl that return ItemCardinalityType
 ItemCardinalityType ConstraintAnnotationTypeImpl.xgetMultiplicity()
          Gets (as xml) the "Multiplicity" element
 

Methods in org.ogf.graap.wsag4j.types.engine.impl with parameters of type ItemCardinalityType
 void ConstraintAnnotationTypeImpl.xsetMultiplicity(ItemCardinalityType multiplicity)
          Sets (as xml) the "Multiplicity" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.