Uses of Class
org.cxml.URL
-
Packages that use URL Package Description org.cxml -
-
Uses of URL in org.cxml
Fields in org.cxml declared as URL Modifier and Type Field Description protected URLAddress. urlprotected URLAttachment. urlprotected URLBrowserFormPost. urlprotected URLFollowup. urlprotected URLItemDetail. urlprotected URLPunchoutDetail. urlprotected URLStartPage. urlprotected URLSupplierSetup. urlprotected URLTransaction. urlFields in org.cxml with type parameters of type URL Modifier and Type Field Description protected java.util.List<URL>Contact. urlMethods in org.cxml that return URL Modifier and Type Method Description URLObjectFactory. createURL()Create an instance ofURLURLAddress. getURL()Gets the value of the url property.URLAttachment. getURL()Gets the value of the url property.URLBrowserFormPost. getURL()Gets the value of the url property.URLFollowup. getURL()Gets the value of the url property.URLItemDetail. getURL()Gets the value of the url property.URLPunchoutDetail. getURL()Gets the value of the url property.URLStartPage. getURL()Gets the value of the url property.URLSupplierSetup. getURL()Gets the value of the url property.URLTransaction. 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 java.util.List<URL>Contact. getURL()Gets the value of the url property.Methods in org.cxml with parameters of type URL Modifier and Type Method Description voidAddress. setURL(URL value)Sets the value of the url property.voidAttachment. setURL(URL value)Sets the value of the url property.voidBrowserFormPost. setURL(URL value)Sets the value of the url property.voidFollowup. setURL(URL value)Sets the value of the url property.voidItemDetail. setURL(URL value)Sets the value of the url property.voidPunchoutDetail. setURL(URL value)Sets the value of the url property.voidStartPage. setURL(URL value)Sets the value of the url property.voidSupplierSetup. setURL(URL value)Sets the value of the url property.voidTransaction. setURL(URL value)Sets the value of the url property.
-