|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.AttributedURI
public class AttributedURI
An URI corresponding to a service and the action to be performed.
Java class for AttributedURIType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributedURIType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="breakdown-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
</sequence>
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="action" type="{http://xat2.etai.fr}URIActionEnumType" />
<attribute name="direct-access" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AttributedURI()
|
|
| Method Summary | |
|---|---|
void |
addBreakdown(Classification breakdown)
|
void |
addClassification(Classification cl)
|
URIActionEnum |
getAction()
Gets the value of the action property. |
List<Classification> |
getBreakdownList()
Gets the value of the breakdownList property. |
List<Classification> |
getClassificationList()
Gets the value of the classificationList property. |
String |
getSource()
Gets the value of the source property. |
String |
getUri()
Gets the value of the uri property. |
boolean |
isDirectAccess()
Gets the value of the directAccess property. |
void |
setAction(URIActionEnum value)
Sets the value of the action property. |
void |
setBreakdownList(List<Classification> value)
Sets the value of the breakdownList property. |
void |
setClassificationList(List<Classification> value)
Sets the value of the classificationList property. |
void |
setDirectAccess(Boolean value)
Sets the value of the directAccess property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setUri(String value)
Sets the value of the uri property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributedURI()
| Method Detail |
|---|
public List<Classification> getBreakdownList()
ClassificationListType public void setBreakdownList(List<Classification> value)
value - allowed object is
ClassificationListType public void addBreakdown(Classification breakdown)
public String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic List<Classification> getClassificationList()
ClassificationListType public void setClassificationList(List<Classification> value)
value - allowed object is
ClassificationListType public void addClassification(Classification cl)
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic URIActionEnum getAction()
URIActionEnumpublic void setAction(URIActionEnum value)
value - allowed object is
URIActionEnumpublic boolean isDirectAccess()
Booleanpublic void setDirectAccess(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||