public class Asn1XmlXSIAttrs
extends java.lang.Object
| Constructor and Description | 
|---|
Asn1XmlXSIAttrs()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
encode(Asn1XmlEncoder buffer)
This method writes the set of XSI attributes and the XSI namespace
 declaration to the encode buffer or stream. 
 | 
java.lang.String | 
getNoNSSchemaLoc()
This method gets the current XSI no namespace schema location
 attribute setting. 
 | 
java.lang.String | 
getSchemaLocation()
This method gets the current XSI schema location attribute setting. 
 | 
java.lang.String | 
getXSIType()
This method gets the current XSI type setting. 
 | 
void | 
setNoNSSchemaLoc(java.lang.String value)
This method sets the current XSI no namespace schema location
 attribute setting. 
 | 
void | 
setSchemaLocation(java.lang.String value)
This method sets the current XSI schema location attribute setting. 
 | 
void | 
setXSIType(java.lang.String value)
This method sets the current XSI type setting. 
 | 
public java.lang.String getSchemaLocation()
public void setSchemaLocation(java.lang.String value)
value - XSI schema location attribute value.public java.lang.String getNoNSSchemaLoc()
public void setNoNSSchemaLoc(java.lang.String value)
value - No namespace XSI schema location attribute value.public java.lang.String getXSIType()
public void setXSIType(java.lang.String value)
value - XSI type attribute value.public void encode(Asn1XmlEncoder buffer) throws Asn1Exception, java.io.IOException
buffer - XML encode buffer or stream object.Asn1Exceptionjava.io.IOException