|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stc.connector.sagadapter.primitive.sw.Sw_StopReason
public class Sw_StopReason
| Constructor Summary | |
|---|---|
Sw_StopReason()
|
|
Sw_StopReason(com.stc.otd.runtime.OtdMeta mObj)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
addSwGbl_StatusAttributes()
|
java.lang.String[] |
check()
DOCUMENT ME! |
int |
choice()
For a choice node, returns the index of the valid child. |
int |
count(int child)
Returns the number of repetition instances of the given child. |
int |
countSwGbl_StatusAttributes()
countXXX() reutrns number of repeated Objects excluding holes. |
java.lang.Object |
get(int child)
|
java.lang.Object |
get(int child,
int index)
|
java.util.Map |
getmapSwGbl_StatusAttributes()
|
java.lang.Object |
getruntimeimplSwGbl_StatusAttributes()
|
SwGbl_StatusAttributes[] |
getSwGbl_StatusAttributes()
|
SwGbl_StatusAttributes |
getSwGbl_StatusAttributes(int index)
for internal use only to get a branch object |
java.util.ArrayList |
getSwGbl_StatusAttributesList()
|
boolean |
has(int child)
Tests whether given child is present. |
boolean |
has(int child,
int index)
Tests whether given instance of a repeated child is present. |
boolean |
hasSwGbl_StatusAttributes(int child)
|
void |
includeXmlDeclaration(boolean val)
Set includeXmlDecl flag. |
void |
init0()
|
static void |
main(java.lang.String[] args)
|
void |
marshal(org.xml.sax.ContentHandler handler,
org.xml.sax.ErrorHandler errorHandler,
boolean rtMarshal)
|
void |
marshal(com.stc.otd.runtime.OtdOutputStream out)
Marshals the data content of an OTD into a BLOB. |
void |
marshalDoctype(java.lang.String decl)
Adds a DOCTYPE declaration to the marshalled document. |
void |
marshalProlog(java.lang.String target,
java.lang.String data)
Adds a prolog processing instruction to the marshalled document. |
byte[] |
marshalToBytes()
Marshals the data content of an OTD into a byte array. |
java.lang.String |
marshalToString()
Marshals the data content of an OTD into a string. |
com.stc.otd.runtime.OtdMeta |
meta()
|
void |
remove(int child)
Removes the given child instance. |
void |
remove(int child,
int index)
Removes the given occurrence of a child instance. |
void |
removeSwGbl_StatusAttributes()
|
void |
removeSwGbl_StatusAttributes(int index)
|
void |
reset()
Clear cached data. |
void |
set(int child,
int index,
java.lang.Object value)
Stores the given child instance. |
void |
set(int child,
java.lang.Object value)
|
void |
setmapSwGbl_StatusAttributes(java.util.Map value)
|
void |
setSwGbl_StatusAttributes(int index,
SwGbl_StatusAttributes value)
|
void |
setSwGbl_StatusAttributes(com.stc.otd.runtime.provider.RepeatDTDXSDImpl value)
|
void |
setSwGbl_StatusAttributes(SwGbl_StatusAttributes[] value)
|
int |
size(int child)
Returns one past the last valid index for a repeating child. |
int |
sizeSwGbl_StatusAttributes()
sizeXXX() returns number of repeated Objects including holes |
java.lang.String |
toString()
|
void |
unmarshal(org.xml.sax.InputSource inputSource,
com.stc.otd.tools.xml.SAXLexer lexer)
|
void |
unmarshal(com.stc.otd.runtime.OtdInputStream in)
Unmarshals a BLOB into the data content of an OTD. |
void |
unmarshalFromBytes(byte[] in)
Unmarshals a byte array into the data content of an OTD. |
void |
unmarshalFromString(java.lang.String in)
Unmarshals a string into the data content of an OTD. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Sw_StopReason(com.stc.otd.runtime.OtdMeta mObj)
public Sw_StopReason()
| Method Detail |
|---|
public void init0()
public com.stc.otd.runtime.OtdMeta meta()
meta in interface com.stc.otd.runtime.OtdNode
public boolean hasSwGbl_StatusAttributes(int child)
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic java.util.ArrayList getSwGbl_StatusAttributesList()
public SwGbl_StatusAttributes[] getSwGbl_StatusAttributes()
public java.util.Map getmapSwGbl_StatusAttributes()
public java.lang.Object getruntimeimplSwGbl_StatusAttributes()
public void setmapSwGbl_StatusAttributes(java.util.Map value)
public void setSwGbl_StatusAttributes(com.stc.otd.runtime.provider.RepeatDTDXSDImpl value)
public void setSwGbl_StatusAttributes(SwGbl_StatusAttributes[] value)
public void removeSwGbl_StatusAttributes()
public SwGbl_StatusAttributes getSwGbl_StatusAttributes(int index)
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException
public void setSwGbl_StatusAttributes(int index,
SwGbl_StatusAttributes value)
public void removeSwGbl_StatusAttributes(int index)
public java.lang.Object addSwGbl_StatusAttributes()
public int countSwGbl_StatusAttributes()
public int sizeSwGbl_StatusAttributes()
public java.lang.Object get(int child)
throws java.lang.IndexOutOfBoundsException
get in interface com.stc.otd.runtime.OtdNodejava.lang.IndexOutOfBoundsException
public java.lang.Object get(int child,
int index)
throws java.lang.IndexOutOfBoundsException
get in interface com.stc.otd.runtime.OtdNodejava.lang.IndexOutOfBoundsException
public void set(int child,
java.lang.Object value)
throws java.lang.IndexOutOfBoundsException,
java.lang.IllegalArgumentException
set in interface com.stc.otd.runtime.OtdNodejava.lang.IndexOutOfBoundsException
java.lang.IllegalArgumentException
public void set(int child,
int index,
java.lang.Object value)
throws java.lang.IndexOutOfBoundsException,
java.lang.IllegalArgumentException
set in interface com.stc.otd.runtime.OtdNodechild - index of child below this parentindex - index of child instance in repetitionvalue - the new child value
java.lang.IndexOutOfBoundsException - for invalid index or child
java.lang.IllegalArgumentException - for a type or value error
public boolean has(int child)
throws java.lang.IndexOutOfBoundsException
has in interface com.stc.otd.runtime.OtdNodechild - index of child below this parent
java.lang.IndexOutOfBoundsException - for invalid child
public boolean has(int child,
int index)
throws java.lang.IndexOutOfBoundsException
has in interface com.stc.otd.runtime.OtdNodechild - index of child below this parentindex - index of child instance in repetition, from 0
java.lang.IndexOutOfBoundsException - for invalid index or childpublic int count(int child)
count in interface com.stc.otd.runtime.OtdNodechild - index of child below this parent
java.lang.IndexOutOfBoundsException - for invalid childpublic int size(int child)
size in interface com.stc.otd.runtime.OtdNodechild - index of child below this parent
java.lang.IndexOutOfBoundsException - for invalid childpublic int choice()
choice in interface com.stc.otd.runtime.OtdNodepublic void remove(int child)
remove in interface com.stc.otd.runtime.OtdNodechild - index of child below this parent, from 0
java.lang.IndexOutOfBoundsException - for invalid or mandatory child
public void remove(int child,
int index)
remove in interface com.stc.otd.runtime.OtdNodechild - index of child below this parent, from 0index - index of child instance in repetition, from 0
java.lang.IndexOutOfBoundsException - for invalid or non-repeating child
public void unmarshal(org.xml.sax.InputSource inputSource,
com.stc.otd.tools.xml.SAXLexer lexer)
throws org.xml.sax.SAXException,
com.stc.otd.runtime.UnmarshalException
org.xml.sax.SAXException
com.stc.otd.runtime.UnmarshalException
public void marshal(org.xml.sax.ContentHandler handler,
org.xml.sax.ErrorHandler errorHandler,
boolean rtMarshal)
throws com.stc.otd.runtime.MarshalException,
org.xml.sax.SAXException
com.stc.otd.runtime.MarshalException
org.xml.sax.SAXExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void reset()
reset in interface com.stc.otd.runtime.OtdRootpublic java.lang.String[] check()
check in interface com.stc.otd.runtime.OtdRootpublic void includeXmlDeclaration(boolean val)
val - DOCUMENT ME!
public java.lang.String marshalToString()
throws com.stc.otd.runtime.MarshalException,
java.io.IOException
marshalToString in interface com.stc.otd.runtime.OtdRoot2out - the string
com.stc.otd.runtime.MarshalException - if the output cannot be produced
java.io.IOException
public byte[] marshalToBytes()
throws com.stc.otd.runtime.MarshalException,
java.io.IOException
marshalToBytes in interface com.stc.otd.runtime.OtdRoot2out - the byte array
com.stc.otd.runtime.MarshalException - if the output cannot be produced
java.io.IOException
public void marshal(com.stc.otd.runtime.OtdOutputStream out)
throws com.stc.otd.runtime.MarshalException
marshal in interface com.stc.otd.runtime.OtdRootout - DOCUMENT ME!
com.stc.otd.runtime.MarshalException - Thrown when unable to marshal OTD.public void marshalDoctype(java.lang.String decl)
decl - DOCUMENT ME!
public void marshalProlog(java.lang.String target,
java.lang.String data)
target - DOCUMENT ME!data - DOCUMENT ME!
public void unmarshalFromString(java.lang.String in)
throws com.stc.otd.runtime.UnmarshalException
unmarshalFromString in interface com.stc.otd.runtime.OtdRoot2in - string be unmarshalled
com.stc.otd.runtime.UnmarshalException - if input data cannot be parsed
public void unmarshalFromBytes(byte[] in)
throws com.stc.otd.runtime.UnmarshalException,
java.io.IOException
unmarshalFromBytes in interface com.stc.otd.runtime.OtdRoot2in - byte array of the BLOB to be unmarshalled
com.stc.otd.runtime.UnmarshalException - on input error
java.io.IOException
public void unmarshal(com.stc.otd.runtime.OtdInputStream in)
throws com.stc.otd.runtime.UnmarshalException
unmarshal in interface com.stc.otd.runtime.OtdRootin - byte stream of the BLOB to be unmarshalled.
com.stc.otd.runtime.UnmarshalException - when unable to unmarshal BLOB into OTDpublic static void main(java.lang.String[] args)
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||