Uses of Class
fr.etai.xat2v2.obj.AttributedURI

Packages that use AttributedURI
fr.etai.xat2v2.builder   
fr.etai.xat2v2.obj   
fr.etai.xat2v2.util Classes in this package are all utility classes. 
 

Uses of AttributedURI in fr.etai.xat2v2.builder
 

Methods in fr.etai.xat2v2.builder that return AttributedURI
 AttributedURI AttributedURIBuilder.build()
           
 

Uses of AttributedURI in fr.etai.xat2v2.obj
 

Methods in fr.etai.xat2v2.obj that return types with arguments of type AttributedURI
 List<AttributedURI> Message.getRequestList()
          Gets the value of the requestList property.
 List<AttributedURI> Attachment.getUriList()
          Gets the value of the uriList property.
 List<AttributedURI> AttachedFile.getUriList()
          Gets the value of the uriList property.
 List<AttributedURI> Xat2.getUriList()
          Gets the value of the uriList property.
 

Methods in fr.etai.xat2v2.obj with parameters of type AttributedURI
 void Message.addRequest(AttributedURI uri)
           
 void Attachment.addUri(AttributedURI uri)
           
 void AttachedFile.addUri(AttributedURI uri)
           
 void Xat2.addUri(AttributedURI uri)
           
 

Method parameters in fr.etai.xat2v2.obj with type arguments of type AttributedURI
 void Message.setRequestList(List<AttributedURI> value)
          Sets the value of the requestList property.
 void Attachment.setUriList(List<AttributedURI> value)
          Sets the value of the uriList property.
 void AttachedFile.setUriList(List<AttributedURI> value)
          Sets the value of the uriList property.
 void Xat2.setUriList(List<AttributedURI> value)
          Sets the value of the uriList property.
 

Uses of AttributedURI in fr.etai.xat2v2.util
 

Method parameters in fr.etai.xat2v2.util with type arguments of type AttributedURI
static String AttributedURILIstUtil.getURIByAction(List<AttributedURI> uriList, URIActionEnum action)
           
static Boolean AttributedURILIstUtil.isDirectAccess(List<AttributedURI> uriList, URIActionEnum action)
          Checks if the URI given for the specified action is directly accessible.
static void AttributedURILIstUtil.setURI(List<AttributedURI> uriList, URIActionEnum action, String uriValue, boolean directAccess)
          Adds an URI in the URI list.
 



Copyright © 2012. All Rights Reserved.