Uses of Class
org.sdmx.resources.sdmxml.schemas.v2_1.common.TextType

Packages that use TextType
org.sdmx.resources.sdmxml.schemas.v2_1.common   
org.sdmx.resources.sdmxml.schemas.v2_1.message   
org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic   
org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific   
org.sdmx.resources.sdmxml.schemas.v2_1.query   
org.sdmx.resources.sdmxml.schemas.v2_1.structure   
 

Uses of TextType in org.sdmx.resources.sdmxml.schemas.v2_1.common
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.common with type parameters of type TextType
protected  List<TextType> AnnotationType.annotationText
           
protected  List<TextType> StatusMessageType.text
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.common that return TextType
 TextType ObjectFactory.createTextType()
          Create an instance of TextType
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.common that return types with arguments of type TextType
 JAXBElement<TextType> ObjectFactory.createDescription(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<TextType> ObjectFactory.createName(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<TextType> ObjectFactory.createText(TextType value)
          Create an instance of JAXBElement<TextType>}
 List<TextType> AnnotationType.getAnnotationText()
          Gets the value of the annotationText property.
 List<TextType> StatusMessageType.getText()
          Gets the value of the text property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.common with parameters of type TextType
 JAXBElement<TextType> ObjectFactory.createDescription(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<TextType> ObjectFactory.createName(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<TextType> ObjectFactory.createText(TextType value)
          Create an instance of JAXBElement<TextType>}
 

Uses of TextType in org.sdmx.resources.sdmxml.schemas.v2_1.message
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.message with type parameters of type TextType
protected  List<TextType> ContactType.department
           
protected  List<TextType> BaseHeaderType.name
           
protected  List<TextType> ContactType.name
           
protected  List<TextType> PartyType.name
           
protected  List<TextType> ContactType.role
           
protected  List<TextType> BaseHeaderType.source
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.message that return types with arguments of type TextType
 List<TextType> ContactType.getDepartment()
          Gets the value of the department property.
 List<TextType> BaseHeaderType.getName()
          Name provides a name for the transmission.
 List<TextType> ContactType.getName()
          Name contains a human-readable name for the contact.Gets the value of the name property.
 List<TextType> PartyType.getName()
          Name is a human-readable name of the party.Gets the value of the name property.
 List<TextType> ContactType.getRole()
          Gets the value of the role property.
 List<TextType> BaseHeaderType.getSource()
          Gets the value of the source property.
 

Uses of TextType in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic with type parameters of type TextType
protected  List<TextType> MetadataSetType.name
           
protected  List<TextType> ReportedAttributeType.text
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic that return types with arguments of type TextType
 List<TextType> MetadataSetType.getName()
          Gets the value of the name property.
 List<TextType> ReportedAttributeType.getText()
          Text is used to supply parallel multi-lingual textual values for the reported metadata attribute.
 

Uses of TextType in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific with type parameters of type TextType
protected  List<TextType> MetadataSetType.name
           
protected  List<TextType> ReportedAttributeType.text
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific that return types with arguments of type TextType
 List<TextType> MetadataSetType.getName()
          Gets the value of the name property.
 List<TextType> ReportedAttributeType.getText()
          Text is used to supply parallel multi-lingual textual values for the reported metadata attribute.
 

Uses of TextType in org.sdmx.resources.sdmxml.schemas.v2_1.query
 

Subclasses of TextType in org.sdmx.resources.sdmxml.schemas.v2_1.query
 class QueryTextType
          QueryTextType describes the structure of a textual query value.
 

Uses of TextType in org.sdmx.resources.sdmxml.schemas.v2_1.structure
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.structure with type parameters of type TextType
protected  List<TextType> TransitionType.condition
           
protected  List<TextType> ContactType.department
           
protected  List<TextType> ComputationType.description
           
protected  List<TextType> NameableType.description
           
protected  List<TextType> ContactType.name
           
protected  List<TextType> NameableType.name
           
protected  List<TextType> ContactType.role
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.structure that return types with arguments of type TextType
 List<TextType> TransitionType.getCondition()
          Gets the value of the condition property.
 List<TextType> ContactType.getDepartment()
          Gets the value of the department property.
 List<TextType> ComputationType.getDescription()
          Description describe the computation in any form desired by the user (these are informational rather than machine-actionable), and so may be supplied in multiple, parallel-language versions, Gets the value of the description property.
 List<TextType> NameableType.getDescription()
          Description provides for a longer human-readable description of the object.
 List<TextType> ContactType.getName()
          Gets the value of the name property.
 List<TextType> NameableType.getName()
          Name provides for a human-readable name for the object.
 List<TextType> ContactType.getRole()
          Gets the value of the role property.
 



Copyright © 2012. All Rights Reserved.