Uses of Class
org.cxml.Name
-
Packages that use Name Package Description org.cxml -
-
Uses of Name in org.cxml
Fields in org.cxml declared as Name Modifier and Type Field Description protected NameAccountingSegment. nameprotected NameAddress. nameprotected NameAttachmentReference. nameprotected NameContact. nameprotected NameOrganization. nameprotected NameQuoteRequestHeader. nameprotected NameReturnData. nameprotected NameSearchGroup. nameprotected NameSearchGroupData. nameprotected NameSubscription. nameprotected NameSupplier. nameMethods in org.cxml that return Name Modifier and Type Method Description NameObjectFactory. createName()Create an instance ofNameNameAccountingSegment. getName()Gets the value of the name property.NameAddress. getName()Gets the value of the name property.NameAttachmentReference. getName()Gets the value of the name property.NameContact. getName()Gets the value of the name property.NameOrganization. getName()Gets the value of the name property.NameQuoteRequestHeader. getName()Gets the value of the name property.NameReturnData. getName()Gets the value of the name property.NameSearchGroup. getName()Gets the value of the name property.NameSearchGroupData. getName()Gets the value of the name property.NameSubscription. getName()Gets the value of the name property.NameSupplier. getName()Gets the value of the name property.Methods in org.cxml with parameters of type Name Modifier and Type Method Description voidAccountingSegment. setName(Name value)Sets the value of the name property.voidAddress. setName(Name value)Sets the value of the name property.voidAttachmentReference. setName(Name value)Sets the value of the name property.voidContact. setName(Name value)Sets the value of the name property.voidOrganization. setName(Name value)Sets the value of the name property.voidQuoteRequestHeader. setName(Name value)Sets the value of the name property.voidReturnData. setName(Name value)Sets the value of the name property.voidSearchGroup. setName(Name value)Sets the value of the name property.voidSearchGroupData. setName(Name value)Sets the value of the name property.voidSubscription. setName(Name value)Sets the value of the name property.voidSupplier. setName(Name value)Sets the value of the name property.
-