Uses of Class
org.kapott.hbci.sepa.jaxb.camt_052_001_08.DocumentType6Code
-
Packages that use DocumentType6Code Package Description org.kapott.hbci.sepa.jaxb.camt_052_001_08 -
-
Uses of DocumentType6Code in org.kapott.hbci.sepa.jaxb.camt_052_001_08
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_08 declared as DocumentType6Code Modifier and Type Field Description protected DocumentType6Code
ReferredDocumentType3Choice. cd
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_08 that return DocumentType6Code Modifier and Type Method Description static DocumentType6Code
DocumentType6Code. fromValue(java.lang.String v)
DocumentType6Code
ReferredDocumentType3Choice. getCd()
Gets the value of the cd property.static DocumentType6Code
DocumentType6Code. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DocumentType6Code[]
DocumentType6Code. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_08 with parameters of type DocumentType6Code Modifier and Type Method Description void
ReferredDocumentType3Choice. setCd(DocumentType6Code value)
Sets the value of the cd property.
-