public class UserDataConstraintType extends Object
Java-Klasse für user-data-constraintType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="user-data-constraintType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/> <element name="transport-guarantee" type="{http://java.sun.com/xml/ns/javaee}transport-guaranteeType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<DescriptionType> |
description |
protected String |
id |
protected TransportGuaranteeType |
transportGuarantee |
Constructor and Description |
---|
UserDataConstraintType() |
Modifier and Type | Method and Description |
---|---|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
TransportGuaranteeType |
getTransportGuarantee()
Ruft den Wert der transportGuarantee-Eigenschaft ab.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setTransportGuarantee(TransportGuaranteeType value)
Legt den Wert der transportGuarantee-Eigenschaft fest.
|
protected List<DescriptionType> description
protected TransportGuaranteeType transportGuarantee
protected String id
public List<DescriptionType> getDescription()
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 set
method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public TransportGuaranteeType getTransportGuarantee()
TransportGuaranteeType
public void setTransportGuarantee(TransportGuaranteeType value)
value
- allowed object is
TransportGuaranteeType
Copyright © 2015 buschmais GbR. All rights reserved.