Class Name
- java.lang.Object
-
- com.sun.xml.registry.uddi.bindings_v2_2.Name
-
public class Name extends Object
Java class for name complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="name"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Name()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLang()Gets the value of the lang property.StringgetValue()Gets the value of the value property.voidsetLang(String value)Sets the value of the lang property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getLang
public String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
-