fr.etai.xat2v2.obj
Class AttributedURI

java.lang.Object
  extended by fr.etai.xat2v2.obj.AttributedURI
All Implemented Interfaces:
Serializable

public class AttributedURI
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

AttributedURI

public AttributedURI()
Method Detail

getBreakdownList

public List<Classification> getBreakdownList()
Gets the value of the breakdownList property.

Returns:
possible object is ClassificationListType

setBreakdownList

public void setBreakdownList(List<Classification> value)
Sets the value of the breakdownList property.

Parameters:
value - allowed object is ClassificationListType

addBreakdown

public void addBreakdown(Classification breakdown)

getUri

public String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

getClassificationList

public List<Classification> getClassificationList()
Gets the value of the classificationList property.

Returns:
possible object is ClassificationListType

setClassificationList

public void setClassificationList(List<Classification> value)
Sets the value of the classificationList property.

Parameters:
value - allowed object is ClassificationListType

addClassification

public void addClassification(Classification cl)

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getAction

public URIActionEnum getAction()
Gets the value of the action property.

Returns:
possible object is URIActionEnum

setAction

public void setAction(URIActionEnum value)
Sets the value of the action property.

Parameters:
value - allowed object is URIActionEnum

isDirectAccess

public boolean isDirectAccess()
Gets the value of the directAccess property.

Returns:
possible object is Boolean

setDirectAccess

public void setDirectAccess(Boolean value)
Sets the value of the directAccess property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.