Uses of Class
org.cxml.URL

Packages that use URL
Package
Description
 
  • Uses of URL in org.cxml

    Fields in org.cxml declared as URL
    Modifier and Type
    Field
    Description
    protected URL
    Address.url
     
    protected URL
    Attachment.url
     
    protected URL
    AttachmentReference.url
     
    protected URL
    BrowserFormPost.url
     
    protected URL
    Followup.url
     
    protected URL
    ItemDetail.url
     
    protected URL
    PunchoutDetail.url
     
    protected URL
    StartPage.url
     
    protected URL
    SupplierSetup.url
     
    protected URL
    Transaction.url
     
    Fields in org.cxml with type parameters of type URL
    Modifier and Type
    Field
    Description
    protected List<URL>
    Contact.url
     
    Methods in org.cxml that return URL
    Modifier and Type
    Method
    Description
    ObjectFactory.createURL()
    Create an instance of URL
    Address.getURL()
    Gets the value of the url property.
    Attachment.getURL()
    Gets the value of the url property.
    AttachmentReference.getURL()
    Gets the value of the url property.
    BrowserFormPost.getURL()
    Gets the value of the url property.
    Followup.getURL()
    Gets the value of the url property.
    ItemDetail.getURL()
    Gets the value of the url property.
    PunchoutDetail.getURL()
    Gets the value of the url property.
    StartPage.getURL()
    Gets the value of the url property.
    SupplierSetup.getURL()
    Gets the value of the url property.
    Transaction.getURL()
    Gets the value of the url property.
    Methods in org.cxml that return types with arguments of type URL
    Modifier and Type
    Method
    Description
    Contact.getURL()
    Gets the value of the url property.
    Methods in org.cxml with parameters of type URL
    Modifier and Type
    Method
    Description
    void
    Address.setURL(URL value)
    Sets the value of the url property.
    void
    Attachment.setURL(URL value)
    Sets the value of the url property.
    void
    AttachmentReference.setURL(URL value)
    Sets the value of the url property.
    void
    BrowserFormPost.setURL(URL value)
    Sets the value of the url property.
    void
    Followup.setURL(URL value)
    Sets the value of the url property.
    void
    ItemDetail.setURL(URL value)
    Sets the value of the url property.
    void
    PunchoutDetail.setURL(URL value)
    Sets the value of the url property.
    void
    StartPage.setURL(URL value)
    Sets the value of the url property.
    void
    SupplierSetup.setURL(URL value)
    Sets the value of the url property.
    void
    Transaction.setURL(URL value)
    Sets the value of the url property.