org.openspml.message
Class SchemaRequest

java.lang.Object
  |
  +--org.openspml.message.SpmlRequest
        |
        +--org.openspml.message.SchemaRequest

public class SchemaRequest
extends SpmlRequest

A class representing a schemaRequest element.


Fields inherited from class org.openspml.message.SpmlRequest
EXEC_ASYNCHRONOUS, EXEC_SYNCHRONOUS
 
Constructor Summary
SchemaRequest()
           
SchemaRequest(XmlElement e)
           
 
Method Summary
 void addSubclassElements(SpmlBuffer b)
           
 SpmlResponse createResponse()
          Build an empty SpmlRequest object that corresponds to this request.
 java.lang.String getElementName()
          SpmlRequest.toXml does it all, we have nothing to add beyond our specific element name.
 ProviderIdentifier getProviderIdentifier()
           
 SchemaIdentifier getSchemaIdentifier()
           
 void setProviderIdentifier(ProviderIdentifier id)
           
 void setProviderIdentifier(java.lang.String id)
           
 void setSchemaIdentifier(SchemaIdentifier id)
           
 void setSchemaIdentifier(java.lang.String id)
           
 
Methods inherited from class org.openspml.message.SpmlRequest
dumpFile, getIdentifier, getIdentifierString, getOperationalAttribute, getOperationalAttributes, getOperationalAttributeValue, getRequestId, isAsynchronous, parseRequest, parseRequest, setAsynchronous, setIdentifier, setIdentifier, setOperationalAttribute, setOperationalAttribute, setOperationalAttributes, setRequestId, toXml, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaRequest

public SchemaRequest()

SchemaRequest

public SchemaRequest(XmlElement e)
Method Detail

createResponse

public SpmlResponse createResponse()
Description copied from class: SpmlRequest
Build an empty SpmlRequest object that corresponds to this request. Used in a few error conditions to return the expected response object when one was not actually sent back from the server.
Overrides:
createResponse in class SpmlRequest

setProviderIdentifier

public void setProviderIdentifier(ProviderIdentifier id)

setProviderIdentifier

public void setProviderIdentifier(java.lang.String id)

setSchemaIdentifier

public void setSchemaIdentifier(SchemaIdentifier id)

setSchemaIdentifier

public void setSchemaIdentifier(java.lang.String id)

getProviderIdentifier

public ProviderIdentifier getProviderIdentifier()

getSchemaIdentifier

public SchemaIdentifier getSchemaIdentifier()

getElementName

public java.lang.String getElementName()
SpmlRequest.toXml does it all, we have nothing to add beyond our specific element name.
Overrides:
getElementName in class SpmlRequest

addSubclassElements

public void addSubclassElements(SpmlBuffer b)