Class SchemaAttribute
- java.lang.Object
-
- com.sun.xml.rpc.wsdl.document.schema.SchemaAttribute
-
public class SchemaAttribute extends Object
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description SchemaAttribute()SchemaAttribute(String localName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalName()StringgetNamespaceURI()SchemaElementgetParent()QNamegetQName()StringgetValue()StringgetValue(WriterContext context)voidsetLocalName(String s)voidsetNamespaceURI(String s)voidsetParent(SchemaElement e)voidsetValue(String s)voidsetValue(QName name)
-
-
-
Constructor Detail
-
SchemaAttribute
public SchemaAttribute()
-
SchemaAttribute
public SchemaAttribute(String localName)
-
-
Method Detail
-
getNamespaceURI
public String getNamespaceURI()
-
setNamespaceURI
public void setNamespaceURI(String s)
-
getLocalName
public String getLocalName()
-
setLocalName
public void setLocalName(String s)
-
getQName
public QName getQName()
-
getValue
public String getValue()
-
getValue
public String getValue(WriterContext context)
-
setValue
public void setValue(String s)
-
setValue
public void setValue(QName name)
-
getParent
public SchemaElement getParent()
-
setParent
public void setParent(SchemaElement e)
-
-