Uses of Class
net.opengis.swecommon.v_2_0.TextType

Uses of TextType in net.opengis.swecommon.v_2_0
 

Fields in net.opengis.swecommon.v_2_0 declared as TextType
protected  TextType TextPropertyType.text
           
protected  TextType QualityPropertyType.text
           
protected  TextType AnyScalarPropertyType.text
           
 

Methods in net.opengis.swecommon.v_2_0 that return TextType
 TextType ObjectFactory.createTextType()
          Create an instance of TextType
 TextType TextPropertyType.getText()
          Gets the value of the text property.
 TextType QualityPropertyType.getText()
          Gets the value of the text property.
 TextType AnyScalarPropertyType.getText()
          Gets the value of the text property.
 TextType TextType.withAxisID(String value)
           
 TextType TextType.withConstraint(AllowedTokensPropertyType value)
           
 TextType TextType.withDefinition(String value)
           
 TextType TextType.withDescription(String value)
           
 TextType TextType.withExtension(Collection<Object> values)
           
 TextType TextType.withExtension(List<Object> value)
           
 TextType TextType.withExtension(Object... values)
           
 TextType TextType.withId(String value)
           
 TextType TextType.withIdentifier(String value)
           
 TextType TextType.withLabel(String value)
           
 TextType TextType.withNilValues(NilValuesPropertyType value)
           
 TextType TextType.withOptional(boolean value)
           
 TextType TextType.withQuality(Collection<QualityPropertyType> values)
           
 TextType TextType.withQuality(List<QualityPropertyType> value)
           
 TextType TextType.withQuality(QualityPropertyType... values)
           
 TextType TextType.withReferenceFrame(String value)
           
 TextType TextType.withUpdatable(boolean value)
           
 TextType TextType.withValue(String value)
           
 

Methods in net.opengis.swecommon.v_2_0 that return types with arguments of type TextType
 JAXBElement<TextType> ObjectFactory.createText(TextType value)
          Create an instance of JAXBElement<TextType>}
 

Methods in net.opengis.swecommon.v_2_0 with parameters of type TextType
 JAXBElement<TextType> ObjectFactory.createText(TextType value)
          Create an instance of JAXBElement<TextType>}
 void TextPropertyType.setText(TextType value)
          Sets the value of the text property.
 void QualityPropertyType.setText(TextType value)
          Sets the value of the text property.
 void AnyScalarPropertyType.setText(TextType value)
          Sets the value of the text property.
 TextPropertyType TextPropertyType.withText(TextType value)
           
 QualityPropertyType QualityPropertyType.withText(TextType value)
           
 AnyScalarPropertyType AnyScalarPropertyType.withText(TextType value)
           
 



Copyright © 2008-2015. All Rights Reserved.