Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
java_dzienna_15_09
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patryk Czarnik
java_dzienna_15_09
Commits
32662751
Commit
32662751
authored
Oct 06, 2022
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wygenerowanie klas na podstawie WSDL narzędziem wsconsume
parent
2c658b16
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
2700 additions
and
7 deletions
+2700
-7
polecenie.txt
PC33-SoapKlient/polecenie.txt
+1
-0
Hello.java
PC33-SoapKlient/src/main/java/Hello.java
+0
-7
Customer.java
PC33-SoapKlient/src/main/java/sklep/generated/Customer.java
+197
-0
DBException.java
...SoapKlient/src/main/java/sklep/generated/DBException.java
+60
-0
DBException_Exception.java
.../src/main/java/sklep/generated/DBException_Exception.java
+43
-0
Foto.java
PC33-SoapKlient/src/main/java/sklep/generated/Foto.java
+52
-0
FotoResponse.java
...oapKlient/src/main/java/sklep/generated/FotoResponse.java
+58
-0
ObjectFactory.java
...apKlient/src/main/java/sklep/generated/ObjectFactory.java
+515
-0
OdczytajJedenProdukt.java
...t/src/main/java/sklep/generated/OdczytajJedenProdukt.java
+52
-0
OdczytajJedenProduktResponse.java
...in/java/sklep/generated/OdczytajJedenProduktResponse.java
+60
-0
OdczytajJednegoKlienta.java
...src/main/java/sklep/generated/OdczytajJednegoKlienta.java
+60
-0
OdczytajJednegoKlientaResponse.java
.../java/sklep/generated/OdczytajJednegoKlientaResponse.java
+60
-0
OdczytajJednoZamowienie.java
...rc/main/java/sklep/generated/OdczytajJednoZamowienie.java
+52
-0
OdczytajJednoZamowienieResponse.java
...java/sklep/generated/OdczytajJednoZamowienieResponse.java
+60
-0
OdczytajWszystkichKlientow.java
...main/java/sklep/generated/OdczytajWszystkichKlientow.java
+32
-0
OdczytajWszystkichKlientowResponse.java
...a/sklep/generated/OdczytajWszystkichKlientowResponse.java
+67
-0
OdczytajWszystkieProdukty.java
.../main/java/sklep/generated/OdczytajWszystkieProdukty.java
+32
-0
OdczytajWszystkieProduktyResponse.java
...va/sklep/generated/OdczytajWszystkieProduktyResponse.java
+67
-0
OdczytajWszystkieZamowienia.java
...ain/java/sklep/generated/OdczytajWszystkieZamowienia.java
+32
-0
OdczytajWszystkieZamowieniaResponse.java
.../sklep/generated/OdczytajWszystkieZamowieniaResponse.java
+67
-0
Order.java
PC33-SoapKlient/src/main/java/sklep/generated/Order.java
+243
-0
OrderProduct.java
...oapKlient/src/main/java/sklep/generated/OrderProduct.java
+134
-0
Product.java
PC33-SoapKlient/src/main/java/sklep/generated/Product.java
+170
-0
ProduktyWgCeny.java
...pKlient/src/main/java/sklep/generated/ProduktyWgCeny.java
+88
-0
ProduktyWgCenyResponse.java
...src/main/java/sklep/generated/ProduktyWgCenyResponse.java
+67
-0
RecordNotFound.java
...pKlient/src/main/java/sklep/generated/RecordNotFound.java
+60
-0
RecordNotFound_Exception.java
...c/main/java/sklep/generated/RecordNotFound_Exception.java
+43
-0
Sklep.java
PC33-SoapKlient/src/main/java/sklep/generated/Sklep.java
+102
-0
SklepService.java
...oapKlient/src/main/java/sklep/generated/SklepService.java
+87
-0
Status.java
PC33-SoapKlient/src/main/java/sklep/generated/Status.java
+45
-0
ZapiszProdukt.java
...apKlient/src/main/java/sklep/generated/ZapiszProdukt.java
+60
-0
ZapiszProduktResponse.java
.../src/main/java/sklep/generated/ZapiszProduktResponse.java
+32
-0
package-info.java
...oapKlient/src/main/java/sklep/generated/package-info.java
+2
-0
No files found.
PC33-SoapKlient/polecenie.txt
0 → 100644
View file @
32662751
C:\Tools\wildfly-26.1.2.Final\bin\wsconsume -k -s src/main/java -o target/classes -p sklep.generated "http://localhost:8080/PC32-SoapSerwer-1.0/Sklep?wsdl"
PC33-SoapKlient/src/main/java/Hello.java
deleted
100644 → 0
View file @
2c658b16
public
class
Hello
{
public
static
void
main
(
String
[]
args
)
{
}
}
PC33-SoapKlient/src/main/java/sklep/generated/Customer.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlElement
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for customer complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="customer"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="postal-code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="city" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"customer"
,
propOrder
=
{
"email"
,
"name"
,
"phone"
,
"address"
,
"postalCode"
,
"city"
})
public
class
Customer
{
protected
String
email
;
protected
String
name
;
protected
String
phone
;
protected
String
address
;
@XmlElement
(
name
=
"postal-code"
)
protected
String
postalCode
;
protected
String
city
;
/**
* Gets the value of the email property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getEmail
()
{
return
email
;
}
/**
* Sets the value of the email property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setEmail
(
String
value
)
{
this
.
email
=
value
;
}
/**
* Gets the value of the name property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getName
()
{
return
name
;
}
/**
* Sets the value of the name property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setName
(
String
value
)
{
this
.
name
=
value
;
}
/**
* Gets the value of the phone property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getPhone
()
{
return
phone
;
}
/**
* Sets the value of the phone property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setPhone
(
String
value
)
{
this
.
phone
=
value
;
}
/**
* Gets the value of the address property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getAddress
()
{
return
address
;
}
/**
* Sets the value of the address property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setAddress
(
String
value
)
{
this
.
address
=
value
;
}
/**
* Gets the value of the postalCode property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getPostalCode
()
{
return
postalCode
;
}
/**
* Sets the value of the postalCode property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setPostalCode
(
String
value
)
{
this
.
postalCode
=
value
;
}
/**
* Gets the value of the city property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getCity
()
{
return
city
;
}
/**
* Sets the value of the city property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setCity
(
String
value
)
{
this
.
city
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/DBException.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for DBException complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="DBException"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"DBException"
,
propOrder
=
{
"message"
})
public
class
DBException
{
protected
String
message
;
/**
* Gets the value of the message property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getMessage
()
{
return
message
;
}
/**
* Sets the value of the message property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setMessage
(
String
value
)
{
this
.
message
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/DBException_Exception.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.ws.WebFault
;
/**
* This class was generated by Apache CXF 3.4.7
* 2022-10-06T14:00:38.050+02:00
* Generated source version: 3.4.7
*/
@WebFault
(
name
=
"DBException"
,
targetNamespace
=
"http://soap.sklep/"
)
public
class
DBException_Exception
extends
Exception
{
private
sklep
.
generated
.
DBException
faultInfo
;
public
DBException_Exception
()
{
super
();
}
public
DBException_Exception
(
String
message
)
{
super
(
message
);
}
public
DBException_Exception
(
String
message
,
java
.
lang
.
Throwable
cause
)
{
super
(
message
,
cause
);
}
public
DBException_Exception
(
String
message
,
sklep
.
generated
.
DBException
dbException
)
{
super
(
message
);
this
.
faultInfo
=
dbException
;
}
public
DBException_Exception
(
String
message
,
sklep
.
generated
.
DBException
dbException
,
java
.
lang
.
Throwable
cause
)
{
super
(
message
,
cause
);
this
.
faultInfo
=
dbException
;
}
public
sklep
.
generated
.
DBException
getFaultInfo
()
{
return
this
.
faultInfo
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/Foto.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for foto complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="foto"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"foto"
,
propOrder
=
{
"id"
})
public
class
Foto
{
protected
int
id
;
/**
* Gets the value of the id property.
*
*/
public
int
getId
()
{
return
id
;
}
/**
* Sets the value of the id property.
*
*/
public
void
setId
(
int
value
)
{
this
.
id
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/FotoResponse.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for fotoResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="fotoResponse"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="bytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"fotoResponse"
,
propOrder
=
{
"bytes"
})
public
class
FotoResponse
{
protected
byte
[]
bytes
;
/**
* Gets the value of the bytes property.
*
* @return
* possible object is
* byte[]
*/
public
byte
[]
getBytes
()
{
return
bytes
;
}
/**
* Sets the value of the bytes property.
*
* @param value
* allowed object is
* byte[]
*/
public
void
setBytes
(
byte
[]
value
)
{
this
.
bytes
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/ObjectFactory.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.JAXBElement
;
import
javax.xml.bind.annotation.XmlElementDecl
;
import
javax.xml.bind.annotation.XmlRegistry
;
import
javax.xml.namespace.QName
;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the sklep.generated package.
* <p>An ObjectFactory allows you to programatically
* construct new instances of the Java representation
* for XML content. The Java representation of XML
* content can consist of schema derived interfaces
* and classes representing the binding of schema
* type definitions, element declarations and model
* groups. Factory methods for each of these are
* provided in this class.
*
*/
@XmlRegistry
public
class
ObjectFactory
{
private
final
static
QName
_Foto_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"foto"
);
private
final
static
QName
_FotoResponse_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"fotoResponse"
);
private
final
static
QName
_OdczytajJedenProdukt_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"odczytajJedenProdukt"
);
private
final
static
QName
_OdczytajJedenProduktResponse_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"odczytajJedenProduktResponse"
);
private
final
static
QName
_OdczytajJednegoKlienta_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"odczytajJednegoKlienta"
);
private
final
static
QName
_OdczytajJednegoKlientaResponse_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"odczytajJednegoKlientaResponse"
);
private
final
static
QName
_OdczytajJednoZamowienie_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"odczytajJednoZamowienie"
);
private
final
static
QName
_OdczytajJednoZamowienieResponse_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"odczytajJednoZamowienieResponse"
);
private
final
static
QName
_OdczytajWszystkichKlientow_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"odczytajWszystkichKlientow"
);
private
final
static
QName
_OdczytajWszystkichKlientowResponse_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"odczytajWszystkichKlientowResponse"
);
private
final
static
QName
_OdczytajWszystkieProdukty_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"odczytajWszystkieProdukty"
);
private
final
static
QName
_OdczytajWszystkieProduktyResponse_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"odczytajWszystkieProduktyResponse"
);
private
final
static
QName
_OdczytajWszystkieZamowienia_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"odczytajWszystkieZamowienia"
);
private
final
static
QName
_OdczytajWszystkieZamowieniaResponse_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"odczytajWszystkieZamowieniaResponse"
);
private
final
static
QName
_ProduktyWgCeny_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"produktyWgCeny"
);
private
final
static
QName
_ProduktyWgCenyResponse_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"produktyWgCenyResponse"
);
private
final
static
QName
_ZapiszProdukt_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"zapiszProdukt"
);
private
final
static
QName
_ZapiszProduktResponse_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"zapiszProduktResponse"
);
private
final
static
QName
_DBException_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"DBException"
);
private
final
static
QName
_RecordNotFound_QNAME
=
new
QName
(
"http://soap.sklep/"
,
"RecordNotFound"
);
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: sklep.generated
*
*/
public
ObjectFactory
()
{
}
/**
* Create an instance of {@link Order }
*
*/
public
Order
createOrder
()
{
return
new
Order
();
}
/**
* Create an instance of {@link Foto }
*
*/
public
Foto
createFoto
()
{
return
new
Foto
();
}
/**
* Create an instance of {@link FotoResponse }
*
*/
public
FotoResponse
createFotoResponse
()
{
return
new
FotoResponse
();
}
/**
* Create an instance of {@link OdczytajJedenProdukt }
*
*/
public
OdczytajJedenProdukt
createOdczytajJedenProdukt
()
{
return
new
OdczytajJedenProdukt
();
}
/**
* Create an instance of {@link OdczytajJedenProduktResponse }
*
*/
public
OdczytajJedenProduktResponse
createOdczytajJedenProduktResponse
()
{
return
new
OdczytajJedenProduktResponse
();
}
/**
* Create an instance of {@link OdczytajJednegoKlienta }
*
*/
public
OdczytajJednegoKlienta
createOdczytajJednegoKlienta
()
{
return
new
OdczytajJednegoKlienta
();
}
/**
* Create an instance of {@link OdczytajJednegoKlientaResponse }
*
*/
public
OdczytajJednegoKlientaResponse
createOdczytajJednegoKlientaResponse
()
{
return
new
OdczytajJednegoKlientaResponse
();
}
/**
* Create an instance of {@link OdczytajJednoZamowienie }
*
*/
public
OdczytajJednoZamowienie
createOdczytajJednoZamowienie
()
{
return
new
OdczytajJednoZamowienie
();
}
/**
* Create an instance of {@link OdczytajJednoZamowienieResponse }
*
*/
public
OdczytajJednoZamowienieResponse
createOdczytajJednoZamowienieResponse
()
{
return
new
OdczytajJednoZamowienieResponse
();
}
/**
* Create an instance of {@link OdczytajWszystkichKlientow }
*
*/
public
OdczytajWszystkichKlientow
createOdczytajWszystkichKlientow
()
{
return
new
OdczytajWszystkichKlientow
();
}
/**
* Create an instance of {@link OdczytajWszystkichKlientowResponse }
*
*/
public
OdczytajWszystkichKlientowResponse
createOdczytajWszystkichKlientowResponse
()
{
return
new
OdczytajWszystkichKlientowResponse
();
}
/**
* Create an instance of {@link OdczytajWszystkieProdukty }
*
*/
public
OdczytajWszystkieProdukty
createOdczytajWszystkieProdukty
()
{
return
new
OdczytajWszystkieProdukty
();
}
/**
* Create an instance of {@link OdczytajWszystkieProduktyResponse }
*
*/
public
OdczytajWszystkieProduktyResponse
createOdczytajWszystkieProduktyResponse
()
{
return
new
OdczytajWszystkieProduktyResponse
();
}
/**
* Create an instance of {@link OdczytajWszystkieZamowienia }
*
*/
public
OdczytajWszystkieZamowienia
createOdczytajWszystkieZamowienia
()
{
return
new
OdczytajWszystkieZamowienia
();
}
/**
* Create an instance of {@link OdczytajWszystkieZamowieniaResponse }
*
*/
public
OdczytajWszystkieZamowieniaResponse
createOdczytajWszystkieZamowieniaResponse
()
{
return
new
OdczytajWszystkieZamowieniaResponse
();
}
/**
* Create an instance of {@link ProduktyWgCeny }
*
*/
public
ProduktyWgCeny
createProduktyWgCeny
()
{
return
new
ProduktyWgCeny
();
}
/**
* Create an instance of {@link ProduktyWgCenyResponse }
*
*/
public
ProduktyWgCenyResponse
createProduktyWgCenyResponse
()
{
return
new
ProduktyWgCenyResponse
();
}
/**
* Create an instance of {@link ZapiszProdukt }
*
*/
public
ZapiszProdukt
createZapiszProdukt
()
{
return
new
ZapiszProdukt
();
}
/**
* Create an instance of {@link ZapiszProduktResponse }
*
*/
public
ZapiszProduktResponse
createZapiszProduktResponse
()
{
return
new
ZapiszProduktResponse
();
}
/**
* Create an instance of {@link DBException }
*
*/
public
DBException
createDBException
()
{
return
new
DBException
();
}
/**
* Create an instance of {@link RecordNotFound }
*
*/
public
RecordNotFound
createRecordNotFound
()
{
return
new
RecordNotFound
();
}
/**
* Create an instance of {@link Product }
*
*/
public
Product
createProduct
()
{
return
new
Product
();
}
/**
* Create an instance of {@link Customer }
*
*/
public
Customer
createCustomer
()
{
return
new
Customer
();
}
/**
* Create an instance of {@link OrderProduct }
*
*/
public
OrderProduct
createOrderProduct
()
{
return
new
OrderProduct
();
}
/**
* Create an instance of {@link Order.Products }
*
*/
public
Order
.
Products
createOrderProducts
()
{
return
new
Order
.
Products
();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Foto }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link Foto }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"foto"
)
public
JAXBElement
<
Foto
>
createFoto
(
Foto
value
)
{
return
new
JAXBElement
<
Foto
>(
_Foto_QNAME
,
Foto
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link FotoResponse }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link FotoResponse }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"fotoResponse"
)
public
JAXBElement
<
FotoResponse
>
createFotoResponse
(
FotoResponse
value
)
{
return
new
JAXBElement
<
FotoResponse
>(
_FotoResponse_QNAME
,
FotoResponse
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OdczytajJedenProdukt }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link OdczytajJedenProdukt }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"odczytajJedenProdukt"
)
public
JAXBElement
<
OdczytajJedenProdukt
>
createOdczytajJedenProdukt
(
OdczytajJedenProdukt
value
)
{
return
new
JAXBElement
<
OdczytajJedenProdukt
>(
_OdczytajJedenProdukt_QNAME
,
OdczytajJedenProdukt
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OdczytajJedenProduktResponse }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link OdczytajJedenProduktResponse }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"odczytajJedenProduktResponse"
)
public
JAXBElement
<
OdczytajJedenProduktResponse
>
createOdczytajJedenProduktResponse
(
OdczytajJedenProduktResponse
value
)
{
return
new
JAXBElement
<
OdczytajJedenProduktResponse
>(
_OdczytajJedenProduktResponse_QNAME
,
OdczytajJedenProduktResponse
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OdczytajJednegoKlienta }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link OdczytajJednegoKlienta }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"odczytajJednegoKlienta"
)
public
JAXBElement
<
OdczytajJednegoKlienta
>
createOdczytajJednegoKlienta
(
OdczytajJednegoKlienta
value
)
{
return
new
JAXBElement
<
OdczytajJednegoKlienta
>(
_OdczytajJednegoKlienta_QNAME
,
OdczytajJednegoKlienta
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OdczytajJednegoKlientaResponse }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link OdczytajJednegoKlientaResponse }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"odczytajJednegoKlientaResponse"
)
public
JAXBElement
<
OdczytajJednegoKlientaResponse
>
createOdczytajJednegoKlientaResponse
(
OdczytajJednegoKlientaResponse
value
)
{
return
new
JAXBElement
<
OdczytajJednegoKlientaResponse
>(
_OdczytajJednegoKlientaResponse_QNAME
,
OdczytajJednegoKlientaResponse
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OdczytajJednoZamowienie }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link OdczytajJednoZamowienie }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"odczytajJednoZamowienie"
)
public
JAXBElement
<
OdczytajJednoZamowienie
>
createOdczytajJednoZamowienie
(
OdczytajJednoZamowienie
value
)
{
return
new
JAXBElement
<
OdczytajJednoZamowienie
>(
_OdczytajJednoZamowienie_QNAME
,
OdczytajJednoZamowienie
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OdczytajJednoZamowienieResponse }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link OdczytajJednoZamowienieResponse }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"odczytajJednoZamowienieResponse"
)
public
JAXBElement
<
OdczytajJednoZamowienieResponse
>
createOdczytajJednoZamowienieResponse
(
OdczytajJednoZamowienieResponse
value
)
{
return
new
JAXBElement
<
OdczytajJednoZamowienieResponse
>(
_OdczytajJednoZamowienieResponse_QNAME
,
OdczytajJednoZamowienieResponse
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OdczytajWszystkichKlientow }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link OdczytajWszystkichKlientow }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"odczytajWszystkichKlientow"
)
public
JAXBElement
<
OdczytajWszystkichKlientow
>
createOdczytajWszystkichKlientow
(
OdczytajWszystkichKlientow
value
)
{
return
new
JAXBElement
<
OdczytajWszystkichKlientow
>(
_OdczytajWszystkichKlientow_QNAME
,
OdczytajWszystkichKlientow
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OdczytajWszystkichKlientowResponse }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link OdczytajWszystkichKlientowResponse }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"odczytajWszystkichKlientowResponse"
)
public
JAXBElement
<
OdczytajWszystkichKlientowResponse
>
createOdczytajWszystkichKlientowResponse
(
OdczytajWszystkichKlientowResponse
value
)
{
return
new
JAXBElement
<
OdczytajWszystkichKlientowResponse
>(
_OdczytajWszystkichKlientowResponse_QNAME
,
OdczytajWszystkichKlientowResponse
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OdczytajWszystkieProdukty }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link OdczytajWszystkieProdukty }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"odczytajWszystkieProdukty"
)
public
JAXBElement
<
OdczytajWszystkieProdukty
>
createOdczytajWszystkieProdukty
(
OdczytajWszystkieProdukty
value
)
{
return
new
JAXBElement
<
OdczytajWszystkieProdukty
>(
_OdczytajWszystkieProdukty_QNAME
,
OdczytajWszystkieProdukty
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OdczytajWszystkieProduktyResponse }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link OdczytajWszystkieProduktyResponse }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"odczytajWszystkieProduktyResponse"
)
public
JAXBElement
<
OdczytajWszystkieProduktyResponse
>
createOdczytajWszystkieProduktyResponse
(
OdczytajWszystkieProduktyResponse
value
)
{
return
new
JAXBElement
<
OdczytajWszystkieProduktyResponse
>(
_OdczytajWszystkieProduktyResponse_QNAME
,
OdczytajWszystkieProduktyResponse
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OdczytajWszystkieZamowienia }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link OdczytajWszystkieZamowienia }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"odczytajWszystkieZamowienia"
)
public
JAXBElement
<
OdczytajWszystkieZamowienia
>
createOdczytajWszystkieZamowienia
(
OdczytajWszystkieZamowienia
value
)
{
return
new
JAXBElement
<
OdczytajWszystkieZamowienia
>(
_OdczytajWszystkieZamowienia_QNAME
,
OdczytajWszystkieZamowienia
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link OdczytajWszystkieZamowieniaResponse }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link OdczytajWszystkieZamowieniaResponse }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"odczytajWszystkieZamowieniaResponse"
)
public
JAXBElement
<
OdczytajWszystkieZamowieniaResponse
>
createOdczytajWszystkieZamowieniaResponse
(
OdczytajWszystkieZamowieniaResponse
value
)
{
return
new
JAXBElement
<
OdczytajWszystkieZamowieniaResponse
>(
_OdczytajWszystkieZamowieniaResponse_QNAME
,
OdczytajWszystkieZamowieniaResponse
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ProduktyWgCeny }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ProduktyWgCeny }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"produktyWgCeny"
)
public
JAXBElement
<
ProduktyWgCeny
>
createProduktyWgCeny
(
ProduktyWgCeny
value
)
{
return
new
JAXBElement
<
ProduktyWgCeny
>(
_ProduktyWgCeny_QNAME
,
ProduktyWgCeny
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ProduktyWgCenyResponse }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ProduktyWgCenyResponse }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"produktyWgCenyResponse"
)
public
JAXBElement
<
ProduktyWgCenyResponse
>
createProduktyWgCenyResponse
(
ProduktyWgCenyResponse
value
)
{
return
new
JAXBElement
<
ProduktyWgCenyResponse
>(
_ProduktyWgCenyResponse_QNAME
,
ProduktyWgCenyResponse
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ZapiszProdukt }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ZapiszProdukt }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"zapiszProdukt"
)
public
JAXBElement
<
ZapiszProdukt
>
createZapiszProdukt
(
ZapiszProdukt
value
)
{
return
new
JAXBElement
<
ZapiszProdukt
>(
_ZapiszProdukt_QNAME
,
ZapiszProdukt
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ZapiszProduktResponse }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ZapiszProduktResponse }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"zapiszProduktResponse"
)
public
JAXBElement
<
ZapiszProduktResponse
>
createZapiszProduktResponse
(
ZapiszProduktResponse
value
)
{
return
new
JAXBElement
<
ZapiszProduktResponse
>(
_ZapiszProduktResponse_QNAME
,
ZapiszProduktResponse
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link DBException }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link DBException }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"DBException"
)
public
JAXBElement
<
DBException
>
createDBException
(
DBException
value
)
{
return
new
JAXBElement
<
DBException
>(
_DBException_QNAME
,
DBException
.
class
,
null
,
value
);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link RecordNotFound }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link RecordNotFound }{@code >}
*/
@XmlElementDecl
(
namespace
=
"http://soap.sklep/"
,
name
=
"RecordNotFound"
)
public
JAXBElement
<
RecordNotFound
>
createRecordNotFound
(
RecordNotFound
value
)
{
return
new
JAXBElement
<
RecordNotFound
>(
_RecordNotFound_QNAME
,
RecordNotFound
.
class
,
null
,
value
);
}
}
PC33-SoapKlient/src/main/java/sklep/generated/OdczytajJedenProdukt.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for odczytajJedenProdukt complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="odczytajJedenProdukt"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"odczytajJedenProdukt"
,
propOrder
=
{
"id"
})
public
class
OdczytajJedenProdukt
{
protected
int
id
;
/**
* Gets the value of the id property.
*
*/
public
int
getId
()
{
return
id
;
}
/**
* Sets the value of the id property.
*
*/
public
void
setId
(
int
value
)
{
this
.
id
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/OdczytajJedenProduktResponse.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for odczytajJedenProduktResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="odczytajJedenProduktResponse"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="product" type="{http://soap.sklep/}product" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"odczytajJedenProduktResponse"
,
propOrder
=
{
"product"
})
public
class
OdczytajJedenProduktResponse
{
protected
Product
product
;
/**
* Gets the value of the product property.
*
* @return
* possible object is
* {@link Product }
*
*/
public
Product
getProduct
()
{
return
product
;
}
/**
* Sets the value of the product property.
*
* @param value
* allowed object is
* {@link Product }
*
*/
public
void
setProduct
(
Product
value
)
{
this
.
product
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/OdczytajJednegoKlienta.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for odczytajJednegoKlienta complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="odczytajJednegoKlienta"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"odczytajJednegoKlienta"
,
propOrder
=
{
"email"
})
public
class
OdczytajJednegoKlienta
{
protected
String
email
;
/**
* Gets the value of the email property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getEmail
()
{
return
email
;
}
/**
* Sets the value of the email property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setEmail
(
String
value
)
{
this
.
email
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/OdczytajJednegoKlientaResponse.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for odczytajJednegoKlientaResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="odczytajJednegoKlientaResponse"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="customer" type="{http://soap.sklep/}customer" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"odczytajJednegoKlientaResponse"
,
propOrder
=
{
"customer"
})
public
class
OdczytajJednegoKlientaResponse
{
protected
Customer
customer
;
/**
* Gets the value of the customer property.
*
* @return
* possible object is
* {@link Customer }
*
*/
public
Customer
getCustomer
()
{
return
customer
;
}
/**
* Sets the value of the customer property.
*
* @param value
* allowed object is
* {@link Customer }
*
*/
public
void
setCustomer
(
Customer
value
)
{
this
.
customer
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/OdczytajJednoZamowienie.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for odczytajJednoZamowienie complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="odczytajJednoZamowienie"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"odczytajJednoZamowienie"
,
propOrder
=
{
"id"
})
public
class
OdczytajJednoZamowienie
{
protected
int
id
;
/**
* Gets the value of the id property.
*
*/
public
int
getId
()
{
return
id
;
}
/**
* Sets the value of the id property.
*
*/
public
void
setId
(
int
value
)
{
this
.
id
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/OdczytajJednoZamowienieResponse.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for odczytajJednoZamowienieResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="odczytajJednoZamowienieResponse"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="order" type="{http://soap.sklep/}order" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"odczytajJednoZamowienieResponse"
,
propOrder
=
{
"order"
})
public
class
OdczytajJednoZamowienieResponse
{
protected
Order
order
;
/**
* Gets the value of the order property.
*
* @return
* possible object is
* {@link Order }
*
*/
public
Order
getOrder
()
{
return
order
;
}
/**
* Sets the value of the order property.
*
* @param value
* allowed object is
* {@link Order }
*
*/
public
void
setOrder
(
Order
value
)
{
this
.
order
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/OdczytajWszystkichKlientow.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for odczytajWszystkichKlientow complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="odczytajWszystkichKlientow"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"odczytajWszystkichKlientow"
)
public
class
OdczytajWszystkichKlientow
{
}
PC33-SoapKlient/src/main/java/sklep/generated/OdczytajWszystkichKlientowResponse.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
java.util.ArrayList
;
import
java.util.List
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for odczytajWszystkichKlientowResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="odczytajWszystkichKlientowResponse"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="customer" type="{http://soap.sklep/}customer" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"odczytajWszystkichKlientowResponse"
,
propOrder
=
{
"customer"
})
public
class
OdczytajWszystkichKlientowResponse
{
protected
List
<
Customer
>
customer
;
/**
* Gets the value of the customer property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the customer property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getCustomer().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link Customer }
*
*
*/
public
List
<
Customer
>
getCustomer
()
{
if
(
customer
==
null
)
{
customer
=
new
ArrayList
<
Customer
>();
}
return
this
.
customer
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/OdczytajWszystkieProdukty.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for odczytajWszystkieProdukty complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="odczytajWszystkieProdukty"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"odczytajWszystkieProdukty"
)
public
class
OdczytajWszystkieProdukty
{
}
PC33-SoapKlient/src/main/java/sklep/generated/OdczytajWszystkieProduktyResponse.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
java.util.ArrayList
;
import
java.util.List
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for odczytajWszystkieProduktyResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="odczytajWszystkieProduktyResponse"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="product" type="{http://soap.sklep/}product" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"odczytajWszystkieProduktyResponse"
,
propOrder
=
{
"product"
})
public
class
OdczytajWszystkieProduktyResponse
{
protected
List
<
Product
>
product
;
/**
* Gets the value of the product property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the product property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getProduct().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link Product }
*
*
*/
public
List
<
Product
>
getProduct
()
{
if
(
product
==
null
)
{
product
=
new
ArrayList
<
Product
>();
}
return
this
.
product
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/OdczytajWszystkieZamowienia.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for odczytajWszystkieZamowienia complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="odczytajWszystkieZamowienia"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"odczytajWszystkieZamowienia"
)
public
class
OdczytajWszystkieZamowienia
{
}
PC33-SoapKlient/src/main/java/sklep/generated/OdczytajWszystkieZamowieniaResponse.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
java.util.ArrayList
;
import
java.util.List
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for odczytajWszystkieZamowieniaResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="odczytajWszystkieZamowieniaResponse"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="order" type="{http://soap.sklep/}order" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"odczytajWszystkieZamowieniaResponse"
,
propOrder
=
{
"order"
})
public
class
OdczytajWszystkieZamowieniaResponse
{
protected
List
<
Order
>
order
;
/**
* Gets the value of the order property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the order property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getOrder().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link Order }
*
*
*/
public
List
<
Order
>
getOrder
()
{
if
(
order
==
null
)
{
order
=
new
ArrayList
<
Order
>();
}
return
this
.
order
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/Order.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
java.util.ArrayList
;
import
java.util.List
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlAttribute
;
import
javax.xml.bind.annotation.XmlElement
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for order complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="order"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="customer-email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="order-date" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="products" minOccurs="0"&gt;
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="product" type="{http://soap.sklep/}orderProduct" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* &lt;/element&gt;
* &lt;/sequence&gt;
* &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" /&gt;
* &lt;attribute name="status" type="{http://soap.sklep/}status" /&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"order"
,
propOrder
=
{
"customerEmail"
,
"orderDate"
,
"products"
})
public
class
Order
{
@XmlElement
(
name
=
"customer-email"
)
protected
String
customerEmail
;
@XmlElement
(
name
=
"order-date"
)
protected
String
orderDate
;
protected
Order
.
Products
products
;
@XmlAttribute
(
name
=
"id"
)
protected
Integer
id
;
@XmlAttribute
(
name
=
"status"
)
protected
Status
status
;
/**
* Gets the value of the customerEmail property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getCustomerEmail
()
{
return
customerEmail
;
}
/**
* Sets the value of the customerEmail property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setCustomerEmail
(
String
value
)
{
this
.
customerEmail
=
value
;
}
/**
* Gets the value of the orderDate property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getOrderDate
()
{
return
orderDate
;
}
/**
* Sets the value of the orderDate property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setOrderDate
(
String
value
)
{
this
.
orderDate
=
value
;
}
/**
* Gets the value of the products property.
*
* @return
* possible object is
* {@link Order.Products }
*
*/
public
Order
.
Products
getProducts
()
{
return
products
;
}
/**
* Sets the value of the products property.
*
* @param value
* allowed object is
* {@link Order.Products }
*
*/
public
void
setProducts
(
Order
.
Products
value
)
{
this
.
products
=
value
;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public
Integer
getId
()
{
return
id
;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public
void
setId
(
Integer
value
)
{
this
.
id
=
value
;
}
/**
* Gets the value of the status property.
*
* @return
* possible object is
* {@link Status }
*
*/
public
Status
getStatus
()
{
return
status
;
}
/**
* Sets the value of the status property.
*
* @param value
* allowed object is
* {@link Status }
*
*/
public
void
setStatus
(
Status
value
)
{
this
.
status
=
value
;
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="product" type="{http://soap.sklep/}orderProduct" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
""
,
propOrder
=
{
"product"
})
public
static
class
Products
{
protected
List
<
OrderProduct
>
product
;
/**
* Gets the value of the product property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the product property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getProduct().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link OrderProduct }
*
*
*/
public
List
<
OrderProduct
>
getProduct
()
{
if
(
product
==
null
)
{
product
=
new
ArrayList
<
OrderProduct
>();
}
return
this
.
product
;
}
}
}
PC33-SoapKlient/src/main/java/sklep/generated/OrderProduct.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
java.math.BigDecimal
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for orderProduct complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="orderProduct"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="orderId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt;
* &lt;element name="productId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt;
* &lt;element name="quantity" type="{http://www.w3.org/2001/XMLSchema}int"/&gt;
* &lt;element name="actualPrice" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"orderProduct"
,
propOrder
=
{
"orderId"
,
"productId"
,
"quantity"
,
"actualPrice"
})
public
class
OrderProduct
{
protected
Integer
orderId
;
protected
Integer
productId
;
protected
int
quantity
;
protected
BigDecimal
actualPrice
;
/**
* Gets the value of the orderId property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public
Integer
getOrderId
()
{
return
orderId
;
}
/**
* Sets the value of the orderId property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public
void
setOrderId
(
Integer
value
)
{
this
.
orderId
=
value
;
}
/**
* Gets the value of the productId property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public
Integer
getProductId
()
{
return
productId
;
}
/**
* Sets the value of the productId property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public
void
setProductId
(
Integer
value
)
{
this
.
productId
=
value
;
}
/**
* Gets the value of the quantity property.
*
*/
public
int
getQuantity
()
{
return
quantity
;
}
/**
* Sets the value of the quantity property.
*
*/
public
void
setQuantity
(
int
value
)
{
this
.
quantity
=
value
;
}
/**
* Gets the value of the actualPrice property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public
BigDecimal
getActualPrice
()
{
return
actualPrice
;
}
/**
* Sets the value of the actualPrice property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public
void
setActualPrice
(
BigDecimal
value
)
{
this
.
actualPrice
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/Product.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
java.math.BigDecimal
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlAttribute
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for product complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="product"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="price" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/&gt;
* &lt;element name="vat" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/&gt;
* &lt;element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" /&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"product"
,
propOrder
=
{
"name"
,
"price"
,
"vat"
,
"description"
})
public
class
Product
{
protected
String
name
;
protected
BigDecimal
price
;
protected
BigDecimal
vat
;
protected
String
description
;
@XmlAttribute
(
name
=
"id"
)
protected
Integer
id
;
/**
* Gets the value of the name property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getName
()
{
return
name
;
}
/**
* Sets the value of the name property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setName
(
String
value
)
{
this
.
name
=
value
;
}
/**
* Gets the value of the price property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public
BigDecimal
getPrice
()
{
return
price
;
}
/**
* Sets the value of the price property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public
void
setPrice
(
BigDecimal
value
)
{
this
.
price
=
value
;
}
/**
* Gets the value of the vat property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public
BigDecimal
getVat
()
{
return
vat
;
}
/**
* Sets the value of the vat property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public
void
setVat
(
BigDecimal
value
)
{
this
.
vat
=
value
;
}
/**
* Gets the value of the description property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getDescription
()
{
return
description
;
}
/**
* Sets the value of the description property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setDescription
(
String
value
)
{
this
.
description
=
value
;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public
Integer
getId
()
{
return
id
;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public
void
setId
(
Integer
value
)
{
this
.
id
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/ProduktyWgCeny.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
java.math.BigDecimal
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for produktyWgCeny complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="produktyWgCeny"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="min" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/&gt;
* &lt;element name="max" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"produktyWgCeny"
,
propOrder
=
{
"min"
,
"max"
})
public
class
ProduktyWgCeny
{
protected
BigDecimal
min
;
protected
BigDecimal
max
;
/**
* Gets the value of the min property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public
BigDecimal
getMin
()
{
return
min
;
}
/**
* Sets the value of the min property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public
void
setMin
(
BigDecimal
value
)
{
this
.
min
=
value
;
}
/**
* Gets the value of the max property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public
BigDecimal
getMax
()
{
return
max
;
}
/**
* Sets the value of the max property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public
void
setMax
(
BigDecimal
value
)
{
this
.
max
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/ProduktyWgCenyResponse.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
java.util.ArrayList
;
import
java.util.List
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for produktyWgCenyResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="produktyWgCenyResponse"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="product" type="{http://soap.sklep/}product" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"produktyWgCenyResponse"
,
propOrder
=
{
"product"
})
public
class
ProduktyWgCenyResponse
{
protected
List
<
Product
>
product
;
/**
* Gets the value of the product property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the product property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getProduct().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link Product }
*
*
*/
public
List
<
Product
>
getProduct
()
{
if
(
product
==
null
)
{
product
=
new
ArrayList
<
Product
>();
}
return
this
.
product
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/RecordNotFound.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for RecordNotFound complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="RecordNotFound"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"RecordNotFound"
,
propOrder
=
{
"message"
})
public
class
RecordNotFound
{
protected
String
message
;
/**
* Gets the value of the message property.
*
* @return
* possible object is
* {@link String }
*
*/
public
String
getMessage
()
{
return
message
;
}
/**
* Sets the value of the message property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public
void
setMessage
(
String
value
)
{
this
.
message
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/RecordNotFound_Exception.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.ws.WebFault
;
/**
* This class was generated by Apache CXF 3.4.7
* 2022-10-06T14:00:38.098+02:00
* Generated source version: 3.4.7
*/
@WebFault
(
name
=
"RecordNotFound"
,
targetNamespace
=
"http://soap.sklep/"
)
public
class
RecordNotFound_Exception
extends
Exception
{
private
sklep
.
generated
.
RecordNotFound
faultInfo
;
public
RecordNotFound_Exception
()
{
super
();
}
public
RecordNotFound_Exception
(
String
message
)
{
super
(
message
);
}
public
RecordNotFound_Exception
(
String
message
,
java
.
lang
.
Throwable
cause
)
{
super
(
message
,
cause
);
}
public
RecordNotFound_Exception
(
String
message
,
sklep
.
generated
.
RecordNotFound
recordNotFound
)
{
super
(
message
);
this
.
faultInfo
=
recordNotFound
;
}
public
RecordNotFound_Exception
(
String
message
,
sklep
.
generated
.
RecordNotFound
recordNotFound
,
java
.
lang
.
Throwable
cause
)
{
super
(
message
,
cause
);
this
.
faultInfo
=
recordNotFound
;
}
public
sklep
.
generated
.
RecordNotFound
getFaultInfo
()
{
return
this
.
faultInfo
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/Sklep.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.jws.WebMethod
;
import
javax.jws.WebParam
;
import
javax.jws.WebResult
;
import
javax.jws.WebService
;
import
javax.xml.bind.annotation.XmlSeeAlso
;
import
javax.xml.ws.RequestWrapper
;
import
javax.xml.ws.ResponseWrapper
;
/**
* This class was generated by Apache CXF 3.4.7
* 2022-10-06T14:00:38.108+02:00
* Generated source version: 3.4.7
*
*/
@WebService
(
targetNamespace
=
"http://soap.sklep/"
,
name
=
"Sklep"
)
@XmlSeeAlso
({
ObjectFactory
.
class
})
public
interface
Sklep
{
@WebMethod
@RequestWrapper
(
localName
=
"odczytajWszystkieProdukty"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.OdczytajWszystkieProdukty"
)
@ResponseWrapper
(
localName
=
"odczytajWszystkieProduktyResponse"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.OdczytajWszystkieProduktyResponse"
)
@WebResult
(
name
=
"product"
,
targetNamespace
=
""
)
public
java
.
util
.
List
<
sklep
.
generated
.
Product
>
odczytajWszystkieProdukty
()
throws
DBException_Exception
;
@WebMethod
@RequestWrapper
(
localName
=
"odczytajJednegoKlienta"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.OdczytajJednegoKlienta"
)
@ResponseWrapper
(
localName
=
"odczytajJednegoKlientaResponse"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.OdczytajJednegoKlientaResponse"
)
@WebResult
(
name
=
"customer"
,
targetNamespace
=
""
)
public
sklep
.
generated
.
Customer
odczytajJednegoKlienta
(
@WebParam
(
name
=
"email"
,
targetNamespace
=
""
)
java
.
lang
.
String
email
)
throws
RecordNotFound_Exception
,
DBException_Exception
;
@WebMethod
@RequestWrapper
(
localName
=
"foto"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.Foto"
)
@ResponseWrapper
(
localName
=
"fotoResponse"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.FotoResponse"
)
@WebResult
(
name
=
"bytes"
,
targetNamespace
=
""
)
public
byte
[]
foto
(
@WebParam
(
name
=
"id"
,
targetNamespace
=
""
)
int
id
)
throws
RecordNotFound_Exception
,
DBException_Exception
;
@WebMethod
@RequestWrapper
(
localName
=
"odczytajWszystkichKlientow"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.OdczytajWszystkichKlientow"
)
@ResponseWrapper
(
localName
=
"odczytajWszystkichKlientowResponse"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.OdczytajWszystkichKlientowResponse"
)
@WebResult
(
name
=
"customer"
,
targetNamespace
=
""
)
public
java
.
util
.
List
<
sklep
.
generated
.
Customer
>
odczytajWszystkichKlientow
()
throws
DBException_Exception
;
@WebMethod
@RequestWrapper
(
localName
=
"zapiszProdukt"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.ZapiszProdukt"
)
@ResponseWrapper
(
localName
=
"zapiszProduktResponse"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.ZapiszProduktResponse"
)
public
void
zapiszProdukt
(
@WebParam
(
name
=
"product"
,
targetNamespace
=
""
)
sklep
.
generated
.
Product
product
)
throws
DBException_Exception
;
@WebMethod
@RequestWrapper
(
localName
=
"odczytajWszystkieZamowienia"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.OdczytajWszystkieZamowienia"
)
@ResponseWrapper
(
localName
=
"odczytajWszystkieZamowieniaResponse"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.OdczytajWszystkieZamowieniaResponse"
)
@WebResult
(
name
=
"order"
,
targetNamespace
=
""
)
public
java
.
util
.
List
<
sklep
.
generated
.
Order
>
odczytajWszystkieZamowienia
()
throws
DBException_Exception
;
@WebMethod
@RequestWrapper
(
localName
=
"odczytajJednoZamowienie"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.OdczytajJednoZamowienie"
)
@ResponseWrapper
(
localName
=
"odczytajJednoZamowienieResponse"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.OdczytajJednoZamowienieResponse"
)
@WebResult
(
name
=
"order"
,
targetNamespace
=
""
)
public
sklep
.
generated
.
Order
odczytajJednoZamowienie
(
@WebParam
(
name
=
"id"
,
targetNamespace
=
""
)
int
id
)
throws
RecordNotFound_Exception
,
DBException_Exception
;
@WebMethod
@RequestWrapper
(
localName
=
"produktyWgCeny"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.ProduktyWgCeny"
)
@ResponseWrapper
(
localName
=
"produktyWgCenyResponse"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.ProduktyWgCenyResponse"
)
@WebResult
(
name
=
"product"
,
targetNamespace
=
""
)
public
java
.
util
.
List
<
sklep
.
generated
.
Product
>
produktyWgCeny
(
@WebParam
(
name
=
"min"
,
targetNamespace
=
""
)
java
.
math
.
BigDecimal
min
,
@WebParam
(
name
=
"max"
,
targetNamespace
=
""
)
java
.
math
.
BigDecimal
max
)
throws
DBException_Exception
;
@WebMethod
@RequestWrapper
(
localName
=
"odczytajJedenProdukt"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.OdczytajJedenProdukt"
)
@ResponseWrapper
(
localName
=
"odczytajJedenProduktResponse"
,
targetNamespace
=
"http://soap.sklep/"
,
className
=
"sklep.generated.OdczytajJedenProduktResponse"
)
@WebResult
(
name
=
"product"
,
targetNamespace
=
""
)
public
sklep
.
generated
.
Product
odczytajJedenProdukt
(
@WebParam
(
name
=
"id"
,
targetNamespace
=
""
)
int
id
)
throws
RecordNotFound_Exception
,
DBException_Exception
;
}
PC33-SoapKlient/src/main/java/sklep/generated/SklepService.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
java.net.MalformedURLException
;
import
java.net.URL
;
import
javax.xml.namespace.QName
;
import
javax.xml.ws.WebEndpoint
;
import
javax.xml.ws.WebServiceClient
;
import
javax.xml.ws.WebServiceFeature
;
import
javax.xml.ws.Service
;
/**
* This class was generated by Apache CXF 3.4.7
* 2022-10-06T14:00:38.131+02:00
* Generated source version: 3.4.7
*
*/
@WebServiceClient
(
name
=
"SklepService"
,
wsdlLocation
=
"http://localhost:8080/PC32-SoapSerwer-1.0/Sklep?wsdl"
,
targetNamespace
=
"http://soap.sklep/"
)
public
class
SklepService
extends
Service
{
public
final
static
URL
WSDL_LOCATION
;
public
final
static
QName
SERVICE
=
new
QName
(
"http://soap.sklep/"
,
"SklepService"
);
public
final
static
QName
SklepPort
=
new
QName
(
"http://soap.sklep/"
,
"SklepPort"
);
static
{
URL
url
=
null
;
try
{
url
=
new
URL
(
"http://localhost:8080/PC32-SoapSerwer-1.0/Sklep?wsdl"
);
}
catch
(
MalformedURLException
e
)
{
java
.
util
.
logging
.
Logger
.
getLogger
(
SklepService
.
class
.
getName
())
.
log
(
java
.
util
.
logging
.
Level
.
INFO
,
"Can not initialize the default wsdl from {0}"
,
"http://localhost:8080/PC32-SoapSerwer-1.0/Sklep?wsdl"
);
}
WSDL_LOCATION
=
url
;
}
public
SklepService
(
URL
wsdlLocation
)
{
super
(
wsdlLocation
,
SERVICE
);
}
public
SklepService
(
URL
wsdlLocation
,
QName
serviceName
)
{
super
(
wsdlLocation
,
serviceName
);
}
public
SklepService
()
{
super
(
WSDL_LOCATION
,
SERVICE
);
}
public
SklepService
(
WebServiceFeature
...
features
)
{
super
(
WSDL_LOCATION
,
SERVICE
,
features
);
}
public
SklepService
(
URL
wsdlLocation
,
WebServiceFeature
...
features
)
{
super
(
wsdlLocation
,
SERVICE
,
features
);
}
public
SklepService
(
URL
wsdlLocation
,
QName
serviceName
,
WebServiceFeature
...
features
)
{
super
(
wsdlLocation
,
serviceName
,
features
);
}
/**
*
* @return
* returns Sklep
*/
@WebEndpoint
(
name
=
"SklepPort"
)
public
Sklep
getSklepPort
()
{
return
super
.
getPort
(
SklepPort
,
Sklep
.
class
);
}
/**
*
* @param features
* A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.
* @return
* returns Sklep
*/
@WebEndpoint
(
name
=
"SklepPort"
)
public
Sklep
getSklepPort
(
WebServiceFeature
...
features
)
{
return
super
.
getPort
(
SklepPort
,
Sklep
.
class
,
features
);
}
}
PC33-SoapKlient/src/main/java/sklep/generated/Status.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlEnum
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for status.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <pre>
* &lt;simpleType name="status"&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt;
* &lt;enumeration value="NEW"/&gt;
* &lt;enumeration value="CONFIRMED"/&gt;
* &lt;enumeration value="PAID"/&gt;
* &lt;enumeration value="SHIPPED"/&gt;
* &lt;enumeration value="CLOSED"/&gt;
* &lt;enumeration value="RETURNED"/&gt;
* &lt;/restriction&gt;
* &lt;/simpleType&gt;
* </pre>
*
*/
@XmlType
(
name
=
"status"
)
@XmlEnum
public
enum
Status
{
NEW
,
CONFIRMED
,
PAID
,
SHIPPED
,
CLOSED
,
RETURNED
;
public
String
value
()
{
return
name
();
}
public
static
Status
fromValue
(
String
v
)
{
return
valueOf
(
v
);
}
}
PC33-SoapKlient/src/main/java/sklep/generated/ZapiszProdukt.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for zapiszProdukt complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="zapiszProdukt"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="product" type="{http://soap.sklep/}product" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"zapiszProdukt"
,
propOrder
=
{
"product"
})
public
class
ZapiszProdukt
{
protected
Product
product
;
/**
* Gets the value of the product property.
*
* @return
* possible object is
* {@link Product }
*
*/
public
Product
getProduct
()
{
return
product
;
}
/**
* Sets the value of the product property.
*
* @param value
* allowed object is
* {@link Product }
*
*/
public
void
setProduct
(
Product
value
)
{
this
.
product
=
value
;
}
}
PC33-SoapKlient/src/main/java/sklep/generated/ZapiszProduktResponse.java
0 → 100644
View file @
32662751
package
sklep
.
generated
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlType
;
/**
* <p>Java class for zapiszProduktResponse complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="zapiszProduktResponse"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlType
(
name
=
"zapiszProduktResponse"
)
public
class
ZapiszProduktResponse
{
}
PC33-SoapKlient/src/main/java/sklep/generated/package-info.java
0 → 100644
View file @
32662751
@javax
.
xml
.
bind
.
annotation
.
XmlSchema
(
namespace
=
"http://soap.sklep/"
)
package
sklep
.
generated
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment