|
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_FileStatus
public class Sw_FileStatus
| Constructor Summary | |
|---|---|
Sw_FileStatus()
|
|
Sw_FileStatus(com.stc.otd.runtime.OtdMeta mObj)
|
|
| Method Summary | |
|---|---|
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. |
java.lang.Object |
get(int child)
|
java.lang.Object |
get(int child,
int index)
|
java.lang.String |
getSw_AckIndicator()
|
java.lang.String |
getSw_CurrentSize()
|
Sw_FileRequestHeader |
getSw_FileRequestHeader()
|
Sw_FileResponseHeader |
getSw_FileResponseHeader()
|
Sw_FileStatusDetails |
getSw_FileStatusDetails()
|
java.lang.String |
getSw_LocalRef()
|
java.lang.String |
getSw_LogicalName()
|
java.lang.String |
getSw_MsgId()
|
java.lang.String |
getSw_PhysicalName()
|
java.lang.String |
getSw_Size()
|
Sw_SnFInputInfo |
getSw_SnFInputInfo()
|
java.lang.String |
getSw_StartTime()
|
java.lang.String |
getSw_StateTime()
|
Sw_StopReason |
getSw_StopReason()
|
java.lang.String |
getSw_StoredTransferRef()
|
java.lang.String |
getSw_TransferDirection()
|
java.lang.String |
getSw_TransferRef()
|
java.lang.String |
getSw_TransferSide()
|
java.lang.String |
getSw_TransferStatus()
|
java.lang.String |
getSw_TransferType()
|
java.lang.String |
getSwInt_DeliveryMode()
|
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 |
hasSw_AckIndicator()
|
boolean |
hasSw_CurrentSize()
|
boolean |
hasSw_FileResponseHeader()
|
boolean |
hasSw_FileStatusDetails()
|
boolean |
hasSw_LocalRef()
|
boolean |
hasSw_MsgId()
|
boolean |
hasSw_PhysicalName()
|
boolean |
hasSw_Size()
|
boolean |
hasSw_SnFInputInfo()
|
boolean |
hasSw_StopReason()
|
boolean |
hasSw_StoredTransferRef()
|
boolean |
hasSwInt_DeliveryMode()
|
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 |
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 |
setSw_AckIndicator(java.lang.String value)
|
void |
setSw_CurrentSize(java.lang.String value)
|
void |
setSw_FileRequestHeader(Sw_FileRequestHeader value)
|
void |
setSw_FileResponseHeader(Sw_FileResponseHeader value)
|
void |
setSw_FileStatusDetails(Sw_FileStatusDetails value)
|
void |
setSw_LocalRef(java.lang.String value)
|
void |
setSw_LogicalName(java.lang.String value)
|
void |
setSw_MsgId(java.lang.String value)
|
void |
setSw_PhysicalName(java.lang.String value)
|
void |
setSw_Size(java.lang.String value)
|
void |
setSw_SnFInputInfo(Sw_SnFInputInfo value)
|
void |
setSw_StartTime(java.lang.String value)
|
void |
setSw_StateTime(java.lang.String value)
|
void |
setSw_StopReason(Sw_StopReason value)
|
void |
setSw_StoredTransferRef(java.lang.String value)
|
void |
setSw_TransferDirection(java.lang.String value)
|
void |
setSw_TransferRef(java.lang.String value)
|
void |
setSw_TransferSide(java.lang.String value)
|
void |
setSw_TransferStatus(java.lang.String value)
|
void |
setSw_TransferType(java.lang.String value)
|
void |
setSwInt_DeliveryMode(java.lang.String value)
|
int |
size(int child)
Returns one past the last valid index for a repeating child. |
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_FileStatus(com.stc.otd.runtime.OtdMeta mObj)
public Sw_FileStatus()
| Method Detail |
|---|
public void init0()
public com.stc.otd.runtime.OtdMeta meta()
meta in interface com.stc.otd.runtime.OtdNodepublic java.lang.String getSw_TransferRef()
public void setSw_TransferRef(java.lang.String value)
public boolean hasSw_LocalRef()
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String getSw_LocalRef()
public void setSw_LocalRef(java.lang.String value)
public Sw_FileRequestHeader getSw_FileRequestHeader()
public void setSw_FileRequestHeader(Sw_FileRequestHeader value)
public boolean hasSw_FileResponseHeader()
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic Sw_FileResponseHeader getSw_FileResponseHeader()
public void setSw_FileResponseHeader(Sw_FileResponseHeader value)
public java.lang.String getSw_TransferSide()
public void setSw_TransferSide(java.lang.String value)
public java.lang.String getSw_TransferType()
public void setSw_TransferType(java.lang.String value)
public java.lang.String getSw_TransferDirection()
public void setSw_TransferDirection(java.lang.String value)
public boolean hasSwInt_DeliveryMode()
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String getSwInt_DeliveryMode()
public void setSwInt_DeliveryMode(java.lang.String value)
public boolean hasSw_StoredTransferRef()
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String getSw_StoredTransferRef()
public void setSw_StoredTransferRef(java.lang.String value)
public boolean hasSw_SnFInputInfo()
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic Sw_SnFInputInfo getSw_SnFInputInfo()
public void setSw_SnFInputInfo(Sw_SnFInputInfo value)
public boolean hasSw_MsgId()
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String getSw_MsgId()
public void setSw_MsgId(java.lang.String value)
public java.lang.String getSw_TransferStatus()
public void setSw_TransferStatus(java.lang.String value)
public boolean hasSw_StopReason()
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic Sw_StopReason getSw_StopReason()
public void setSw_StopReason(Sw_StopReason value)
public boolean hasSw_AckIndicator()
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String getSw_AckIndicator()
public void setSw_AckIndicator(java.lang.String value)
public java.lang.String getSw_LogicalName()
public void setSw_LogicalName(java.lang.String value)
public boolean hasSw_PhysicalName()
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String getSw_PhysicalName()
public void setSw_PhysicalName(java.lang.String value)
public boolean hasSw_CurrentSize()
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String getSw_CurrentSize()
public void setSw_CurrentSize(java.lang.String value)
public boolean hasSw_Size()
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String getSw_Size()
public void setSw_Size(java.lang.String value)
public java.lang.String getSw_StartTime()
public void setSw_StartTime(java.lang.String value)
public java.lang.String getSw_StateTime()
public void setSw_StateTime(java.lang.String value)
public boolean hasSw_FileStatusDetails()
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic Sw_FileStatusDetails getSw_FileStatusDetails()
public void setSw_FileStatusDetails(Sw_FileStatusDetails value)
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 | |||||||||