|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Igp
Java content class for igp complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/monfort/Projects/run-totem/src/resources/domain/Domain-v1_3.xsd line 349)
<complexType name="igp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="links"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="link" type="{}linkIgp" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="type" type="{}igpType" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static interface |
Igp.IgpLinksType
Java content class for links element declaration. |
static interface |
Igp.LinksType
Java content class for anonymous complex type. |
Method Summary | |
---|---|
Igp.IgpLinksType |
getLinks()
Gets the value of the links property. |
IgpType |
getType()
Gets the value of the type property. |
boolean |
isSetLinks()
|
boolean |
isSetType()
|
void |
setLinks(Igp.IgpLinksType value)
Sets the value of the links property. |
void |
setType(IgpType value)
Sets the value of the type property. |
void |
unsetLinks()
|
void |
unsetType()
|
Method Detail |
---|
IgpType getType()
IgpType
void setType(IgpType value)
value
- allowed object is
IgpType
boolean isSetType()
void unsetType()
Igp.IgpLinksType getLinks()
Igp.IgpLinksType
void setLinks(Igp.IgpLinksType value)
value
- allowed object is
Igp.IgpLinksType
boolean isSetLinks()
void unsetLinks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |