Uses of Class
org.cxml.Name

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

    Fields in org.cxml declared as Name
    Modifier and Type
    Field
    Description
    protected Name
    AccountingSegment.name
     
    protected Name
    Address.name
     
    protected Name
    AttachmentReference.name
     
    protected Name
    Contact.name
     
    protected Name
    Organization.name
     
    protected Name
    QuoteRequestHeader.name
     
    protected Name
    ReturnData.name
     
    protected Name
    SearchGroup.name
     
    protected Name
    SearchGroupData.name
     
    protected Name
    Subscription.name
     
    protected Name
    Supplier.name
     
    Methods in org.cxml that return Name
    Modifier and Type
    Method
    Description
    ObjectFactory.createName()
    Create an instance of Name
    AccountingSegment.getName()
    Gets the value of the name property.
    Address.getName()
    Gets the value of the name property.
    AttachmentReference.getName()
    Gets the value of the name property.
    Contact.getName()
    Gets the value of the name property.
    Organization.getName()
    Gets the value of the name property.
    QuoteRequestHeader.getName()
    Gets the value of the name property.
    ReturnData.getName()
    Gets the value of the name property.
    SearchGroup.getName()
    Gets the value of the name property.
    SearchGroupData.getName()
    Gets the value of the name property.
    Subscription.getName()
    Gets the value of the name property.
    Supplier.getName()
    Gets the value of the name property.
    Methods in org.cxml with parameters of type Name
    Modifier and Type
    Method
    Description
    void
    AccountingSegment.setName(Name value)
    Sets the value of the name property.
    void
    Address.setName(Name value)
    Sets the value of the name property.
    void
    AttachmentReference.setName(Name value)
    Sets the value of the name property.
    void
    Contact.setName(Name value)
    Sets the value of the name property.
    void
    Organization.setName(Name value)
    Sets the value of the name property.
    void
    QuoteRequestHeader.setName(Name value)
    Sets the value of the name property.
    void
    ReturnData.setName(Name value)
    Sets the value of the name property.
    void
    SearchGroup.setName(Name value)
    Sets the value of the name property.
    void
    SearchGroupData.setName(Name value)
    Sets the value of the name property.
    void
    Subscription.setName(Name value)
    Sets the value of the name property.
    void
    Supplier.setName(Name value)
    Sets the value of the name property.