edu.byu.deg.osmx.binding
Interface Connection

All Superinterfaces:
ConnectionType, javax.xml.bind.Element, ModelElement

public interface Connection
extends javax.xml.bind.Element, ConnectionType

Java content class for Connection element declaration.

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

 <element name="Connection">
   <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}ParticipationConstraint" maxOccurs="unbounded" minOccurs="0"/>
           <element ref="{http://www.deg.byu.edu/xml/osmx.xsd}Anchor" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <attGroup ref="{http://www.deg.byu.edu/xml/osmx.xsd}orderAttributes"/>
         <attribute name="optional" type="{http://www.deg.byu.edu/xml/osmx.xsd}ExtendedBoolean" />
         <attribute name="objectSet" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="functional" type="{http://www.deg.byu.edu/xml/osmx.xsd}ExtendedBoolean" />
         <attribute name="isDomainSide" type="{http://www.deg.byu.edu/xml/osmx.xsd}ConnectionSide" />
       </extension>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface edu.byu.deg.osmx.binding.ConnectionType
getAnchor, getIsDomainSide, getObjectSet, getOrder, getParticipationConstraint, getStyle, isFunctional, isOptional, isSetAnchor, isSetFunctional, isSetIsDomainSide, isSetObjectSet, isSetOptional, isSetOrder, isSetParticipationConstraint, isSetStyle, setFunctional, setIsDomainSide, setObjectSet, setOptional, setOrder, setStyle, unsetAnchor, unsetFunctional, unsetIsDomainSide, unsetObjectSet, unsetOptional, unsetOrder, unsetParticipationConstraint, unsetStyle
 
Methods inherited from interface edu.byu.deg.osmx.binding.ModelElement
getId, isSetId, setId, unsetId