public class XMLNamespacePrefixies extends Object implements Serializable
Java class for XMLNamespacePrefixies complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XMLNamespacePrefixies"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Namespace" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Prefix" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
namespace |
protected String |
prefix |
Constructor and Description |
---|
XMLNamespacePrefixies() |
Modifier and Type | Method and Description |
---|---|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
boolean |
isSetNamespace() |
boolean |
isSetPrefix() |
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is
String
public boolean isSetNamespace()
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public boolean isSetPrefix()
Copyright © 2008–2017 MIL-OSS. All rights reserved.