public class NetworkFrameRequestPolicyStructure extends Object
Java class for NetworkFrameRequestPolicyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkFrameRequestPolicyStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MaximumNumberOfElements" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="IncludeDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Urgency" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="MustHaveBy" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Language" type="{http://www.w3.org/2001/XMLSchema}language" minOccurs="0"/>
<element name="RequestDetail" type="{http://www.netex.org.uk/netex}OutputDetailListOfEnumerations" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
includeDeleted |
protected String |
language |
protected BigInteger |
maximumNumberOfElements |
protected LocalDateTime |
mustHaveBy |
protected List<OutputDetailEnumeration> |
requestDetail |
protected Duration |
urgency |
| Constructor and Description |
|---|
NetworkFrameRequestPolicyStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Gets the value of the language property.
|
BigInteger |
getMaximumNumberOfElements()
Gets the value of the maximumNumberOfElements property.
|
LocalDateTime |
getMustHaveBy()
Gets the value of the mustHaveBy property.
|
List<OutputDetailEnumeration> |
getRequestDetail()
Gets the value of the requestDetail property.
|
Duration |
getUrgency()
Gets the value of the urgency property.
|
Boolean |
isIncludeDeleted()
Gets the value of the includeDeleted property.
|
void |
setIncludeDeleted(Boolean value)
Sets the value of the includeDeleted property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setMaximumNumberOfElements(BigInteger value)
Sets the value of the maximumNumberOfElements property.
|
void |
setMustHaveBy(LocalDateTime value)
Sets the value of the mustHaveBy property.
|
void |
setUrgency(Duration value)
Sets the value of the urgency property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
NetworkFrameRequestPolicyStructure |
withIncludeDeleted(Boolean value) |
NetworkFrameRequestPolicyStructure |
withLanguage(String value) |
NetworkFrameRequestPolicyStructure |
withMaximumNumberOfElements(BigInteger value) |
NetworkFrameRequestPolicyStructure |
withMustHaveBy(LocalDateTime value) |
NetworkFrameRequestPolicyStructure |
withRequestDetail(Collection<OutputDetailEnumeration> values) |
NetworkFrameRequestPolicyStructure |
withRequestDetail(OutputDetailEnumeration... values) |
NetworkFrameRequestPolicyStructure |
withUrgency(Duration value) |
protected BigInteger maximumNumberOfElements
protected Boolean includeDeleted
protected Duration urgency
protected LocalDateTime mustHaveBy
protected String language
protected List<OutputDetailEnumeration> requestDetail
public BigInteger getMaximumNumberOfElements()
BigIntegerpublic void setMaximumNumberOfElements(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isIncludeDeleted()
Booleanpublic void setIncludeDeleted(Boolean value)
value - allowed object is
Booleanpublic Duration getUrgency()
Stringpublic void setUrgency(Duration value)
value - allowed object is
Stringpublic LocalDateTime getMustHaveBy()
Stringpublic void setMustHaveBy(LocalDateTime value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic List<OutputDetailEnumeration> getRequestDetail()
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 requestDetail property.
For example, to add a new item, do as follows:
getRequestDetail().add(newItem);
Objects of the following type(s) are allowed in the list
OutputDetailEnumeration
public NetworkFrameRequestPolicyStructure withMaximumNumberOfElements(BigInteger value)
public NetworkFrameRequestPolicyStructure withIncludeDeleted(Boolean value)
public NetworkFrameRequestPolicyStructure withUrgency(Duration value)
public NetworkFrameRequestPolicyStructure withMustHaveBy(LocalDateTime value)
public NetworkFrameRequestPolicyStructure withLanguage(String value)
public NetworkFrameRequestPolicyStructure withRequestDetail(OutputDetailEnumeration... values)
public NetworkFrameRequestPolicyStructure withRequestDetail(Collection<OutputDetailEnumeration> values)
Copyright © 2018 Entur AS. All rights reserved.