edu.byu.deg.osmx.binding
Interface CoOccurrenceConstraint

All Superinterfaces:
CoOccurrenceConstraintType, javax.xml.bind.Element
All Known Implementing Classes:
CoOccurrenceConstraintImpl

public interface CoOccurrenceConstraint
extends javax.xml.bind.Element, CoOccurrenceConstraintType

Java content class for CoOccurrenceConstraint element declaration.

The following schema fragment specifies the expected content contained within this java content object.

 <element name="CoOccurrenceConstraint">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attGroup ref="{http://www.deg.byu.edu/xml/osmx.xsd}graphicalElementAttributes"/>
         <attribute name="cardinalityConstraint" type="{http://www.deg.byu.edu/xml/osmx.xsd}CountingConstraint" />
         <attribute name="leftSet" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="rightSet" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface edu.byu.deg.osmx.binding.CoOccurrenceConstraintType
getCardinalityConstraint, getLeftSet, getOrder, getRightSet, getX, getY, isSetCardinalityConstraint, isSetLeftSet, isSetOrder, isSetRightSet, isSetX, isSetY, setCardinalityConstraint, setLeftSet, setOrder, setRightSet, setX, setY, unsetCardinalityConstraint, unsetLeftSet, unsetOrder, unsetRightSet, unsetX, unsetY