Uses of Class
org.cxml.Correspondent
-
Packages that use Correspondent Package Description org.cxml -
-
Uses of Correspondent in org.cxml
Fields in org.cxml declared as Correspondent Modifier and Type Field Description protected CorrespondentFrom. correspondentprotected CorrespondentSupplierInvitation. correspondentprotected CorrespondentTo. correspondentMethods in org.cxml that return Correspondent Modifier and Type Method Description CorrespondentObjectFactory. createCorrespondent()Create an instance ofCorrespondentCorrespondentFrom. getCorrespondent()Gets the value of the correspondent property.CorrespondentSupplierInvitation. getCorrespondent()Gets the value of the correspondent property.CorrespondentTo. getCorrespondent()Gets the value of the correspondent property.Methods in org.cxml with parameters of type Correspondent Modifier and Type Method Description voidFrom. setCorrespondent(Correspondent value)Sets the value of the correspondent property.voidSupplierInvitation. setCorrespondent(Correspondent value)Sets the value of the correspondent property.voidTo. setCorrespondent(Correspondent value)Sets the value of the correspondent property.
-