Package com.xmlcalabash.datamodel
Class PortBindingContainer
-
- All Implemented Interfaces:
public class PortBindingContainer extends BindingContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PortBindingContainer.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<XdmNode>
assertions
private final Boolean
portDefined
private String
port
private Boolean
sequence
private Boolean
primary
private XProcExpression
select
private List<MediaType>
contentTypes
private XProcExpression
href
private String
pipe
private final String
id
private Boolean
expandText
private final XProcInstruction
parent
private final List<XProcInstruction>
children
private Map<QName, String>
extensionAttributes
private final List<XdmNode>
pipeinfo
private final Map<String, NamespaceUri>
inscopeNamespaces
private final Map<QName, VariableBindingContainer>
inscopeVariables
private final InstructionConfiguration
stepConfig
private final QName
instructionType
public final static PortBindingContainer.Companion
Companion
-
Constructor Summary
Constructors Constructor Description PortBindingContainer(XProcInstruction parent, InstructionConfiguration stepConfig, QName instructionType)
-
Method Summary
Modifier and Type Method Description final List<XdmNode>
getAssertions()
final Boolean
getPortDefined()
final String
getPort()
final Unit
setPort(String port)
final Boolean
getSequence()
final Unit
setSequence(Boolean sequence)
final Boolean
getPrimary()
final Unit
setPrimary(Boolean primary)
XProcExpression
getSelect()
Unit
setSelect(XProcExpression select)
final List<MediaType>
getContentTypes()
final Unit
setContentTypes(List<MediaType> contentTypes)
final XProcExpression
getHref()
final Unit
setHref(XProcExpression href)
final String
getPipe()
final Unit
setPipe(String pipe)
String
toString()
-
Methods inherited from class com.xmlcalabash.datamodel.XProcInstruction
addVariable, addVisibleStepName, addVisibleStepType, fromString, getChildren, getExpandText, getExtensionAttributes, getId, getInscopeNamespaces, getInscopeVariables, getInstructionType, getParent, getPipeinfo, getStepConfig, setExpandText, setExtensionAttribute, setExtensionAttributes, stepAvailable, stepDeclaration
-
Methods inherited from class com.xmlcalabash.datamodel.BindingContainer
document, empty, inline, inline, pipe, pipe, pipe, pipe
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PortBindingContainer
PortBindingContainer(XProcInstruction parent, InstructionConfiguration stepConfig, QName instructionType)
-
-
Method Detail
-
getAssertions
final List<XdmNode> getAssertions()
-
getPortDefined
final Boolean getPortDefined()
-
getSequence
final Boolean getSequence()
-
setSequence
final Unit setSequence(Boolean sequence)
-
getPrimary
final Boolean getPrimary()
-
setPrimary
final Unit setPrimary(Boolean primary)
-
getSelect
XProcExpression getSelect()
-
setSelect
Unit setSelect(XProcExpression select)
-
getContentTypes
final List<MediaType> getContentTypes()
-
setContentTypes
final Unit setContentTypes(List<MediaType> contentTypes)
-
getHref
final XProcExpression getHref()
-
setHref
final Unit setHref(XProcExpression href)
-
-
-
-