|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object.
<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>
Method Summary | |
List |
getAnchor()
Gets the value of the Anchor property. |
String |
getIsDomainSide()
|
String |
getObjectSet()
|
int |
getOrder()
|
List |
getParticipationConstraint()
Gets the value of the ParticipationConstraint property. |
StyleType |
getStyle()
|
boolean |
isFunctional()
|
boolean |
isOptional()
|
boolean |
isSetAnchor()
|
boolean |
isSetFunctional()
|
boolean |
isSetIsDomainSide()
|
boolean |
isSetObjectSet()
|
boolean |
isSetOptional()
|
boolean |
isSetOrder()
|
boolean |
isSetParticipationConstraint()
|
boolean |
isSetStyle()
|
void |
setFunctional(boolean value)
|
void |
setIsDomainSide(String value)
|
void |
setObjectSet(String value)
|
void |
setOptional(boolean value)
|
void |
setOrder(int value)
|
void |
setStyle(StyleType value)
|
void |
unsetAnchor()
|
void |
unsetFunctional()
|
void |
unsetIsDomainSide()
|
void |
unsetObjectSet()
|
void |
unsetOptional()
|
void |
unsetOrder()
|
void |
unsetParticipationConstraint()
|
void |
unsetStyle()
|
Methods inherited from interface edu.byu.deg.osmx.binding.ModelElement |
getId, isSetId, setId, unsetId |
Method Detail |
public StyleType getStyle()
StyleType
public void setStyle(StyleType value)
value
- allowed object is
StyleType
public boolean isSetStyle()
public void unsetStyle()
public String getIsDomainSide()
String
public void setIsDomainSide(String value)
value
- allowed object is
String
public boolean isSetIsDomainSide()
public void unsetIsDomainSide()
public List getParticipationConstraint()
getParticipationConstraint().add(newItem);Objects of the following type(s) are allowed in the list
PositionedText
public boolean isSetParticipationConstraint()
public void unsetParticipationConstraint()
public String getObjectSet()
String
public void setObjectSet(String value)
value
- allowed object is
String
public boolean isSetObjectSet()
public void unsetObjectSet()
public int getOrder()
public void setOrder(int value)
public boolean isSetOrder()
public void unsetOrder()
public List getAnchor()
getAnchor().add(newItem);Objects of the following type(s) are allowed in the list
AnchorType
public boolean isSetAnchor()
public void unsetAnchor()
public boolean isFunctional()
public void setFunctional(boolean value)
public boolean isSetFunctional()
public void unsetFunctional()
public boolean isOptional()
public void setOptional(boolean value)
public boolean isSetOptional()
public void unsetOptional()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |