org.gxos.schema
Class TemplateTypeX
java.lang.Object
|
+--org.gxos.schema.TemplateTypeX
- All Implemented Interfaces:
- java.io.Serializable
- public abstract class TemplateTypeX
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateTypeX
public TemplateTypeX()
addGXOSLoop
public void addGXOSLoop(java.lang.String vGXOSLoop)
throws java.lang.IndexOutOfBoundsException
- Parameters:
vGXOSLoop
-
addGXOSLoop
public void addGXOSLoop(int index,
java.lang.String vGXOSLoop)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vGXOSLoop
-
addInsertFile
public void addInsertFile(InsertFile vInsertFile)
throws java.lang.IndexOutOfBoundsException
- Parameters:
vInsertFile
-
addInsertFile
public void addInsertFile(int index,
InsertFile vInsertFile)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vInsertFile
-
addInsertMD
public void addInsertMD(java.lang.String vInsertMD)
throws java.lang.IndexOutOfBoundsException
- Parameters:
vInsertMD
-
addInsertMD
public void addInsertMD(int index,
java.lang.String vInsertMD)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vInsertMD
-
enumerateGXOSLoop
public java.util.Enumeration enumerateGXOSLoop()
enumerateInsertFile
public java.util.Enumeration enumerateInsertFile()
enumerateInsertMD
public java.util.Enumeration enumerateInsertMD()
getGXOSLink
public GXOSLink getGXOSLink()
getGXOSLoop
public java.lang.String getGXOSLoop(int index)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
-
getGXOSLoop
public java.lang.String[] getGXOSLoop()
getGXOSLoopCount
public int getGXOSLoopCount()
getInsertFile
public InsertFile getInsertFile(int index)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
-
getInsertFile
public InsertFile[] getInsertFile()
getInsertFileCount
public int getInsertFileCount()
getInsertMD
public java.lang.String getInsertMD(int index)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
-
getInsertMD
public java.lang.String[] getInsertMD()
getInsertMDCount
public int getInsertMDCount()
isValid
public boolean isValid()
marshal
public abstract void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out
-
marshal
public abstract void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler
-
removeAllGXOSLoop
public void removeAllGXOSLoop()
removeAllInsertFile
public void removeAllInsertFile()
removeAllInsertMD
public void removeAllInsertMD()
removeGXOSLoop
public java.lang.String removeGXOSLoop(int index)
- Parameters:
index
-
removeInsertFile
public InsertFile removeInsertFile(int index)
- Parameters:
index
-
removeInsertMD
public java.lang.String removeInsertMD(int index)
- Parameters:
index
-
setGXOSLink
public void setGXOSLink(GXOSLink GXOSLink)
- Parameters:
GXOSLink
-
setGXOSLoop
public void setGXOSLoop(int index,
java.lang.String vGXOSLoop)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vGXOSLoop
-
setGXOSLoop
public void setGXOSLoop(java.lang.String[] GXOSLoopArray)
- Parameters:
GXOSLoopArray
-
setInsertFile
public void setInsertFile(int index,
InsertFile vInsertFile)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vInsertFile
-
setInsertFile
public void setInsertFile(InsertFile[] insertFileArray)
- Parameters:
insertFileArray
-
setInsertMD
public void setInsertMD(int index,
java.lang.String vInsertMD)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vInsertMD
-
setInsertMD
public void setInsertMD(java.lang.String[] insertMDArray)
- Parameters:
insertMDArray
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException