de.extra_standard.namespace.response._1
Class PackageResponseType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.ElementWithOptionalVersionType
      extended by de.extra_standard.namespace.response._1.PackageResponseType

public class PackageResponseType
extends ElementWithOptionalVersionType

Java class for PackageResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PackageResponseType">
   <complexContent>
     <extension base="{http://www.extra-standard.de/namespace/components/1}ElementWithOptionalVersionType">
       <sequence>
         <element ref="{http://www.extra-standard.de/namespace/response/1}PackageHeader"/>
         <element ref="{http://www.extra-standard.de/namespace/response/1}PackagePlugIns" minOccurs="0"/>
         <element ref="{http://www.extra-standard.de/namespace/response/1}PackageBody"/>
         <element ref="{http://www.extra-standard.de/namespace/logging/1}Logging" minOccurs="0"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}Signatures" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  LoggingType logging
           
protected  PackageResponseBodyType packageBody
           
protected  PackageResponseHeaderType packageHeader
           
protected  AnyPlugInContainerType packagePlugIns
           
protected  SignaturesType signatures
           
 
Fields inherited from class de.extra_standard.namespace.components._1.ElementWithOptionalVersionType
version
 
Constructor Summary
PackageResponseType()
           
 
Method Summary
 LoggingType getLogging()
          Gets the value of the logging property.
 PackageResponseBodyType getPackageBody()
          Gets the value of the packageBody property.
 PackageResponseHeaderType getPackageHeader()
          Gets the value of the packageHeader property.
 AnyPlugInContainerType getPackagePlugIns()
          Gets the value of the packagePlugIns property.
 SignaturesType getSignatures()
          Gets the value of the signatures property.
 void setLogging(LoggingType value)
          Sets the value of the logging property.
 void setPackageBody(PackageResponseBodyType value)
          Sets the value of the packageBody property.
 void setPackageHeader(PackageResponseHeaderType value)
          Sets the value of the packageHeader property.
 void setPackagePlugIns(AnyPlugInContainerType value)
          Sets the value of the packagePlugIns property.
 void setSignatures(SignaturesType value)
          Sets the value of the signatures property.
 
Methods inherited from class de.extra_standard.namespace.components._1.ElementWithOptionalVersionType
getVersion, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packageHeader

protected PackageResponseHeaderType packageHeader

packagePlugIns

protected AnyPlugInContainerType packagePlugIns

packageBody

protected PackageResponseBodyType packageBody

logging

protected LoggingType logging

signatures

protected SignaturesType signatures
Constructor Detail

PackageResponseType

public PackageResponseType()
Method Detail

getPackageHeader

public PackageResponseHeaderType getPackageHeader()
Gets the value of the packageHeader property.

Returns:
possible object is PackageResponseHeaderType

setPackageHeader

public void setPackageHeader(PackageResponseHeaderType value)
Sets the value of the packageHeader property.

Parameters:
value - allowed object is PackageResponseHeaderType

getPackagePlugIns

public AnyPlugInContainerType getPackagePlugIns()
Gets the value of the packagePlugIns property.

Returns:
possible object is AnyPlugInContainerType

setPackagePlugIns

public void setPackagePlugIns(AnyPlugInContainerType value)
Sets the value of the packagePlugIns property.

Parameters:
value - allowed object is AnyPlugInContainerType

getPackageBody

public PackageResponseBodyType getPackageBody()
Gets the value of the packageBody property.

Returns:
possible object is PackageResponseBodyType

setPackageBody

public void setPackageBody(PackageResponseBodyType value)
Sets the value of the packageBody property.

Parameters:
value - allowed object is PackageResponseBodyType

getLogging

public LoggingType getLogging()
Gets the value of the logging property.

Returns:
possible object is LoggingType

setLogging

public void setLogging(LoggingType value)
Sets the value of the logging property.

Parameters:
value - allowed object is LoggingType

getSignatures

public SignaturesType getSignatures()
Gets the value of the signatures property.

Returns:
possible object is SignaturesType

setSignatures

public void setSignatures(SignaturesType value)
Sets the value of the signatures property.

Parameters:
value - allowed object is SignaturesType


Copyright © 2012-2013. All Rights Reserved.