|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.objsys.asn1j.runtime.Asn1XmlXSIAttrs
public class Asn1XmlXSIAttrs
Constructor Summary | |
---|---|
Asn1XmlXSIAttrs()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Asn1XmlXSIAttrs()
Method Detail |
---|
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.needXSI
- Boolean indicating whether XSI namespace attribute
declaration is needed or not.
Asn1Exception
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |