edu.byu.deg.osmx.binding
Interface RelationshipSet

All Superinterfaces:
javax.xml.bind.Element, ModelElement, RelationshipSetType
All Known Implementing Classes:
RelationshipSetImpl

public interface RelationshipSet
extends javax.xml.bind.Element, RelationshipSetType

Java content class for RelationshipSet element declaration.

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

 <element name="RelationshipSet">
   <complexType>
     <complexContent>
       <extension base="{http://www.deg.byu.edu/xml/osmx.xsd}ModelElement">
         <sequence>
           <element ref="{http://www.deg.byu.edu/xml/osmx.xsd}Style" minOccurs="0"/>
           <element ref="{http://www.deg.byu.edu/xml/osmx.xsd}OSM" minOccurs="0"/>
           <element name="Name" type="{http://www.deg.byu.edu/xml/osmx.xsd}PositionedText"/>
           <element ref="{http://www.deg.byu.edu/xml/osmx.xsd}RelSetConnection" maxOccurs="unbounded" minOccurs="2"/>
           <element ref="{http://www.deg.byu.edu/xml/osmx.xsd}CoOccurrenceConstraint" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <attGroup ref="{http://www.deg.byu.edu/xml/osmx.xsd}highLevelAttributes"/>
         <attGroup ref="{http://www.deg.byu.edu/xml/osmx.xsd}graphicalElementAttributes"/>
         <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         <attribute name="rightArrow" type="{http://www.deg.byu.edu/xml/osmx.xsd}ExtendedBoolean" />
         <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="showDiamond" type="{http://www.deg.byu.edu/xml/osmx.xsd}ExtendedBoolean" />
         <attribute name="leftArrow" type="{http://www.deg.byu.edu/xml/osmx.xsd}ExtendedBoolean" />
       </extension>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface edu.byu.deg.osmx.binding.RelationshipSetType
getCoOccurrenceConstraint, getName, getOrder, getOSM, getRelSetConnection, getStyle, getUri, getWidth, getX, getY, isCollapsed, isHighLevel, isLeftArrow, isRightArrow, isSetCollapsed, isSetCoOccurrenceConstraint, isSetHighLevel, isSetLeftArrow, isSetName, isSetOrder, isSetOSM, isSetRelSetConnection, isSetRightArrow, isSetShowDiamond, isSetStyle, isSetUri, isSetWidth, isSetX, isSetY, isShowDiamond, setCollapsed, setHighLevel, setLeftArrow, setName, setOrder, setOSM, setRightArrow, setShowDiamond, setStyle, setUri, setWidth, setX, setY, unsetCollapsed, unsetCoOccurrenceConstraint, unsetHighLevel, unsetLeftArrow, unsetName, unsetOrder, unsetOSM, unsetRelSetConnection, unsetRightArrow, unsetShowDiamond, unsetStyle, unsetUri, unsetWidth, unsetX, unsetY
 
Methods inherited from interface edu.byu.deg.osmx.binding.ModelElement
getId, isSetId, setId, unsetId