Uses of Class
org.openapplications.oagis._9.CodeType
-
Packages that use CodeType Package Description org.openapplications.oagis._9 tr.gov.efatura.useraccount -
-
Uses of CodeType in org.openapplications.oagis._9
Methods in org.openapplications.oagis._9 that return CodeType Modifier and Type Method Description CodeTypeCodeType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2CodeTypeObjectFactory. createCodeType()Create an instance ofCodeTypeCodeTypeStatusBasisType. getCode()Gets the value of the code property.CodeTypeStatusBasisType. getReasonCode()Gets the value of the reasonCode property.CodeTypeStatusBasisType. setCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderCodeTypeStatusBasisType. setReasonCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderMethods in org.openapplications.oagis._9 that return types with arguments of type CodeType Modifier and Type Method Description JAXBElement<CodeType>ObjectFactory. createCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createFormatCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createPostalCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createReasonCode(CodeType value)Methods in org.openapplications.oagis._9 with parameters of type CodeType Modifier and Type Method Description voidCodeType. cloneTo(CodeType ret)This method clones all values fromthisto the passed object.JAXBElement<CodeType>ObjectFactory. createCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createFormatCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createPostalCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createReasonCode(CodeType value)voidStatusBasisType. setCode(CodeType value)Sets the value of the code property.voidStatusBasisType. setReasonCode(CodeType value)Sets the value of the reasonCode property. -
Uses of CodeType in tr.gov.efatura.useraccount
Methods in tr.gov.efatura.useraccount that return CodeType Modifier and Type Method Description CodeTypeAccessCredentialType. getAccessCredentialTypeCode()Gets the value of the accessCredentialTypeCode property.CodeTypeAddressBaseType. getFormatCode()Gets the value of the formatCode property.CodeTypePersonNameBaseType. getGenerationAffixCode()Gets the value of the generationAffixCode property.CodeTypeNotificationType. getNotificationScopeCode()Gets the value of the notificationScopeCode property.CodeTypeAddressBaseType. getPostalCode()Gets the value of the postalCode property.CodeTypePersonNameBaseType. getPreferredSalutationCode()Gets the value of the preferredSalutationCode property.CodeTypePersonNameBaseType. getQualificationAffixCodeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionCodeTypePersonNameBaseType. getTitleAffixCodeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionCodeTypeAccountConfigurationType. getUserOptionCodeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionCodeTypeWorkScopeType. getWorkScopeCode()Gets the value of the workScopeCode property.CodeTypeAccessCredentialType. setAccessCredentialTypeCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderCodeTypeAddressBaseType. setFormatCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderCodeTypePersonNameBaseType. setGenerationAffixCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderCodeTypeNotificationType. setNotificationScopeCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderCodeTypeAddressBaseType. setPostalCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderCodeTypePersonNameBaseType. setPreferredSalutationCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderCodeTypeWorkScopeType. setWorkScopeCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderMethods in tr.gov.efatura.useraccount with parameters of type CodeType Modifier and Type Method Description voidPersonNameBaseType. addQualificationAffixCode(CodeType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidPersonNameBaseType. addTitleAffixCode(CodeType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidAccountConfigurationType. addUserOptionCode(CodeType elem)Created by ph-jaxb22-plugin -Xph-list-extensionJAXBElement<CodeType>ObjectFactory. createAccessCredentialTypeCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createGenerationAffixCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createNotificationScopeCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createPreferredSalutationCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createQualificationAffixCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createTitleAffixCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createUserOptionCode(CodeType value)JAXBElement<CodeType>ObjectFactory. createWorkScopeCode(CodeType value)voidAccessCredentialType. setAccessCredentialTypeCode(CodeType value)Sets the value of the accessCredentialTypeCode property.voidAddressBaseType. setFormatCode(CodeType value)Sets the value of the formatCode property.voidPersonNameBaseType. setGenerationAffixCode(CodeType value)Sets the value of the generationAffixCode property.voidNotificationType. setNotificationScopeCode(CodeType value)Sets the value of the notificationScopeCode property.voidAddressBaseType. setPostalCode(CodeType value)Sets the value of the postalCode property.voidPersonNameBaseType. setPreferredSalutationCode(CodeType value)Sets the value of the preferredSalutationCode property.voidWorkScopeType. setWorkScopeCode(CodeType value)Sets the value of the workScopeCode property.Method parameters in tr.gov.efatura.useraccount with type arguments of type CodeType Modifier and Type Method Description voidPersonNameBaseType. setQualificationAffixCode(List<CodeType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidPersonNameBaseType. setTitleAffixCode(List<CodeType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidAccountConfigurationType. setUserOptionCode(List<CodeType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-